Blood Death Knight Interface and Macros Guide

Patch 12.0.1 Last Updated: 11th Feb, 2026
Reholy Author Avatar
Reholy

Interface

With Weakauras going away with the Midnight Pre-Patch, we are left with less AddOn functionality as far as a custom UI goes.

Below is my official UI Profile and Cooldown Manager layout for the Midnight Pre-Patch. It will be constantly maintained week-by-week and has a BDK Functionality focus, specialized for Mythic+ Pushing specifically.Inside of the link you will find recommended core and optional AddOns, with a simpler Install via the Wago App.

Below is a brief list of buffs and cooldowns that are worth tracking, in-case you don’t want to fully import a whole new UI.

Macros

Note - you should place a @cursor Modifier into your macro whenever you want an ability to be placed at your cursor location as soon as you press the keybind, makes the gameplay feel smoother. Additionally, you can also do this for @mouseover an example being the macro below.

Raise Ally Mouseover Macro

Allows you to mouseover resurrect someone without clicking on them.

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

Gorefiend’s Grasp Mouseover/Player Macro

Just makes the ability easier to use.

#showtooltip Gorefiend's Grasp
/cast [@mouseover,exists,nodead][@player] Gorefiend's Grasp

Death and Decay Cursor/Player Macro

If you press Ctrl (Can be changed to whatever you want) it will place the ability at your cursor otherwise it will default to your character.

#showtooltip Death and Decay
/cast [mod:ctrl, @cursor] Death and Decay; [@player] Death and Decay

Mouseover Taunt/Grip Macro

An important macro to have is a mouseover Taunt and Death Grip macro so you can quickly grab stray mobs without having to target them. This macro will only grip or taunt on enemies that are alive that you mouseover.

#showtooltip
/cast [@mouseover, nodead, harm, nomod] Death Grip; [@mouseover, nodead, harm, mod:lctrl] Dark Command