Page 1 of 1

Bot not Attack Boss

Posted: Sat May 26, 2012 11:44 am
by booting1
hello

i make my own waypointfiles. the bot works fine kills all enemys but when a enemy is a boss he ignore them.

im lvl 18
the enemys lvl 7
the boss lvl 9

i stand to the boss start the bot, the bot kills all enemys around the boss and go on with the waypoints. why the bot ignore the boss?

please help
thanks

Re: Bot not Attack Boss

Posted: Tue May 29, 2012 1:15 pm
by Hedon
Did you check your minimum and maximum levels in the config to make sure that the boss mob's level falls within the range of acceptable target levels?

Code: Select all

		<option name="TARGET_LEVELDIF_ABOVE" value="4" />
		<option name="TARGET_LEVELDIF_BELOW" value="10" />
booting1 wrote:hello

i make my own waypointfiles. the bot works fine kills all enemys but when a enemy is a boss he ignore them.

im lvl 18
the enemys lvl 7
the boss lvl 9

i stand to the boss start the bot, the bot kills all enemys around the boss and go on with the waypoints. why the bot ignore the boss?

please help
thanks

Re: Bot not Attack Boss

Posted: Tue May 29, 2012 5:41 pm
by lisa

Code: Select all

			AUTO_ELITE_FACTOR = 5,			-- mobs with x * your HP value counts as 'Elite' and we will not target it
You can either add this option to your profile and have a lower value or you can set party instance to true in your profile.

Code: Select all

<option name="PARTY_INSTANCE"		value="true" />