MQ2MercManager Request

xzav

Lifetime Member
Joined
Jan 13, 2007
Messages
243
Reaction score
12
Points
18
I have a wizzy merc I would like to have sit at passive and then go to burn mode at 95%. Is this something that could be built into this plugin. Similar to how Pete's merc manager works in his bot mac. Would like to have it automated on the player I'm playing without running a mac.

I guess now that I think about it I could try to figure out how to set up a holyshit for it, but I'll leave the request out there.

Thanks,
 
/stance burn

so as a holy hp check then change stance not sure how u check if me not /stance burn though
 
Here's the example out of the MQ2 Wiki page...

Code:
;Change cleric merc to reactive on named mobs, to balanced on non named mobs. Easily adjustable for DPS mercs
holyshit1=/if (!${Target.Named} && ${Mercenary.State.Equal[ACTIVE]} && ${Mercenary.Stance.NotEqual[Balanced]} && ${Mercenary.Class.Name.Equal[Cleric]}) /stance balanced
holyshit2=/if (${Target.Named} && ${Mercenary.State.Equal[ACTIVE]} && ${Mercenary.Stance.NotEqual[Reactive]} && ${Mercenary.Class.Name.Equal[Cleric]}) /stance reactive