Update 29th August 2017
With the advent of 7.3 these macros are still solid just some talent swaps
Im kind of glad I stuck with my Oblit instead of getting on the BoS bandwagon.
some things I have noticed Im getting more dps personally with Avalanche but you may not and just go ice caps instead.
For those using Cold Heart Chest Leggo. if you add /cast Chains of Ice
in the Pre Macro, and set a loop limit to about 15. this should have your procs covered. depending on resources it may fire sooner than 20 seconds but it’s a decent ball park you can always adjust the loop limit yourself to suit. not it will fire off the bat as well
Sequences['Oblit'] = {
Author="John metz",
SpecID=251,
Talents = "3133231",
Help = "Obliteration Raid Build. with a focus of single target with a bit of cleave damage",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/cast [combat] Pillar of Frost",
"/cast [combat] Obliteration",
"/cast [mod:alt] Howling Blast",
"/cast [mod:shift] Frost Strike",
},
PreMacro={
},
"/castsequence reset=combat Howling Blast, Frost Strike, Remorseless Winter, Frost Strike, Obliterate",
"/castsequence reset=combat Howling Blast, Obliterate, Frost Strike, Frost Strike, Obliterate, Obliterate, Empower Rune Weapon",
"/castsequence reset=combat Howling Blast, Frost Strike, Obliterate",
"/cast [combat] Frost Strike",
"/cast [combat] Obliterate",
PostMacro={
},
KeyRelease={
"/targetenemy [noharm][dead]",
},
},
},
}
Next is the AOEDF renamed Frostscythe due to DFST becoming redundant,which is the frost scythe (machenegun)
Sequences['Frostscythe'] = {
Author="John Metz",
SpecID=251,
Talents = "3,1,3,3,2,1,1",
Helplink = "https://wowlazymacros.com/forums/topic/gs-ptr-dual-frost/page/7/#post-35102",
Help = "Frost AoE Frostscythe build inteded for Mythic dungeons and anywhere you want AoE focused damage.",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/cast [combat] Pillar of Frost",
},
PreMacro={
},
"/castsequence reset=combat Howling Blast, Frost Strike, Remorseless Winter, Frost Strike, Frostscythe",
"/castsequence reset=combat Howling Blast, Frostscythe, Frost Strike, Frost Strike, Frostscythe, Frostscythe",
"/castsequence reset=combat Howling Blast, Frost Strike, Obliterate, Empower Rune Weapon",
"/castsequence reset=combat Glacial Advance",
"/cast [combat] Frost Strike",
"/cast [combat] Obliterate",
PostMacro={
},
KeyRelease={
"/targetenemy [noharm][dead]",
"/cast [mod:alt] Anti-Magic Shell",
},
},
},
}
Below is the BoS macros, due to the way the BoS build works I am unable to produce a single button macro
that effectively manage all the cooldowns for decent performance. BoS is the meat and potato macro with BoS breath for when you want the Breath to go off usually once you have 70+ RP banked up. Alt Howling Blast is used on rime procs, and you have to manually apply Hungering rune weapon, usually i apply it when 2 or less runes are available.
Sequences['BoSbreath'] = {
Author="John Metz",
SpecID=251,
Talents = "3313232",
Default=1,
Icon='Spell_Deathknight_FrostPresence',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/cast [mod:alt] Howling Blast",
},
PreMacro={
},
"/castsequence reset=1 Breath of Sindragosa, null",
"/cast Obliterate",
"/cast Pillar of Frost",
"/cast Remorseless winter",
"/cast Horn of Winter",
PostMacro={
},
KeyRelease={
},
},
},
}
Sequences['BoS'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="John Metz",
SpecID=251,
Talents = "3223232",
Default=1,
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/cast [combat] Pillar of Frost",
"/cast [mod:alt] Howling Blast",
"/cast [mod:shift] Frost Strike",
},
PreMacro={
},
"/castsequence reset=combat Obliterate, Howling Blast, Remorseless Winter, Obliterate, Obliterate",
"/castsequence reset=combat Howling Blast, Obliterate, Frost Strike, Frost Strike, Obliterate, Howling Blast",
"/castsequence reset=combat Howling Blast, Obliterate, Frost Strike",
"/cast [combat] Obliterate",
"/cast [combat] Horn of winter",
PostMacro={
},
KeyRelease={
"/targetenemy [noharm][dead]",
"/cast [combat] Anti-Magic Shell",
},
},
},
}