Here is a little compilation I made of DeathKnight Macros.. they have been useful to me in leveling as well as raiding so I thought I would share them :-)
DEATH STRIKE+RUNE STRIKE+STUN
Code:
/startattack
#showtooltip Death Strike
/cast Rune Strike
/cast Death Strike
/cast Gnaw
DEATHGRIP+ICY TOUCH
Code:
#showtooltip Death Grip
/petautocastoff Leap
/cast Death Grip
#showtooltip
/petautocaston Leap
/cast Icy Touch
SPAM THIS MACRO TO CHAIN YOUR TARGET THEN FOLLOW WITH DEATHGRIP The slow effect will be applied, and works against the Death Grip. So you’re target, or pvp opponent, is now basically CC’d.
Code:
#showtooltip Chains of Ice
/cast Chains of Ice
/cast Death Grip
DOUBLE DEATHCOIL DESTRUCTION
Code:
#showtooltip Death Coil
/cast [nomodifier] Death Coil; [modifier:alt,target=pet] Death Coil
STRANGULATE ON MOUSEOVER
Code:
/cast [target=mouseover] Strangulate
POWERED RUNE STRIKE
Code:
#showtooltip Icy Touch
/cast Rune Strike
/cast Icy Touch
HEAL YOUR GHOUL
Code:
/cast [target=pet] Death Coil
2 DISEASES AND THEN BURN 2 BLOOD RUINS (UNHOLY AND FROST SPEC)
Code:
#showtooltip
/castsequence reset=target/dead Icy Touch, Plague Strike, Blood Strike, Blood Strike
DEATH PACT WITHOUT TARGETING MINION
Code:
#showtooltip Death Pact
/cast [target=pet,exists] Death Pact
SUPERHEAL
Code:
#showtooltip
/cast Vampiric Blood
/cast Rune Tap
AGGRO COMMAND FOR TANKING
Code:
#showtooltip Dark Command
/cast Dark Command
/w [target=target's target]
GREAT OPENER FOR UNHOLY SPEC
Code:
#showtooltip
/castsequence reset=target/dead Icy Touch, Plague Strike, Blood Strike, Blood Strike, Scourge Strike, Unholy Blight
HUGE RUNE TAP
Code:
/cast Vampiric Blood
/cast Rune Tap
FROST SPEC SPAMMER
Code:
#showtooltip
/castsequence reset=target/dead Icy Touch, Plague Strike, blood strike, blood strike
UNHOLY DPS SPAMMER
Code:
#showtooltip
/castsequence reset=nocombat Icy Touch(Rank 5), Plague Strike(Rank 6), Blood Strike(Rank 6), Blood Strike(Rank 6), Scourge Strike(Rank 4), Unholy Blight(Rank 4)
BLOOD SPEC SPAMMER (OR ANY)
Code:
#showtooltip Blood Strike
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE")
/cast Rune Strike
/cast Blood Tap
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE")
/cast Blood Strike
THERE ARE MANY MORE WHERE THAT CAME FROM BUT THAT SHOULD GET YOU STARTED!!
KEEP IN MIND THAT I MADE SOME OF THESE MACROS, AND OTHERS I SIMPLY COMPILED INTO A GUIDE
CREDIT GOES TO THE ORIGINAL MAKERS ON ANY OF THE ONES I DID NOT CREATE