Kytie's Frost DK

DK currently 93, so missing the last talent, also went for a different build than Icy Veins suggested. Simple idea, Str, Mastery, Crit with as much Frost damage as possible rather than Obliterate based, due to Frostscythe talent being 1 rune and frontal AoE and of course Frost damage. PVE’d from 91-93 and actually had to put a couple of Obliterate’s into the mix to use runes as it wasn’t using enough w/o lol.

Worked pretty well so far with Rune of Razorice and Rune of the Fallen Crusader for even more frost damage, plus yet another Str buff. I have Death Strike on a separate key to use after a kill for the free heal/hit, but it’s not Frost damage so isn’t in the macro.

With the Mastery buffing frost damage and Frostscythe doing 4x damage on a crit it gets some pretty ludicrous dps spikes and since Obliterate is physical damage it’s only in the macro to use runes and try to proc a powered up Howling Blast…

Sequences['Frost'] = {
specID = 251,
author = "Kytie",
helpTxt = "Talents 231331",
StepFunction = GSStaticPriority,
PreMacro = [[
/TargetEnemy [noharm][dead]
]],
'/cast [combat] !Pillar of Frost',
"/castsequence reset=combat Howling Blast, Frostscythe, Remorseless Winter, Obliterate",
"/castsequence reset=combat Frostscythe, Frost Strike, Frostscythe, Frostscythe, Frost Strike, Obliterate, Horn of Winter",
"/castsequence reset=combat Frostscythe, Frost Strike",
PostMacro = [[
/TargetEnemy [noharm][dead]
]],
}

Updated for level 100 with Glacial Advance into the mix:

Sequences['Frost'] = {
specID = 251,
author = "Kytie",
helpTxt = "Talents 2313313",
StepFunction = GSStaticPriority,
PreMacro = [[
/TargetEnemy [noharm][dead]
]],
'/cast [combat] !Pillar of Frost',
'/cast [combat] !Frost Strike',
"/castsequence reset=combat Howling Blast, Remorseless Winter, Frost Strike",
"/castsequence reset=combat Frostscythe, Frostscythe, Frostscythe, Frostscythe",
"/castsequence reset=combat Obliterate, Frostscythe, Horn of Winter, Frost Strike",
'/cast [combat] !Glacial Advance',
PostMacro = [[
/TargetEnemy [noharm][dead]
]],
}