Thank you Euron for your shred/ravage macro, I stole that one.
I use a similar Innervate macro like you for casting on others.
/aftercast +done /run if UnitExists"target"then SendChatMessage("You are Innervated.","WHISPER",nil,UnitName"target")end
/cast Innervate
Auto-Selfcast Innervate without losing target:
/script TargetUnit("Player")
/cast Innervate
/script TargetLastTarget();
FF / FFF 1 key macro:
/script if buffed("Cat Form") or buffed("Dire Bear Form") then cast("Faerie Fire (Feral)()") else cast("Faerie Fire"); end
casts FF in caster form, if you have Feral FF then it casts it in bear/cat form.
For prowl it's this..
/script if not buffed("Prowl") then CastSpellByName("Prowl") end
Request:
possible to do a macro that will when cast take me out of bear/cat form Only if its not on GCD?