Kytie's Blood DK Macro's

Ok, couple of very basic (still leveling my DK) Macro’s to help out with the leveling grind.

Simple Single target macro that stacks you with Bone shields and uses Death Strike whenever you have the Runic power:

Sequences["DK_ST"] = {
StepFunction = GSStaticPriority,
specID = 250,
author = "Kytie",
helpTxt = "Talents 211233",
PreMacro = [[
/TargetEnemy [noharm][dead]
]],
'/cast Death Strike',
"/castsequence reset=combat Marrowrend, Blood Boil, Marrowrend, Heart Strike, Blood Boil",
PostMacro = [[
/TargetEnemy [noharm][dead]
]],
}

Simple AE rotation focusing more on cleave than bone shields:

Sequences["DK_AE"] = {
StepFunction = GSStaticPriority,
specID = 250,
author = "Kytie",
helpTxt = "Talents 211233",
PreMacro = [[
/TargetEnemy [noharm][dead]
]],
'/cast Death Strike',
"/castsequence reset=combat Marrowrend, Blood Boil, Heart Strike, Heart Strike, Blood Boil",
PostMacro = [[
/TargetEnemy [noharm][dead]
]],
}

Kept the cooldowns outside, will update once i get my DK maxed, but works great for a leveling DK once you get Blood Boil (it’ll lock up until you learn it, so remove BB if you want to use right from character creation).