Thread Tools Display Modes
Prev Previous Post   Next Post Next
12-31-18, 05:29 AM   #1
doofus
A Chromatic Dragonspawn
Join Date: Feb 2018
Posts: 158
Can macro determine if spell is on cooldown

I have a macro like this:
/cast Spell
/do other things


I would like it to be

if Spell not on cooldown
/cast Spell
/do other things
else
/do something else (or nothing)
end

Is that possible or will I have to script it inside an addon?
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » Can macro determine if spell is on cooldown


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off