Hi there,
this macro is designed around the Cold Heart Legendary Chest. This should fire Chains of Ice when you got 20 stacks or shortly before or after. I’m not usung the leg shoulders but the leg trinket instead. Not using CoF or T20 either. So I don’t care about Army of the Dead much. For this to work properly you need the following talents: 3,3,1,?,?,1,1
Update Version 5:
-Added Festering Strike switch
-Added more Death Coils
-Some minor tweaks for Outbreak uptime
-Added /petassist line because sometimes my pet was lazy
Sequences['ColdHearted_v5'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Brainfreeze@Blackhand (EU)",
SpecID=252,
Talents = "3,3,1,?,?,1,1",
Helplink = "https://wowlazymacros.com/forums/topic/coldhearted/",
Help = [[Version 4]],
Default=1,
Icon='Spell_Deathknight_UnholyPresence',
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [combat] Blighted Rune Weapon",
"/use [mod:shift] Festering Strike",
"/use [mod:alt] Apocalypse(artifact)",
"/castsequence reset=target Outbreak, null",
},
PreMacro={
},
"/castsequence reset=combat Dark Transformation, Chains of Ice",
"/cast [combat] Death Coil",
"/cast [combat] Summon Gargoyle",
"/castsequence reset=combat Festering Strike, Scourge Strike, Scourge Strike",
"/cast [combat] Death Coil",
"/castsequence reset=combat Festering Strike, Scourge Strike, Scourge Strike, Outbreak",
"/cast [combat] Death Coil",
"/cast [@player] Death and Decay",
"/use [nopet] Raise Dead",
PostMacro={
},
KeyRelease={
"/petassist",
},
},
},
}
For the folks who do not own the chest here is the macro version without Chains of Ice:
Sequences['ColdHeartMissing'] = {
-- This Sequence was exported from GSE 2.1.06.
Author="Brainfreeze@Blackhand (EU)",
SpecID=252,
Talents = "3,3,1,?,?,1,1",
Helplink = "https://wowlazymacros.com/forums/topic/coldhearted/",
Help = [[Version 4]],
Default=1,
Icon='Spell_Deathknight_UnholyPresence',
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [combat] Blighted Rune Weapon",
"/use [mod:alt] Apocalypse(artifact)",
"/use [mod:shift] Festering Strike",
"/castsequence reset=target Outbreak, null",
},
PreMacro={
},
"/use [nopet,combat] Raise Dead; Dark Transformation",
"/cast [combat] Summon Gargoyle",
"/cast [combat] Death Coil",
"/castsequence reset=combat Festering Strike, Scourge Strike, Scourge Strike",
"/cast [combat] Death Coil",
"/castsequence reset=combat Festering Strike, Scourge Strike, Scourge Strike, Outbreak",
"/cast [@player] Death and Decay",
"/cast [combat] Death Coil",
PostMacro={
},
KeyRelease={
"/petassist",
},
},
},
}