I’m nearly to 60, and was wondering what are some good macros do make to condense my action bar and tank more effectively. Macroing on my priest has made things a lot easier, so I’m sure there are good options for DKs as well.
There really aren’t a lot of macros needed for BDK. Here are some that I use personally:
For easy deployment of AMZ:
#showtooltip
/cast [@cursor] Anti-Magic Zone
Just to macro Raise Dead somewhere so you don’t have to worry about summoning it on CD:
#showtooltip
/cast Blood Boil
/cast Raise Dead
A macro to press to toggle Control Undead so you can press it to uncontrol then control again without have to re-target:
#showtooltip Control Undead
/target pet
/run PetDismiss()
/use Control Undead
/petassist
This is not so much to save a button, but if you watch your runes closely you can use this to rune tap without completely tapping yourself out if you are low on runes:
#showtooltip
/cast Rune Tap
/cast Blood Tap
Add in some generic ones like focus kick / focus stun and mouse over battle rez.
Cool thanks!