|
/run local f="Cat Form";f=GetSpellCooldown(f)>0 or UnitMana('player')>XXX or not IsUsableSpell(f) or CancelPlayerBuff(f)
/stopmacro [form]
/cast Cat Form
That macro casts cat form if you're not in GCD + have less than XXX energy. its a powershift macro for feral DPS.
I don't understand how it works really, but could you steal the GCD check from it to add to the reshift macro?
|