Archive for the ‘Death Knight Macros’ Category
Vampiric Blood/Rune Tap Heal
Written by WoW Macro Guru on 10/01/2011 – 4:11 AM -Macro Description
If you have rune tap or vampiric blood, this death knight macro will cast vampiric blood and use a rune to heal. You only need to press the macro once (this costs 2 blood runes, so make sure they are available or you will have to press the macro again). You can press the macro everytime the rune tap cooldown is up, making key binding easier for yourself.
Macro Code
#showtooltip Vampiric Blood
/cast !Vampiric Blood;
/cast Rune Tap
Tags: death knight macros, rune tap heal, vampiric blood
Posted in Death Knight Macros | No Comments »
Universal Rune Strike Macro
Written by WoW Macro Guru on 10/01/2011 – 4:09 AM -This is the universal rune strike macro, rune strike is an amazing ability that is totally worth the runic power. This macro will bind your current instant attack that you benefit most from your spec, as well as setting up a rune strike attack when its possible (after you dodge/parry).
Macro Code
#showtooltip (instant damage attack)
/script UIErrorsFrame:UnregisterEvent(“UI_ERROR_MESSAGE”);
/cast (instant damage attack);
/cast !Rune Strike;
/script UIErrorsFrame:RegisterEvent(“UI_ERROR_MESSAGE”);
Tags: death knight macros, rune strike
Posted in Death Knight Macros | No Comments »
Presence Dance
Written by WoW Macro Guru on 10/01/2011 – 4:06 AM -Macro Description
Depending on your key binding, when you use it in conjunction with ctrl it will swap you into frost presence if you aren’t in it, if you are, it will do nothing, so hitting shift will put you on blood presence etc.
Macro Code
/cast [modifier: ctrl] Frost Presence; [modifier: shift] Blood Presence; [nomodifier] Unholy Presence
Tags: death knight macros, presence dance
Posted in Death Knight Macros | No Comments »
Hysteria + Racial + Trinket
Written by WoW Macro Guru on 10/01/2011 – 4:02 AM -Macro Description
Hysteria can be cast on another player or yourself, this will take care of that as well as adding any other buffs. This check if you are targeting a friendly target, if you are then it will cast hysteria on that player, if you are not then it will cast hysteria on yourself. The last part is the addition of racials / trinkets, this macro will only cast them if you are targeting an enemy player, if you are targeting nothing a friendly player then you will not use them.
Macro Code
/cast [noharm, exists] Hysteria;
/cast [target=player] Hysteria;
/cast [harm,exists] Blood Fury; ( racial )
/use [harm,exists] 14 ( 13 or 14, depending on where your trinket is )
Tags: death knight macros, hysteria, Racial, Trinket
Posted in Death Knight Macros | No Comments »

