Blood Pve *GS*

Talants
Plague Leech – Lichborne – Death’s Advance – Runic Corruption – Death Pact – Gorefiend’s Grasp – Necrotic Plague

Major Glyphs
Glyph of Blood Boil – Glyph of Icebound Fortitude – Glyph of Outbreak
Minor Glyphs
Glyph of Resilient Grip – Glyph of Army of the Dead – Glyph of Path of Frost

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

Sequences['BDK2'] = {
StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]],
    PreMacro = [[
/cast Bone Shield
/cast [combat] Vampiric Blood
/cast [combat] Anti-Magic Shell
    ]],
    '/castsequence rune tap, rune tap',
    '/castsequence Icebound Fortitude',
    PostMacro = [[
/targetenemy [noharm][dead]
    ]],
}

Sorry for asking this but what is the difference between the 2?

the 2nd macro is your Active mitigation

ok thank you. :slight_smile: