Priest macros

As a priest for the longest time (recently switched mains to a deathknight), I had a lot of macros I used with grid (and clique), and a buddy was asking me about them and I decided to post them here.

Greater Heal / Flash Heal / etc. (pretty much any targetted spell) :

#showtooltip Greater Heal
/cast !Inner Focus
/cast [mod:alt,target=player][target=mouseover,exists][help] [target=targettarget,exists][target=player] Greater Heal

Macro explanation :

  • Toggle Inner Focus if possible.
  • [mod:alt,target=player] : If holding alt, cast the spell on self.
  • [target=mouseover,exists] : If the mouseover target exists, cast the spell on it.
  • [help] : If the target is friendly, cast the spell on it.
  • [target=targettarget,exists] : If the target isn’t friendly but it is targetting a friendly target, heal the friendly target (ex. targetting a boss and casting a heal would heal the tank).
  • [target=player] : Finally, heal yourself if none of the other rules match.

My oh crap arena macro :

#showtooltip
/use 13
/cast [target=player] Pain Suppression
/cast Psychic Scream
/cast [target=player] Power Word: Shield
/cast [target=player] Power Infusion

Macro explanation :

  • It’s pretty straight forward.
  • /use 13 : Use the first trinket (my pvp trinket)
  • Pretty much cast Pain Supression, Psychic Scream, PW:S and PI on self in that order, pretty effective against rogues.

Well that’s it for now.

Tags: , , , , , ,

Leave a Reply