Word of Glory macro - Pls help

Hey folks,

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?

try to add

#showtooltip word of glory
then the rest of the macro, e.g:

#showtooltip word of glory
/cast [@mouseover, help, nodead] Word of Glory

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)

Ah! Makes perfect sense. Indeed it did the trick.
Thank you both!

NP!

Happy to help, good that people are dabbling with macros

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.