View Single Post
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