Unholy Death Knight Midnight Interface and Macros Guide

Patch 12.0.1 Last Updated: 13th Feb, 2026
Taeznak Author Avatar
Taeznak

Interface

In the Midnight Pre-Patch a lot of addons are unable to do as much as they could before. You will need to use more of the default UI, with some customisation options being offered by addons.

When the best addons to use become clearer, we will update this guide section!

Macros

Along with AddOns, Macros can also be a very big game changer and make things a lot better. Here are some Macros that I think are essential when playing Unholy Death Knight.

Dark Transformation Pet Claw Macro

#showtooltip Dark Transformation
/cast Claw
/cast Dark Transformation
/use Blood Fury

Your Dark Transformation gives your pet 100 energy back, and your Ghouls Claw on auto-cast does not use up all of your pet's energy before going into Dark Transformation. Having this macro essentially cancels out that problem as it will spend the remaining energy of your pet while you are pressing the macro. By the time the GCD is ready, and your Dark Transformation is cast, you would have commanded your pet to manually use Claw at least a couple of times, therefore draining it of energy altogether.

Stop Attack Death Grip Macro

#showtooltip Death Grip
/stopattack
/cast [@mouseover,exists,harm][@target,exists,harm] Death Grip

This macro acts as a mouseover/current target Death Grip macro, but it also cancels your attacks against that target if you have it selected. This is useful if you want to grip an add that is already CC’d. Death Grip does not break CC, but auto attacks do, so this macro negates that problem.

Cursor Macros

Cursor macros are used for abilities that generally have to be placed on the ground. This macro makes you place the abilities a lot faster and less clunky, but do pay attention to where your cursor is when using these macros.

Anti-Magic Zone Cursor Macro

#showtooltip
/cqs
/cast [@cursor] Anti-Magic Zone

Death and Decay Cursor Macro

#showtooltip
/cast [@cursor] Death and Decay

Mouseover Macros

Mouseover Macros are similar to Cursor macros, in the sense that they will use the ability that is in the macro, on a target that your cursor is over. I have mine set up, so if you have a target and are not putting your cursor over any other enemies, the ability will cast on your current target. If you have your cursor over a different target, the ability will be used on that target instead of your current target.

Outbreak

#showtooltip Outbreak
/cast [@mouseover,exists,harm][@target,exists,harm] Outbreak

Leap (Ghoul Jump / Dark Transformation Interrupt)

#showtooltip Leap
/cast [@mouseover,exists,harm][@target,exists,harm] Leap

Death Coil

#showtooltip Death Coil
/cqs
/cast [@mouseover,exists,harm][@target,exists,harm] Death Coil

Chains of Ice

#showtooltip Chains of Ice
/cast [@mouseover,exists,harm][@target,exists,harm] Chains of Ice

Soul Reaper

Very good for sniping low health adds without having to switch targets.

#showtooltip Soul Reaper
/cast [@mouseover,exists,harm][@target,exists,harm] Soul Reaper

Raise Ally (Combat Res)

#showtooltip Raise Ally
/cast [@mouseover,help][@target]Raise Ally

Dark Command / Taunt

#showtooltip Dark Command
/cast [@mouseover,exists,harm][@target,exists,harm] Dark Command

Quality of Life Macros

Pet Dismiss

/script PetDismiss()

Focus Mind Freeze

This will use Mind Freeze on your focus target.

#showtooltip Mind Freeze
/cast [@focus] Mind Freeze