Priest Macros
Basic Self Target Renew/Spell
/cast [target=player] Renew
Shackle Undead
/cast [harm] Shackle Undead
/stopmacro [noharm]
/p Shackling %t! DO NOT TOUCH!
Shackle Undead (focused)
/clearfocus [modifier:shift]
/clearfocus [button:2]
/clearfocus [target=focus,dead]
/clearfocus [target=focus,noexists]
/focus [target=focus,noexists]
/cast [target=focus] Shackle Undead
This macro will first shackle your current target and set that target to be your focus target. This will allow you to reshackle a mob without having to retarget it. Right or shift clicking will allow you to shackle your current target.
Greater Heal
/cast [help] Greater Heal
/stopmacro [nohelp]
/p Healing %t
Self or Friend Flash Heal
/cast [modifier:alt,target=player] Flash Heal; [help] Flash Heal
/p Healing %t
.This macro checks to see if you have the “alt” key selected - if you do, then it casts Flash Heal on yourself. If you do not, it wil cast Flash Heal on your friendly target. It also announces to the party whom you’re healing.
Priest Basic Combat Macro
/castsequence reset=combat/target Mind Blast, Shadow Word: Pain
Mind Flay
/cast [nochanneling:Mind Flay] Mind Flay
Inner Focus and Devouring Plague
/castsequence reset=170 Inner Focus, Devouring Plague
Pain Suppression or Resurrection
/cast [combat] Pain Suppression; [nocombat] Resurrection
.If the player is in combat then the macro casts Pain Suppression. If not, the macro casts Resurrection.
Power Infusion with Notification
/cast Power Infusion
/script local n,r=UnitName”target”;if(r)then n=n..”-”..r;end;SendChatMessage(”Power Infused.”,”WHISPER”,nil,n)
Power Infusion with ZG Trinket
/castsequence [target=player] Zandalarian Hero Charm, Power Infusion
Hover Dispel
/cast [target=mouseover] Dispel Magic
.This macro will cast dispel magic on whatever target your mouse is presently hovering over. So if you bind it to a mouse button and hit that button while hovering over a character
Left Click Fort, Right Click Group Fort
/cast [button:2] Prayer of Fortitude; Power Word: Fortitude
Shadowform Cancel
/cancelaura Shadowform /cast Spellname(Rank X)
One Button Renew or SW:Pain
/cast [target=mouseover,exists,help,nodead] Renew; [target=mouseover,exists,harm,nodead] Shadow Word: Pain; [help,nodead] Renew; [harm,nodead] Shadow Word: Pain; [target=player] Renew
This macro casts either Renew (friendly) or Shadow Word: Pain (hostile) on whoever is hovering under your mouse that exists and is not dead. If you're not hovering, it does either Renew (friendly) or Shadow Word: Pain (hostile) on your selected target that is not dead. If all of the above are false, you will Renew yourself. |