I am having issues with mouse over macros for my disc priest for TBC. Anyone have any links or macros they could share?
Printable View
I am having issues with mouse over macros for my disc priest for TBC. Anyone have any links or macros they could share?
#showtooltip
/console Sound_EnableSFX 0
/cast [target=mouseover,exists,help] Healing Wave [rank 5]; [target=mouseover,exists,harm] Lightning Bolt; [help] Healing Wave [rank 5]; [harm] Lightning Bolt; Healing Wave [rank 5]
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear();
---------------------------------------------
#showtooltip Steady Shot
/console Sound_EnableSFX 0
/cast !Auto Shot
/castrandom [target=pettarget,exists] Kill Command
/cast Steady Shot
/console Sound_EnableSFX 1
/script UIErrorsFrame:Clear();
------------------------------------------
In TBC, you need to use "target=mouseover" instead of "@mouseover"
TYVM, that did tthe trick.