Help with a healing and rez macros

Help!?

  1. I use a mod macro for heals, but I don’t include consumables like healthstones (because I can never guarantee I’ll have one) or potions (like Cavedweller’s Delight) and I really want to incorporate them in the macro…being a tank and all, I really should be using everything, right? And, as a Prot Pally, I also would like to be able to throw a heal out from time to time, so I’d also like to add mouseover functionality to this macro.

VER 3 0100000000000003 “HEAL” “134400”
#showtooltip
/cast [mod:ctrl]Flash of Light; [mod:shift]Cleanse Toxins; [mod:alt]Lay on Hands; Word of Glory
END

So, if WoG or LoH isn’t up, I want to use the healthstone/potion (I think they share a CD, don’t they?). Or, if a group member is in trouble and the healer is busy, I’d like to throw a LoH on them. How would you guys add the consumables and mouseover functionality?

  1. On this rez macro, for some reason, the Intercession ability is dark when I need it in combat:

VER 3 0100000000000007 “RES” “134400”
#showtooltip
/cast [combat][@mousover,dead]Intercession; Redemption
END
How am I breaking it?

Macros can’t test if an ability is on CD.

#showtooltip
/cast [mod:ctrl,@mouseover,help,nodead] [mod:ctrl] Flash of Light; [mod:shift,@mouseover,help,nodead] [mod:shift] Cleanse Toxins; [mod:alt] [mod:alt,@mouseover,help,nodead] Lay on Hands; [@mouseover,help,nodead] [] Word of Glory
#showtooltip
/cast [combat,@mouseover,help,dead] [combat] Intercession; [@mouseover,help,dead] [] Redemption

Spelled mouseover wrong for one thing.

1 Like

lol thanks as always Elv