Interface
A player’s UI is entirely subjective. At the end of the day, there is no specific right or wrong way to set up your UI.
Some suggestions for good addons are:
- Unhalted Unit Frames - Blizzard’s player and target frames specifically aren’t the best for visual clarity at a glance. This addon gives increased customisation to all of your frames.
- Platynator/Plater - I’d advise one of these addons specifically if you want some extra customisation options including being able to colour your nameplates. It can add some clarity to quickly identifying caster mobs in raid and M+.
- Sensei Class Resource Bar - One glaring omission from Blizzard’s base UI is a separate and customisable resource bar. As it stands, the only one available are attached to the player frame. This addon offers a separate resource bar, allowing for more focused placement to track resources better.
Macros
Focus / Mouseover Kick Macro
This macro condenses regular target kick, mouseover kick and focus target kick into a single keybinding, allowing different target interrupts based on modifier being pressed. Focus kicking in general is exceptionally useful in all content.
/cast [nomod, target=target] Pummel
/cast [mod:shift, target=focus] Pummel
/cast [mod:ctrl, target=mouseover] Pummel
Leap Cursor Macro
Heroic Leap macro that saves you a few milliseconds not having to click an additional mouse click when pressed.
#showtooltip Heroic Leap
/cast [@cursor] Heroic Leap
Mouseover Execute Macro
This macro is used for Executing an enemy that is not your target. This is good for building stacks of Executioner's Precision for a powerful Mortal Strike on a higher priority target without needing to switch target to do so.
#showtooltip Execute
/cast [@mouseover, harm, exists][@target] Execute
Mouseover abilities work exactly as the name suggests. Placing the cursor over the enemy model or nameplate and press the ability for it to work.