I’m trying to set up a Word of Glory macro to cast the spell on mouseover.
So far so good:
#showtooltip
/cast [@mouseover, help, nodead] Word of Glory
However, the macro icon on the action bar doesn’t show the availability of the spell. Is there a way to make it so that the icon remains faded out while the spell is not available, and becomes fully visible only when I have 3 Holy Power to cast it?
Yup, this will work… but just to add an explanation of why: #showtooltip with nothing after it will look below for the first spell where the conditions to cast it are true.
Because you have the [@mouseover] condition, when you don’t have your mouse over anything there is no condition that is true and therefore it won’t show anything! (It would also need to be a friendly target who is not dead)