Page 1 of 1

Bot & AoE Skills

Posted: Mon Nov 12, 2012 4:16 pm
by scithen
With the area I plan to farm in, there's a lot of closely packed, hostile mobs. Killing
them one at a time while the other 5-7+ beat on me probably isn't a good idea, so
with that said.. is there a way to make the bot prioritize aoe skills when being attacked
by a certain number of mobs?

I see "COUNT_AGGRO_ONLY" in my profile, but I'm not sure how to use that with
aoe skills. I do have the countmobs user function as well, if that's something I
need. I'm just hoping it's not something I have to set up at every waypoint.. check
the number of mobs, aoe if over 2, etc, then loot and keep going.

Re: Bot & AoE Skills

Posted: Mon Nov 12, 2012 5:36 pm
by Ego95
Behind your skill you can add a

Code: Select all

mobcount="2"
Then the skill should be used if there are 2 or more mobs in range. But I don't know if it will start with the skill of the highest priority or with the aoe.

Re: Bot & AoE Skills

Posted: Mon Nov 12, 2012 6:25 pm
by scithen
Ah, thanks. I'll give that a shot. Priority/sequence is an easy thing to figure out, at least.