Thursday, January 1, 2009

Death Knight Macros


The macros you need. Don't be lazy and spend the 1 minute plugging your spell names in.

Use Ability on Mouse-Over Target
This macro allows you to cast an ability on the target that your mouse is hovering over. If your mouse isn't hovering over a target, or the target is dead, it will use the ability on the player you have seleceted. Replace the word SPELL with the spell's name.
#showtooltip SPELL
/cast [target=mouseover, exists. nodead] SPELL; SPELL
Spells to use this macro with:
  • Death Coil
  • Death Grip
  • Strangulate
  • Gnaw

Use Ability on Focus Target
This macro will cast an ability on your focus target. If you have no focus target, or your focus target is dead, it will Death Grip your current target. Replace the word SPELL with the spell's name.
#showtooltip SPELL
/cast [target=focus, exists, nodead] SPELL; SPELL
Spells to use this macro with:
  • Death Coil
  • Death Grip
  • Strangulate
  • Gnaw

Rune Strike when possible
This macro basically adds runestrike to the spell(s) of your choice. Since Rune Strike isn't on GCD, this macro can be macro'ed with all your abilities. Replace SPELL with the name of the ability. You will need to make a macro for each ability. Note: some specs shouldn't always be using Rune Strike.
#showtooltip SPELL
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/cast SPELL;
/cast !Rune Strike;
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
 

Copyright 2009 All Rights Reserved Death Knight DB