SVN 187: list waypoint path, MP/HP potion counter
Posted: Sat Aug 29, 2009 4:42 am
Some new function in that SVN:
If you leavewithin your profile empty, the bot will now list all files from your waypoints folder and you can just choose one. So less need to change the profile if you often change your botting place.
There are two new countersThey will count the use of mana and HP potions. You can use that fields if your want to do some user specific stuff with your waypoint files / events.
and at last a little fix. We will now also break a target if we get aggro from another mob while moving closer to our target.
If you leave
Code: Select all
<option name="WAYPOINTS" value="" />
There are two new counters
Code: Select all
self.MP_counter = 0; -- counts use of mana potions
self.HP_counter = 0; -- counts use of HP potions
and at last a little fix. We will now also break a target if we get aggro from another mob while moving closer to our target.