Help!?
- 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?
- 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?