Blood DK GS

Talents: 2,3,1,3,1,2,2,
Major: Glyph of Outbreak, Glyph of Regenerative Magic, Glyph of Raise Ally
Minor: Glyph Army of the Dead, Resilient Grip, Path of Frost

**Blood Tap is weird for me and only marginally better than Runic corruption

UPDATED: 10/6/15

Sequences['BloodDK'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/cast Bone Shield
]],
	'/castsequence [combat] reset=target Outbreak,Blood Boil',
	'/cast Blood Boil',
	'/cast Death Strike',
	'/cast Soul Reaper',
	'/cast Death Coil',
	'/cast Death Strike',
	'/cast Death Strike',
	'/cast Plague Leech',
	'/cast Death Strike',
	'/cast Death Coil',
PostMacro = [[
/startattack
/cast Dancing Rune Weapon
/cast Vampiric Blood
/cast Anti-Magic Shell
/cast Empower Rune Weapon
/use [combat]13
/use [combat]14
]],
}
Sequences['BloodAoe'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/cast Bone Shield
]],
	'/castsequence reset=target Outbreak,Blood Boil',
	'/castsequence reset=target Blood Boil,Death Strike',
	'/cast Death Strike,Blood Boil',
	'/cast Death Coil',
	'/cast Blood Boil,Death Strike',
PostMacro = [[
/startattack
/cast [combat] Dancing Rune Weapon
/cast [combat] Vampiric Blood
/Cast [combat] Anti-Magic Shell
/cast [combat] Empower Rune Weapon
]],
}

I take no Credit as this has been built using many other macros found here
Feel free to adapt and change, I also welcome improvements

works great but dont you think if you add anti magic shield ?

Updated Just Now, also added an AoE, I had meant to have Anti-magic shield in the rotation but forgot to add it

thnx i will give it a try

some problem cant get it work blooddk

Made some edits