How do I need to type the macro if I want to achieve the following:
/yell Get Under the [Power Word: Barrier]
Where the spell is a link in case people are wondering what the spell does.
And only cast it if the spell is on cooldown obviously.
How do I need to type the macro if I want to achieve the following:
/yell Get Under the [Power Word: Barrier]
Where the spell is a link in case people are wondering what the spell does.
And only cast it if the spell is on cooldown obviously.
#showtooltip
/run if GetSpellCooldown(62618) == 0 then SendChatMessage("Get Under the "..GetSpellLink(62618), "YELL") end
/cast Power Word: Barrier
or use a weakaura
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.