Check for enemies at each waypoint?
-
deathdealer1252
- Posts: 68
- Joined: Sat Nov 06, 2010 3:14 pm
Check for enemies at each waypoint?
If I not mistaken, it checks for enemies everytime it hits a new waypoint, but my bot just keeps running to each waypoint and only attacks when a monster attacks first. I do not have it set to TRAVEL or RUN, so no idea why it is doing that.
Re: Check for enemies at each waypoint?
Have you set mobs?deathdealer1252 wrote:If I not mistaken, it checks for enemies everytime it hits a new waypoint, but my bot just keeps running to each waypoint and only attacks when a monster attacks first. I do not have it set to TRAVEL or RUN, so no idea why it is doing that.
Thanks for reading! 
Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates
Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates
-
deathdealer1252
- Posts: 68
- Joined: Sat Nov 06, 2010 3:14 pm
Re: Check for enemies at each waypoint?
I had two monsters added in the <mobs>, removed them and it started working again, was trying to have it avoid certain mobs.
-
Personalausweis
- Posts: 73
- Joined: Mon Aug 16, 2010 12:50 pm
Re: Check for enemies at each waypoint?
put the mobs you want to avoid in <friends>
-
deathdealer1252
- Posts: 68
- Joined: Sat Nov 06, 2010 3:14 pm
Re: Check for enemies at each waypoint?
Yeah gave that a try after, seemed to work fine.