
Does anyone have any mouseover macros they can share that they're using for Holy Priest? I assume there should be some for max rank and downranked spells.

Here are some with the most commonly used ranks, although the exact ranks you'll use will depend on your gear and the content at hand.
First, your slower single-target heals, in order of how big you need them to be:
Code: Select all
#showtooltip
/cast [target=mouseover, help, nodead] Heal(Rank 3)Code: Select all
#showtooltip
/cast [target=mouseover, help, nodead] Greater Heal(Rank 1)Code: Select all
#showtooltip
/cast [target=mouseover, help, nodead] Greater Heal(Rank 3)Code: Select all
#showtooltip
/cast [target=mouseover, help, nodead] Greater HealYour emergency heals, small to big:
Code: Select all
#showtooltip
/cast [target=mouseover, help, nodead] Flash Heal(Rank 4)Code: Select all
#showtooltip
/cast [target=mouseover, help, nodead] Flash Heal(Rank 7)Code: Select all
#showtooltip
/cast [target=mouseover, help, nodead] Flash HealIt's usually not worth downranking Renew:
Code: Select all
#showtooltip
/cast [target=mouseover, help, nodead] RenewYour AoE heal, small to big:
Code: Select all
#showtooltip
/cast [target=mouseover, help, nodead] Prayer of Healing(Rank 1)Code: Select all
#showtooltip
/cast [target=mouseover, help, nodead] Prayer of Healing(Rank 3)Code: Select all
#showtooltip
/cast [target=mouseover, help, nodead] Prayer of Healing-
- 0
- 1251
Built a guild management addon for Forever, attendance, loot, attunements. Looking for guilds to break it.Long-time TBC player, and I've been building a guild management addon for the last year, it started as an internal tool for my own guild because we...Chehul • 1 day ago
Chehul
1 day ago


