Page 1 of 1

Attack enemy Range?

Posted: Mon May 17, 2010 6:09 am
by net_ralf
Is there a setting where i can set the range to attack? For instance when using waypoints without the travel or run flag, can i adjust the distance? Maybe all enemy in the range of <100 will be attacked, everything else just leave alone. It because the efficency of harvesting decrease a lot when fighting, and my char is not goog enough to be ignored. AN when having the travel flag on, my char sometime pulls 5 or 6 enemys which cause death sickness a lot :)

thx for the help

Re: Attack enemy Range?

Posted: Mon May 17, 2010 7:28 am
by rock5
MAX_TARGET_DIST

Just add

Code: Select all

<option name="MAX_TARGET_DIST"    value="100" />
to your profile.

You can also see an example of this in the default profile 'Default.xml'.

Re: Attack enemy Range?

Posted: Tue May 18, 2010 6:26 am
by net_ralf
Thanx a bunch :)