Moderator: MacroQuest Developers
Code: Select all
/if ((${Me.PctHPs}<50) && ${Me.AbilityReady["Mend"]}) {
/echo Mending at ${Me.PctHPs} health...
/doability "Mend"
}
I don't know many people who play a few toons and are semi afk, but ok!Birdbrain wrote:I wanted one so like when your playing a few chars or something and your semi afk you can macro your monk
I have an idea.... try it. Is it really that hard to cut, paste, type /mac rh. And see what it does for you? Or at least read the fucking documentation? I've already told you what to do to get it to work for monks, and even gave you mend code.and does rogue helper work like afcleric/afnuke
Besides rogue being spelt wrong, I don't know how to make it anymore clearer.changing /doability "Backstab" to /doability "Flying Kick"....Rough Helper is great. Just change the skills to monk skills ffs.
Code: Select all
/echo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
/echo Jerle's Rogue Helper Macro (v5.2) Starting...
/echo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
/echo Use "/rhhelp" to display help information
/echo -------=======(Current Status)=======--------
:ForeverLoop
|- Service any events
/doevents
|- If we're stunned or RH is paused, just service events
/if (${Me.State.Equal[STUN]} || ${isPaused}) {
/delay 2
/goto :ForeverLoop
}
|- Mend
/if ((${Me.PctHPs}<50) && ${Me.AbilityReady["Mend"]}) {
/echo Mending at ${Me.PctHPs} health...
/doability "Mend"
}
|- While fighting or not fighting...
|- Are we suposed to stick to a target? (Don't if we're tanking!)