Moderator: MacroQuest Developers
Code: Select all
/if (${Me.AbilityReady["Backstab"]}) {
/doability "Backstab"
/echo Backstabbing: ${Target.CleanName}Code: Select all
/if (${Me.AbilityReady["Flying Kick"]}) {
/doability "Flying Kick"
/echo Kicking omfg: ${Target.CleanName}Code: Select all
|- Mend
/if ((${Me.PctHPs}<50) && ${Me.AbilityReady["Mend"]}) {
/echo Using mend at ${Me.PctHPs} health...
/doability "Mend"
}Uhm, avoiding riposte, dodge, parry, etc hence doing more dps? I surely hope the monk isn't eatting ripostes for no reason other then to piss a cleric off (which is a great reason tho).no_weeder wrote:Come on what is an monk doing behind an mob anyways?