Mq2Bot Healing

Zero0003

The One Who Sees All!
Joined
Jul 25, 2006
Messages
851
Reaction score
9
Points
18
Since the change in the new expansion for zone wide AE to toss the group down to 80% mana/hp or even 70%.

Is there a way to put in a logic on the plugin if you are in the zone to change it that 70% is the new max HP/mana?

Right now if you keep it at lets say 85 for healing at, it will constantly do group heals and run out of mana.
 
/bcaa //bot healat=70
 
no way to put in logic on the bot if your in these zones it changes it?
 
no way to put in logic on the bot if your in these zones it changes it?
i think you could change your zoned.cfg file pretty easily.

/docommand ${If[${Select[${Zone.ID},123,456,789,321,654,987]},/bot healat=70,/bot healat=80]}
/docommand ${If[${Select[${Zone.ID},123,456,789,321,654,987]},/bot healgroupat=70,/bot healgroupat=80]}

etc. I dont really have a better idea at the moment.