#showtooltip Lightwell
/say >> Lightwell is down! <<
/cast Lightwell
#showtooltip
/cast [@mouseover,help,nodead] Prayer of Mending; [@mouseover,harm,nodead][harm] Shadow Word: Pain;[help][@player] Prayer of Mending #showtooltip
/cast [target=mouseover,exists][] Greater Heal; [target=target] Greater Heal; [target=player] Greater HealRight now Holy Word: Chastise (and the variations it transforms into) cannot be used in a normal
macro. Until this is fixed, the following workaround has been developed:
For this to work you will need to have HW:C on a bar somewhere in your UI, not used in a macro. A hidden
bar works fine. To determine the name of the button location for use in the macro, enter this command
into the chat box while hovering your mouse over the button location:
- Code: Select all
/run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end
This macro will target the mouseover target, cast and attempt to return to your previous
target. Obviously, replace the button location listed below with the one you are using.
- Code: Select all
/tar [@mouseover,exists]
/click MultiBarBottomLeftButton1
/targetlasttarget
#showtooltip Renew
/cast [target=mouseover,exists] Renew
/cast Renew#showtooltip Heal
/cast [target=mouseover,exists] Heal
/cast Heal#showtooltip Flash Heal
/cast [target=mouseover,exists] Flash Heal
/cast Flash Heal#showtooltip Greater Heal
/cast [target=mouseover,exists] Greater Heal
/cast Greater Heal#showtooltip Dispel Magic
/cast [target=mouseover,exists] Dispel Magic
/cast Dispel Magic#showtooltip Binding Heal
/cast [target=mouseover,exists] Binding Heal
/cast Binding Heal#showtooltip Guardian Spirit
/cast [target=mouseover,exists] Guardian Spirit
/cast Guardian Spirit#showtooltip Prayer of Mending
/cast [target=mouseover,exists] Prayer of Mending
/cast Prayer of Mending#showtooltip
/cast [target=mouseover, exists] Renew; Renew
Users browsing this forum: No registered users and 0 guests