Midnight Season 2, patch 12.1. These live in the game's macro window and fire from your action bars, keyboard and mouse. Nothing here goes on the pad.
!! You have left the pad. Everything here is for the in-game macro window (Esc, then Macros). Bind it to a key or drag it to an action bar. Click any macro to copy it. !!
First miss wins: class, spec, the line, the exact error.
The one from the Prot Paladin videos: Avenger's Shield reaching out and silencing a caster standing fifteen yards off the pack. One macro shape for every kick, stun, fear, disorient, incapacitate and horrify. Hostile focus set: it fires on the focus and stops. No focus: it grabs the nearest enemy, fires, gives your target back and starts attacking. Swap SPELL for the ability name.
#showtooltip /use [nomod,@focus,harm] SPELL /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use SPELL /targetlasttarget /startattack
Revised 2026-09-22 from beta tester feedback: this shape fires more reliably than the one in the videos. It uses /targetlasttarget to give your target back instead of borrowing your focus, so a friendly focus survives, and holding any modifier skips the focus branch. Casters (Mage, Warlock, Evoker, Balance Druid): delete the /startattack line. It only starts melee swings.
!! Mileage varies. This exact text works on the owner's Warrior, Rogue, Priest, Paladin and Warlock. Friends running the same text get about half of theirs to fire. If one does not work for you, the fix is usually small: drop the exists condition, take out /startattack, or use the plain focus version underneath. Tell us what you changed and it goes on the page. !!
The original shape from the videos, for the record:
#showtooltip SPELL /cast [@focus,exists,nodead,harm] SPELL /stopmacro [@focus,exists,nodead,harm] /focus target /cleartarget /targetenemy /cast SPELL /target focus /clearfocus /startattack
If you keep a friendly focus, this is the plain version. It fires on a hostile focus, else your target:
#showtooltip SPELL /cast [@focus,harm,nodead][] SPELL
Both are filled in per ability below. Healers: Blizzard removed interrupts from every healer spec in Midnight except Restoration Shaman, so no healer kicks are listed.
Set focus from mouseover
From guides
/focus [@mouseover,harm,nodead]
Clear focus
From guides
/clearfocus
Ground effect at cursor
From guides
#showtooltip /cast [@cursor] SPELL
Cooldown plus both trinkets
From guides
#showtooltip SPELL /cast SPELL /use 13 /use 14
Start attacking, send pet
From guides
/startattack /petattack
Two spells on one key, Shift for the second
From guides
/cast [nomod] SPELL /cast [mod:shift] OTHER
Ghoul Leap still interrupts during Dark Transformation (Unholy).
Mind Freeze
InterruptFrom guides
#showtooltip /use [nomod,@focus,harm] Mind Freeze /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Mind Freeze /targetlasttarget /startattack
Plain focus version:
#showtooltip Mind Freeze /cast [@focus,harm,nodead][] Mind Freeze
Asphyxiate
StunFrom guides
#showtooltip /use [nomod,@focus,harm] Asphyxiate /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Asphyxiate /targetlasttarget /startattack
Plain focus version:
#showtooltip Asphyxiate /cast [@focus,harm,nodead][] Asphyxiate
Death Grip
Pull; interrupts as BloodFrom guides
#showtooltip /use [nomod,@focus,harm] Death Grip /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Death Grip /targetlasttarget /startattack
Plain focus version:
#showtooltip Death Grip /cast [@focus,harm,nodead][] Death Grip
Gnaw
Stun (ghoul, Unholy)From guides
#showtooltip /use [nomod,@focus,harm] Gnaw /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Gnaw /targetlasttarget /startattack
Plain focus version:
#showtooltip Gnaw /cast [@focus,harm,nodead][] Gnaw
Dark Command on mouseover, else target
From guides
#showtooltip Dark Command /cast [@mouseover,harm,nodead][] Dark Command
Anti-Magic Zone at cursor
From guides
#showtooltip Anti-Magic Zone /cast [@cursor] Anti-Magic Zone
Gorefiend's Grasp on mouseover, else self
From guides
#showtooltip Gorefiend's Grasp /cast [@mouseover,exists,nodead][@player] Gorefiend's Grasp
Raise Ally on mouseover
From guides
#showtooltip Raise Ally /cast [@mouseover,help][] Raise Ally
Havoc, Vengeance and Devourer share the same Disrupt, Imprison and Chaos Nova.
Disrupt
InterruptFrom guides
#showtooltip /use [nomod,@focus,harm] Disrupt /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Disrupt /targetlasttarget /startattack
Plain focus version:
#showtooltip Disrupt /cast [@focus,harm,nodead][] Disrupt
Imprison
IncapacitateFrom guides
#showtooltip /use [nomod,@focus,harm] Imprison /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Imprison /targetlasttarget /startattack
Plain focus version:
#showtooltip Imprison /cast [@focus,harm,nodead][] Imprison
Fel Eruption
Stun (Havoc, if talented)From guides
#showtooltip /use [nomod,@focus,harm] Fel Eruption /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Fel Eruption /targetlasttarget /startattack
Plain focus version:
#showtooltip Fel Eruption /cast [@focus,harm,nodead][] Fel Eruption
Sigil of Silence
Silence (ground)From guides
#showtooltip Sigil of Silence /cast [@cursor] Sigil of Silence
Sigil of Misery
Disorient (ground)From guides
#showtooltip Sigil of Misery /cast [@cursor] Sigil of Misery
Torment on mouseover, else target
From guides
#showtooltip Torment /cast [@mouseover,harm,nodead][] Torment
Metamorphosis at cursor, Alt for at your feet
From guides
#showtooltip Metamorphosis /stopmacro [channeling:Eye Beam] /cast [mod:alt,@player][@cursor] Metamorphosis
Restoration has no Skull Bash in Midnight. Balance: delete the /startattack line from the Paladin-shape macros.
Skull Bash
Interrupt (Balance, Feral, Guardian)From guides
#showtooltip /use [nomod,@focus,harm] Skull Bash /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Skull Bash /targetlasttarget /startattack
Plain focus version:
#showtooltip Skull Bash /cast [@focus,harm,nodead][] Skull Bash
Mighty Bash
Stun (if talented)From guides
#showtooltip /use [nomod,@focus,harm] Mighty Bash /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Mighty Bash /targetlasttarget /startattack
Plain focus version:
#showtooltip Mighty Bash /cast [@focus,harm,nodead][] Mighty Bash
Maim
Stun (Feral)From guides
#showtooltip /use [nomod,@focus,harm] Maim /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Maim /targetlasttarget /startattack
Plain focus version:
#showtooltip Maim /cast [@focus,harm,nodead][] Maim
Cyclone
IncapacitateFrom guides
#showtooltip /use [nomod,@focus,harm] Cyclone /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Cyclone /targetlasttarget /startattack
Plain focus version:
#showtooltip Cyclone /cast [@focus,harm,nodead][] Cyclone
Hibernate
Incapacitate (beasts, dragonkin)From guides
#showtooltip /use [nomod,@focus,harm] Hibernate /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Hibernate /targetlasttarget /startattack
Plain focus version:
#showtooltip Hibernate /cast [@focus,harm,nodead][] Hibernate
Entangling Roots
RootFrom guides
#showtooltip /use [nomod,@focus,harm] Entangling Roots /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Entangling Roots /targetlasttarget /startattack
Plain focus version:
#showtooltip Entangling Roots /cast [@focus,harm,nodead][] Entangling Roots
Solar Beam
Silence (ground, Balance)From guides
#showtooltip Solar Beam /cast [@cursor] Solar Beam
Growl on mouseover, else target
From guides
#showtooltip Growl /cast [@mouseover,harm,nodead][] Growl
Rebirth on mouseover
From guides
#showtooltip Rebirth /stopcasting /cast [@mouseover,help][] Rebirth
Remove Corruption on mouseover
From guides
#showtooltip Remove Corruption /cast [@mouseover,help,nodead][] Remove Corruption
Innervate on mouseover
From guides
#showtooltip Innervate /cast [@mouseover,help,nodead][] Innervate
Soothe on mouseover
From guides
#showtooltip Soothe /cast [@mouseover,harm,nodead][] Soothe
Bear Form, stop casting first
From guides
#showtooltip Bear Form /stopcasting /cast Bear Form
Preservation has no Quell in Midnight.
Quell
Interrupt (Devastation, Augmentation)From guides
#showtooltip /use [nomod,@focus,harm] Quell /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Quell /targetlasttarget
Plain focus version:
#showtooltip Quell /cast [@focus,harm,nodead][] Quell
Sleep Walk
DisorientFrom guides
#showtooltip /use [nomod,@focus,harm] Sleep Walk /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Sleep Walk /targetlasttarget
Plain focus version:
#showtooltip Sleep Walk /cast [@focus,harm,nodead][] Sleep Walk
Landslide
Root (ground)From guides
#showtooltip Landslide /cast [@cursor] Landslide
Rescue on mouseover
From guides
#showtooltip Rescue /cast [@mouseover,help,nodead][] Rescue
Verdant Embrace on mouseover
From guides
#showtooltip Verdant Embrace /cast [@mouseover,help,nodead][] Verdant Embrace
Survival uses Muzzle instead of Counter Shot.
Counter Shot
Interrupt (Beast Mastery, Marksmanship)From guides
#showtooltip /use [nomod,@focus,harm] Counter Shot /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Counter Shot /targetlasttarget /startattack
Plain focus version:
#showtooltip Counter Shot /cast [@focus,harm,nodead][] Counter Shot
Muzzle
Interrupt (Survival)From guides
#showtooltip /use [nomod,@focus,harm] Muzzle /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Muzzle /targetlasttarget /startattack
Plain focus version:
#showtooltip Muzzle /cast [@focus,harm,nodead][] Muzzle
Intimidation
Stun (pet)From guides
#showtooltip /use [nomod,@focus,harm] Intimidation /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Intimidation /targetlasttarget /startattack
Plain focus version:
#showtooltip Intimidation /cast [@focus,harm,nodead][] Intimidation
Binding Shot
Stun on leaving the ring (ground)From guides
#showtooltip Binding Shot /cast [@cursor] Binding Shot
Freezing Trap
Incapacitate (ground)From guides
#showtooltip Freezing Trap /cast [@cursor] Freezing Trap
Misdirection to mouseover, else focus
From guides
#showtooltip Misdirection /cast [@mouseover,help,nodead][@focus,help,nodead][] Misdirection
Disengage without breaking Rapid Fire
From guides
#showtooltip Disengage /stopcasting [nochanneling:Rapid Fire] /cast Disengage
Aspect of the Turtle, second press cancels
From guides
#showtooltip Aspect of the Turtle /cancelaura Aspect of the Turtle /cast Aspect of the Turtle
Pet: passive, follow, Dash
From guides
/petpassive /petfollow /cast Dash
Kill Command sends the pet first
From guides
#showtooltip Kill Command /petattack /cast Kill Command
Counterspell
InterruptFrom guides
#showtooltip /use [nomod,@focus,harm] Counterspell /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Counterspell /targetlasttarget
Plain focus version:
#showtooltip Counterspell /cast [@focus,harm,nodead][] Counterspell
Polymorph
IncapacitateFrom guides
#showtooltip /use [nomod,@focus,harm] Polymorph /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Polymorph /targetlasttarget
Plain focus version:
#showtooltip Polymorph /cast [@focus,harm,nodead][] Polymorph
Ring of Frost
Incapacitate (ground)From guides
#showtooltip Ring of Frost /cast [@cursor] Ring of Frost
Spellsteal on mouseover, else focus
From guides
#showtooltip Spellsteal /cast [@mouseover,harm,nodead][@focus,harm,nodead][] Spellsteal
Remove Curse on mouseover
From guides
#showtooltip Remove Curse /cast [@mouseover,help,nodead][] Remove Curse
Ice Block, second press cancels (do not mash)
From guides
#showtooltip Ice Block /stopcasting /cast Ice Block /cancelaura Ice Block
Flamestrike at cursor
From guides
#showtooltip Flamestrike /cast [@cursor] Flamestrike
Blizzard at cursor
From guides
#showtooltip Blizzard /cast [@cursor] Blizzard
Meteor at cursor
From guides
#showtooltip Meteor /cast [@cursor] Meteor
Cancel Alter Time
From guides
/cancelaura Alter Time
Mistweaver has no Spear Hand Strike in Midnight.
Spear Hand Strike
Interrupt (Windwalker, Brewmaster)From guides
#showtooltip /use [nomod,@focus,harm] Spear Hand Strike /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Spear Hand Strike /targetlasttarget /startattack
Plain focus version:
#showtooltip Spear Hand Strike /cast [@focus,harm,nodead][] Spear Hand Strike
Paralysis
IncapacitateFrom guides
#showtooltip /use [nomod,@focus,harm] Paralysis /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Paralysis /targetlasttarget /startattack
Plain focus version:
#showtooltip Paralysis /cast [@focus,harm,nodead][] Paralysis
Ring of Peace
Knockback ring (ground)From guides
#showtooltip Ring of Peace /cast [@cursor] Ring of Peace
Provoke on mouseover, else target
From guides
#showtooltip Provoke /cast [@mouseover,harm,nodead][] Provoke
Tiger's Lust on mouseover
From guides
#showtooltip Tiger's Lust /cast [@mouseover,help,nodead][] Tiger's Lust
Life Cocoon on mouseover
From guides
#showtooltip Life Cocoon /cast [@mouseover,help,nodead][] Life Cocoon
Holy has no Rebuke in Midnight. Holy swaps Cleanse Toxins for Cleanse.
Rebuke
Interrupt (Retribution, Protection)From guides
#showtooltip /use [nomod,@focus,harm] Rebuke /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Rebuke /targetlasttarget /startattack
Plain focus version:
#showtooltip Rebuke /cast [@focus,harm,nodead][] Rebuke
Avenger's Shield
Interrupt (Protection)Works for us 2026-09-22
#showtooltip /use [nomod,@focus,harm] Avenger's Shield /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Avenger's Shield /targetlasttarget /startattack
Plain focus version:
#showtooltip Avenger's Shield /cast [@focus,harm,nodead][] Avenger's Shield
Hammer of Justice
StunFrom guides
#showtooltip /use [nomod,@focus,harm] Hammer of Justice /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Hammer of Justice /targetlasttarget /startattack
Plain focus version:
#showtooltip Hammer of Justice /cast [@focus,harm,nodead][] Hammer of Justice
Repentance
Incapacitate (if talented)From guides
#showtooltip /use [nomod,@focus,harm] Repentance /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Repentance /targetlasttarget /startattack
Plain focus version:
#showtooltip Repentance /cast [@focus,harm,nodead][] Repentance
Turn Evil
Fear (undead, demons)From guides
#showtooltip /use [nomod,@focus,harm] Turn Evil /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Turn Evil /targetlasttarget /startattack
Plain focus version:
#showtooltip Turn Evil /cast [@focus,harm,nodead][] Turn Evil
Hand of Reckoning on mouseover, else target
From guides
#showtooltip Hand of Reckoning /cast [@mouseover,harm,nodead][] Hand of Reckoning
Blessing of Protection on mouseover
From guides
#showtooltip Blessing of Protection /cast [@mouseover,help,nodead][] Blessing of Protection
Blessing of Sacrifice on mouseover
From guides
#showtooltip Blessing of Sacrifice /cast [@mouseover,help,nodead][] Blessing of Sacrifice
Intercession on mouseover
From guides
#showtooltip Intercession /cast [@mouseover,help][] Intercession
Cleanse Toxins on mouseover
From guides
#showtooltip Cleanse Toxins /cast [@mouseover,help,nodead][] Cleanse Toxins
Avenging Wrath plus trinkets
From guides
#showtooltip Avenging Wrath /cast Avenging Wrath /use 13 /use 14
Holy and Discipline have no interrupt in Midnight. Shadow swaps Purify for Purify Disease.
Silence
Interrupt (Shadow)Works for us 2026-09-22
#showtooltip /use [nomod,@focus,harm] Silence /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Silence /targetlasttarget /startattack
Plain focus version:
#showtooltip Silence /cast [@focus,harm,nodead][] Silence
Mind Control
ControlWorks for us 2026-09-22
#showtooltip /use [nomod,@focus,harm] Mind Control /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Mind Control /targetlasttarget /startattack
Plain focus version:
#showtooltip Mind Control /cast [@focus,harm,nodead][] Mind Control
Psychic Horror
Horrify (Shadow, if talented)From guides
#showtooltip /use [nomod,@focus,harm] Psychic Horror /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Psychic Horror /targetlasttarget /startattack
Plain focus version:
#showtooltip Psychic Horror /cast [@focus,harm,nodead][] Psychic Horror
Shackle Undead
Incapacitate (undead)From guides
#showtooltip /use [nomod,@focus,harm] Shackle Undead /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Shackle Undead /targetlasttarget /startattack
Plain focus version:
#showtooltip Shackle Undead /cast [@focus,harm,nodead][] Shackle Undead
Mass Dispel at cursor
From guides
#showtooltip Mass Dispel /cast [@cursor] Mass Dispel
Power Infusion on mouseover
From guides
#showtooltip Power Infusion /cast [@mouseover,help,nodead][] Power Infusion
Pain Suppression on mouseover
From guides
#showtooltip Pain Suppression /cast [@mouseover,help,nodead][] Pain Suppression
Guardian Spirit on mouseover
From guides
#showtooltip Guardian Spirit /cast [@mouseover,help,nodead][] Guardian Spirit
Leap of Faith on mouseover
From guides
#showtooltip Leap of Faith /cast [@mouseover,help,nodead][] Leap of Faith
Purify on mouseover
From guides
#showtooltip Purify /cast [@mouseover,help,nodead][] Purify
Cancel Dispersion
From guides
/cancelaura Dispersion
Kick
InterruptWorks for us 2026-09-22
#showtooltip /use [nomod,@focus,harm] Kick /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Kick /targetlasttarget /startattack
Plain focus version:
#showtooltip Kick /cast [@focus,harm,nodead][] Kick
Kidney Shot
StunFrom guides
#showtooltip /use [nomod,@focus,harm] Kidney Shot /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Kidney Shot /targetlasttarget /startattack
Plain focus version:
#showtooltip Kidney Shot /cast [@focus,harm,nodead][] Kidney Shot
Cheap Shot
Stun (from stealth)Works for us 2026-09-22
#showtooltip /use [nomod,@focus,harm] Cheap Shot /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Cheap Shot /targetlasttarget /startattack
Plain focus version:
#showtooltip Cheap Shot /cast [@focus,harm,nodead][] Cheap Shot
Gouge
IncapacitateWorks for us 2026-09-22
#showtooltip /use [nomod,@focus,harm] Gouge /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Gouge /targetlasttarget /startattack
Plain focus version:
#showtooltip Gouge /cast [@focus,harm,nodead][] Gouge
Blind
DisorientWorks for us 2026-09-22
#showtooltip /use [nomod,@focus,harm] Blind /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Blind /targetlasttarget /startattack
Plain focus version:
#showtooltip Blind /cast [@focus,harm,nodead][] Blind
Sap
Incapacitate (from stealth)From guides
#showtooltip /use [nomod,@focus,harm] Sap /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Sap /targetlasttarget /startattack
Plain focus version:
#showtooltip Sap /cast [@focus,harm,nodead][] Sap
Shadowstep to focus
From guides
#showtooltip Shadowstep /cast [@focus,harm,nodead][] Shadowstep
Tricks of the Trade to mouseover, else focus
From guides
#showtooltip Tricks of the Trade /cast [@mouseover,help,nodead][@focus,help,nodead][] Tricks of the Trade
Cloak of Shadows, second press cancels
From guides
#showtooltip Cloak of Shadows /cancelaura Cloak of Shadows /cast Cloak of Shadows
Restoration keeps Wind Shear, the only healer interrupt left in Midnight, on a 30 second cooldown. Restoration swaps Cleanse Spirit for Purify Spirit.
Wind Shear
Interrupt (all specs)From guides
#showtooltip /use [nomod,@focus,harm] Wind Shear /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Wind Shear /targetlasttarget /startattack
Plain focus version:
#showtooltip Wind Shear /cast [@focus,harm,nodead][] Wind Shear
Hex
IncapacitateFrom guides
#showtooltip /use [nomod,@focus,harm] Hex /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Hex /targetlasttarget /startattack
Plain focus version:
#showtooltip Hex /cast [@focus,harm,nodead][] Hex
Capacitor Totem
Stun (ground)From guides
#showtooltip Capacitor Totem /cast [@cursor] Capacitor Totem
Earthbind Totem
Slow field (ground)From guides
#showtooltip Earthbind Totem /cast [@cursor] Earthbind Totem
Purge on mouseover
From guides
#showtooltip Purge /cast [@mouseover,harm,nodead][] Purge
Cleanse Spirit on mouseover
From guides
#showtooltip Cleanse Spirit /cast [@mouseover,help,nodead][] Cleanse Spirit
Spell Lock is the Felhunter's; Demonology with a Felguard uses Axe Toss.
Spell Lock
Interrupt (Felhunter)Works for us 2026-09-22
#showtooltip /use [nomod,@focus,harm] Spell Lock /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Spell Lock /targetlasttarget
Plain focus version:
#showtooltip Spell Lock /cast [@focus,harm,nodead][] Spell Lock
Axe Toss
Interrupt and stun (Felguard)Works for us 2026-09-22
#showtooltip /use [nomod,@focus,harm] Axe Toss /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Axe Toss /targetlasttarget
Plain focus version:
#showtooltip Axe Toss /cast [@focus,harm,nodead][] Axe Toss
Fear
FearWorks for us 2026-09-22
#showtooltip /use [nomod,@focus,harm] Fear /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Fear /targetlasttarget
Plain focus version:
#showtooltip Fear /cast [@focus,harm,nodead][] Fear
Mortal Coil
HorrifyWorks for us 2026-09-22
#showtooltip /use [nomod,@focus,harm] Mortal Coil /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Mortal Coil /targetlasttarget
Plain focus version:
#showtooltip Mortal Coil /cast [@focus,harm,nodead][] Mortal Coil
Banish
Incapacitate (demons, elementals)From guides
#showtooltip /use [nomod,@focus,harm] Banish /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Banish /targetlasttarget
Plain focus version:
#showtooltip Banish /cast [@focus,harm,nodead][] Banish
Shadowfury
Stun (ground)From guides
#showtooltip Shadowfury /cast [@cursor] Shadowfury
Soulstone on mouseover
From guides
#showtooltip Soulstone /cast [@mouseover,help][] Soulstone
Demonic Gateway at cursor
From guides
#showtooltip Demonic Gateway /cast [@cursor] Demonic Gateway
Summon Infernal at cursor
From guides
#showtooltip Summon Infernal /cast [@cursor] Summon Infernal
Cancel Burning Rush
From guides
/cancelaura Burning Rush
Pummel
InterruptWorks for us 2026-09-22
#showtooltip /use [nomod,@focus,harm] Pummel /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Pummel /targetlasttarget /startattack
Plain focus version:
#showtooltip Pummel /cast [@focus,harm,nodead][] Pummel
Storm Bolt
Stun (if talented)Works for us 2026-09-22
#showtooltip /use [nomod,@focus,harm] Storm Bolt /stopmacro [mod][@focus,exists,harm] /cleartarget /targetenemy /use Storm Bolt /targetlasttarget /startattack
Plain focus version:
#showtooltip Storm Bolt /cast [@focus,harm,nodead][] Storm Bolt
Taunt on mouseover, else target
From guides
#showtooltip Taunt /cast [@mouseover,harm,nodead][] Taunt
Intervene on mouseover
From guides
#showtooltip Intervene /cast [@mouseover,help,nodead][] Intervene
Heroic Leap at cursor
From guides
#showtooltip Heroic Leap /cast [@cursor] Heroic Leap
Rallying Cry
From guides
#showtooltip Rallying Cry /cast Rallying Cry
Nothing matches that.