View Single Post
12-31-18, 09:30 AM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
It is both not possible in a macro and not possible in an addon. You can have an addon check if a spell is on cooldown easily with GetSpellCooldown() but the “do stuff” and “do other stuff” parts cannot cast spells.
  Reply With Quote