Sevrina's Macro's and Addons Remake

#0 - Jan. 30, 2009, 5:37 a.m.
Blizzard Post
Ok i want to start out by saying thank you to all those who have posted their macros on my earlier post back when DKs were new, we have come a long way from then and i feel a new thread is needed, i think of that one as a Beta-Thread, getting ideas and compiling data for this one. I will go over and correct grammar and typos later.

Im going to try and keep this one clean also, i wont be posting long ass chain sequences as i believe the game should be played not one button spammed like hunters and rogues.

Ill sort it out into sections tomorrow.

--------------------------------------------------------------------------------------------------------------------------------------
#showtooltip
/castsequence reset=9 Mind Freeze, Strangulate
/script UIErrorsFrame:Clear()

Casts Mind Freeze . If Mind Freeze is on cooldown, Strangulate will be casted instead. This allows for you to interrupt a spell cast with the use of one button.

#showtooltip
/castsequence reset=9 Mind Freeze, Strangulate, Arcane Torrent
/script UIErrorsFrame:Clear()

If you are a Blood Elf Death Knight, you can add Arcane Torrent to the macro for three interrupts in one button. Remember that Arcane Torrent is an AOE and not a single target.

It may not be perfect but it works against some classes better than others, doesnt mean you must have this instead of that

--------------------------------------------------------------------------------------------------------------------------------------
#showtooltip Blood Strike
/cast !Rune Strike
/cast Blood Strike
/script UIErrorsFrame:Clear()

#showtooltip Heart Strike
/cast !Rune Strike
/cast Heart Strike
/script UIErrorsFrame:Clear()

#showtooltip Scourge Strike
/cast !Rune Strike
/cast Scourge Strike
/script UIErrorsFrame:Clear()

#showtooltip Icy Touch
/cast !Rune Strike
/cast Icy Touch
/script UIErrorsFrame:Clear()

#showtooltip Plague Strike
/cast !Rune Strike
/cast Plague Strike
/script UIErrorsFrame:Clear()

#showtooltip Death Strike
/cast !Rune Strike
/cast Death Strike
/script UIErrorsFrame:Clear()
--------------------------------------------------------------------------------------------------------------------------------------

/script local m=GetZoneText() if (m=="Dalaran" or m=="Wintergrasp") and (GetSubZoneText()~="Krasus' Landing") then CallCompanion("MOUNT", 1);end
/cast [flyable] Winged Steed of the Ebon Blade; [noflyable] Acherus Deathcharger
/dismount

I recoment to use this above level 77 only when you can fly in northrend

--------------------------------------------------------------------------------------------------------------------------------------

#showtooltip Heart Strike
/cast <TrinketName>
/cast !Rune Strike
/cast Heart Strike
/script UIErrorsFrame:Clear()

#showtooltip Heart Strike
/use 13
/cast !Rune Strike
/cast Heart Strike
/script UIErrorsFrame:Clear()

Auto uses trinket when using heart strike, showing the heart strike cooldown feel free to change heart strike to any spell of your choice.
--------------------------------------------------------------------------------------------------------------------------------------

#showtooltip
/castsequence reset=6/combat Icy Touch, Plague Strike, Pestilence

The usual starter before or after DnD when tanking
--------------------------------------------------------------------------------------------------------------------------------------

/cast [nopet]Raise Dead; Death Pact

#showtooltip
/castsequence reset=120 Raise Dead, Death Pact

#showtooltip
/cast [pet] Death Pact
/cast [nopet] Raise Dead

This one is for those who do not have a permanent ghoul, when your ghoul is activated it will change to Death Pact for 2 minutes, allowing you to kill the ghoul for HP, all 3 do the same thing.
--------------------------------------------------------------------------------------------------------------------------------------

/cast [target=pet] Death Coil

For the unholy death knights, heals your pet with a death coil

/cast Lichborne
/cast [target=self] Death Coil

when lichborn is active, use to give yourself a small heal
--------------------------------------------------------------------------------------------------------------------------------------
/petattack Shadowfiend
/petattack Grounding T
/petattack Fire N
/petattack Disease C
/petattack Windfury T
/petattack Strength of Earth T
/petattack Mana S
/script UIErrorsFrame:Clear()

/cast [target=Grounding Totem] Death coil
--------------------------------------------------------------------------------------------------------------------------------------

#showtooltip Hysteria
/cast Dancing Rune Weapon
/cast [target=self] Hysteria

#showtooltip Hysteria
/cast Dancing Rune Weapon
/cast [Target=focus] Hysteria

When tanking use the focus and set a melee dps as your focus target.
--------------------------------------------------------------------------------------------------------------------------------------

1) #show Icebound Fortitude
2) /p Incoming Icebound
3) /in 12 /p Icebound over
4) /cast Icebound Fortitude

I numbered the lines so I could give you a short explanations on them so you can modify it more fitting to you.
1) Shows Icebound Fortitude info when hovering mouse over the skill, just like in the IBF skill.
2) Will inform your party that you cast IBF.
3) Waits for 12 seconds and then notifies party that Icebound is over.
4) Casts IBF.
--------------------------------------------------------------------------------------------------------------------------------------

/Cast Frost Presence
/cast Dark Command

/Cast Frost Presence
/cast Death Grip

change to FP and taunt the target to save your tank
Also good in fights like the one in VoA if your offtanking (still to test these ones tho)
--------------------------------------------------------------------------------------------------------------------------------------
/cast scourge strike
/cast blood strike
/cast death coil

/cast frost strike
/cast blood strike
/cast death coil

/cast death strike
/cast blood strike
/cast death coil

/cast death strike
/cast heart strike
/cast death coil

/cast obliterate
/cast heart strike
/cast death coil

/cast obliterate
/cast blood strike
/cast death coil

/cast scourge strike
/cast blood strike
/cast death coil

feel free to add rune strike instead of death coil
--------------------------------------------------------------------------------------------------------------------------------------
#showtooltip
/cast Frost Presence
/changeactionbar 2

#showtooltip
/click ShapeshiftButton2 Left Click
/changeactionbar 2

#showtooltip
/cast Blood Presence
/changeactionbar 1

#showtooltip
/click ShapeshiftButton1 Left Click
/changeactionbar 2

#showtooltip
/cast Unholy Presence
/changeactionbar 1

#showtooltip
/click ShapeshiftButton3 Left Click
/changeactionbar 2

changes your action bar between tanking and DPS set-ups when you change into a tanking or dps pressence.
--------------------------------------------------------------------------------------------------------------------------------------


More to come, be patient.
#24 - Feb. 2, 2009, 1:41 p.m.
Blizzard Post
Good work on this :)
#116 - April 21, 2009, 5:45 p.m.
Blizzard Post
This thread is now in the useful guides section of the Death Knight forums. :)

http://forums.wow-europe.com/thread.html?topicId=8864928062&sid=1

Nice one!