/cast [harm] [target=targettarget, harm] Faerie Fire
Innervate
/cast [modifier, target=player] [help] [target=mouseover, exists, help] [target=none] Innervate {note: Innervate cannot be used on units that do not have a mana bar}
Innervate & Announce (Channel)
/cast [help] Innervate
/stopmacro [nohelp]
/5 <<Innervating %T>>
/script SendChatMessage("You have been INNERVATED, use it well!","WHISPER",nil, UnitName("target"))
Innervate & Smart Whisper
/run local s,u="Innervate","target";local t,d=GetSpellCooldown(s);if IsSpellInRange(s,u)==1 and UnitManaMax(u)>120 and d<=GetTime()-t then SendChatMessage("You have been INNERVATED!","WHISPER",nil,UnitName(u))end
/cast [help,nodead]Innervate {also: change "target" to "mouselook"} {also: you can remove each "local" for more space}
Innervate & Smart Whisper & Raid
/run s,u="Innervate","target"t,d=GetSpellCooldown(s)if IsSpellInRange(s,u)==1 and UnitManaMax(u)>120 and d<=GetTime()-t then SendChatMessage("You're INNERV8D","WHISPER",nil,UnitName(u))SendChatMessage(UnitName(u).."'s INNERV8D","RAID")end
Cyclone > Caster Form > Regrowth > Rejuvenation > Moonkin Form > Starfire
/castsequence [stance:5] reset=12 Cyclone, Moonkin Form, Starfire; [nostance, target=player] reset=12 Regrowth, Rejuvenation, Moonkin Form {also: replace Regrowth/Rejuvenation with "Healing Touch" or "Rejuvenation, Swiftmend" if you have it} {also: the sequence involving Starfire can be extended with the Moonfire > Insect Swarm > Wrath sequence}