Using AA's MQ2Bot

ZipZapZam

Premium Member
Joined
Dec 17, 2023
Messages
7
Reaction score
2
Points
3
I wondering if there is a command along the lines of AAatIf#=(99) %ofmobhp or something like that. I want to get my pally to Divine stun but only once it the fight and I figured this would be a simple solution if available. If not, what are some alternatives to this?
 
  • Like
Reactions: EQDAB
if divine stun is listed when bot starts, can do it there. or if using mq2melee, should be able to do it in there. stun0=[Disc/AA/Spell ID #] in melee
 
  • Like
Reactions: EQDAB
Yes, refer to specifically: https://www.mmobugs.com/wiki/index.php?title=MQ2Bot#If_statements

Basically, you would put an entry under your [MQ2Bot] and save then /loadbot, for whichever AA.

For example, if it's AA3 then you would make a condition like:

AAIf3=${Target.ID} && ${Target.PctHPs}<99
Thanks! Where can I find more information about ${Target.ID} && ${Target.PctHPs} and what these mean and what other strings of code can be used? I have been looking but cant seem to find a consolidated source
 
  • Like
Reactions: EQDAB