Ahh, thank you very much! Good catch on the DMF thing - I actually made this over half a year ago and just added in the resist buffs, not sure how I missed that nonetheless.
I've been using the following code for a while - I find it to be an easy way to keep track of the buffs that I like to have up in raids and find the three closest guildies who can cast said buff if it is missing or running low. I realized that if I tried to dynamically do this stuff on the hud, it w...
That's only the single command to do what you are looking for. Try this as a simple macro to do what you wanted: Sub Main :ForeverLoop /if (${Me.Combat} && ${Me.AbilityReady[kick ass]}) /doability "kick ass" /goto :ForeverLoop /return You can make multiple copies of the /if stateme...