Attack range problem

mtrain

New member
I draw a scheme of what i have:

n5jq.png


There is one enemy that dont move (nomove 1 is set) and he can reach player at any place with his attacks. He stays out of players walking area, so i set ranges in which he must perform attack:

range 190 430
rangez 30 160

but in game enemy performs attack when player standing in area X.

What is the problem?
 
It attacks only when the player is in area X, or does it attack additionally when the player is in area X?

I don't know why, but I have a hunch rangez is somehow conflicting with range. Disable it with a # (and place the enemy in a walkable area) just to see what happens?
 
Back
Top Bottom