Hi, I use a macro for the Wake of Ashes/Hammer of Light ability that lets me autotarget an enemy and perform the specified attack simultaneously. It works for both abilities in the macro. However, the icon for when the combined ability changes to Hammer of Light fails to change to the correct tooltip for Hammer of Light. So I just get Wake of Ashes’ tooltip again instead of Hammer of Light currently with the macro as it is now. Anyone know of a way I can adjustment this macro so that I can see Hammer of Light’s tooltip correctly as well? Here’s the macro in its current state.
#showtooltip
/targetenemy [dead] [noexists]
/startattack
/cast Wake of Ashes
/cast Hammer of Light
The ghetto fix for this is just put the real ability on ur bar somewhere so u can see it change. But i hope someone can fix ur macro for you.
after #showtooltip u can put the name of any spell u wonna get the tooltip of.
ex. #Showtooltip Hammer of Wrath.
No the spell transforms from wake to hammer
that gotta be as complex as paladin can get, im sure you guys can get used to that 
We are more used to being hated. Not talking about your specific comment, it’s just been a stigma against us since classic. Makes us grow a thick skin ^^
I would never make fun of someone with a disability.
I like that since classic they have the Accessability option of simply playing a paladin.
1 Like
Try changing the first line to
#showtooltip [known:Hammer of Light] Hammer of Light; Wake of Ashes
If that works, a nicer solution (in that I think it makes the macro look more elegant), would be to leave the first line unchanged and instead replace the last two with
/cast [known:Hammer of Light] Hammer of Light; Wake of Ashes