Page 1 of 1

[SOLVED] Need Info About "findEnemy"

Posted: Fri Sep 30, 2016 11:24 am
by kutalmismete
I need to know if there is a thing to do about increase findEnemy checking range. It doesn't check near mobs, I have to walk too near to them for check. What can i do ?

Re: Need Info About "findEnemy"

Posted: Fri Sep 30, 2016 8:01 pm
by Bill D Cat
As far as I can tell, player:findEnemy() will rely on the following profile setting to determine the range at which to check for attackable mobs.

Code: Select all

<option name="MAX_TARGET_DIST"			value="200" />

Re: Need Info About "findEnemy"

Posted: Sat Oct 01, 2016 11:12 am
by kutalmismete
Thanks :)