Holy Macros

Thinking about leveling and healing as Holy on this priest. Any helpful macros that anyone suggests?

Cast PoM the nanosecond it comes off CD

Only one I use is a cursor macro sanctify so I don’t have to place the circle it just goes wherever my mouse is

  • Smite and Holy Fire on the same button, while you press Ctrl key it use Holy Fire, if not it uses smite
#showtooltip
/cast [mod:ctrl] Holy fire; smite;
  • When talented Apoth, this macro shows apoth. If Salvation is talented, it shows Salvation.
 #showtooltip
 /cast [talent:7/2] Apotheosis
 /cast [talent:7/3] Holy Word: Salvation
  • On enemy mouseover use SW:P, On friendly target mouseover use Renew. If mouseover nothing use renew on you.

#showtooltip
/cast [@mouseover,help,exists,nodead][help,exists,nodead] Renew; [@mouseover,harm,exists,nodead][harm,exists,nodead] Shadow Word: Pain; [@player] Renew;

  • Use PW: Shield when mouseover friendly target, use Chastise when mouseover enemy target. Shield on you if mouseover nothing.

#showtooltip
/cast [@mouseover,help,exists,nodead][help,exists,nodead]Power Word: Shield ; [@mouseover,harm,exists,nodead][harm,exists,nodead] Holy Word: Chastise; [@player] Power Word: Shield;

Then I mostly use mouseover macros for all my healing spells.
Like this one for Heal on mouseover friendly targets.

#showtooltip
/cast [@mouseover,help,exists,nodead][help,exists,nodead][@player] Heal