SORRY PREISTS IT WAS JUST TO MUCH TO HAVE ALL MACROS ON ADDONSITE SO PUTTING ALL AGRAS MACROS HERE.... I MEAN THERE MUST BE SOMETHING U WANNA TALK TO EACH OTHERS ABOUT??!?!?!
Priest Macro's - will expand with new easy functionality ("#showtooltip" and "/dismount") with patch 2.0.2..
Proper Nukes
Code: Select all
# show Mind Blast
/script UIErrorsFrame:Hide()
/use Zandalarian Hero Charm
/stopcasting
/cast [harm] Mind Blast; [target=targettarget] Mind Blast;
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
this will show the cooldown for mind blast, even if zhc is the first item used.. it casts mind blast and uses the zhc on every click, without display the error message from spamming a trinket with cooldown. If targeting a friend, it will cast the spell on your friends target instead..
Smart Targeting ShieldCode: Select all
/cast [modifier:alt,target=player] Power Word: Shield; [help] Power Word: Shield; [target=targettarget] Power Word: Shield;
this casts shield on yourself if you hold alt, on your target if it's friendly, or on your targets target if it's hostile.
Smart Targeting Heal w/ Shadowform"Code: Select all
/cast [stance:1] Shadowform; [modifier:alt,target=player] Flash Heal; [help] Flash Heal; [target=targettarget] Flash Heal;
this will take you out of shadowform if you have it first, then continue casting heal the way the smart targeting 1. worked, I put this on all my heals to make sure they got functionality even in shadow..
Informing others of your actionsCode: Select all
/cast [stance:1] Shadowform; Prayer of Healing;
/stopmacro [stance:1]
/s -- casting massheal, 3 sec --
this will first take you out of shadowform if you have it, then cast prayer of healing while saying so with /s.. it will not say anything while removing shadowform..
Channeled Spells
Code: Select all
/cast [nochanneling:Mind Flay] Mind Flay
this will not let you cast a new mind flay until you are done channeling the old one..