Frost DK macro

Sequences['FDKPVE'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
    ]],
    '/cast Frost Strike',
    '/cast Obliterate',
    '/cast Plague Leech',
    PostMacro = [[
/cast Anti-Magic Shell
/cast Pillar of Frost
/use [combat]13
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
    ]],
}

Required talent is Plague Leech (obviously) – HIGHLY suggested that you take Necrotic Plague due to its synergy value with this talent. Wire this to button one on a gaming mouse, set a repeat macro on a half second delay and BOOM.

what if you don’t have a gaming mouse?