OK now below is a BOS I have been bashing my head against. it is a little rough around the edges. but can work
The thing is though it consists of 2 macros, one is a rotation which is a variation on one of my early Oblit builds adjusted for the different talents. and the other is the Breath rotation.
Things to note with the breath rotation when this fire off I will keep HoW on CD but Hungering Rune Weapon you have to manage yourself. usually as soon as you see 0-1 runes up fire it off. Howling Blasts are added as a Mod Function by holding alt when Rime Procs. results Will vary
I manage to keep it active for 50seconds give or take 10 seconds. note also I lack a frost legendary and only have 1 tier piece atm.
When not active using the other rotation. like a said its a slight variation of my Oblit minus a few frost strikes so you can still do a bit of DPS and have 60%-100% rp for when you can breath again. HoW is also in thre on CD to help smooth out the rotation a little.
I won’t update the OP for now as I’m not 100% on it and needs testing and feedback at least to iron out kinks
though it would be awesome if i had the gear on my DK for something more optimal.
Sequences['BoSbreath'] = {
Author="Memnokers@Muradin",
SpecID=251,
Talents = "3323232",
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'] = {
Author="Memnokers@Muradin",
SpecID=251,
Talents = "3323232",
Help = "Rotation to use while BoS is on CD",
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, Obliterate",
"/castsequence reset=combat Howling Blast, Obliterate, Frost Strike, Frost Strike, Obliterate, Obliterate",
"/castsequence reset=combat Howling Blast, Frost Strike, Obliterate",
"/cast [combat] Obliterate",
"/cast [combat] Horn of winter",
PostMacro={
},
KeyRelease={
"/targetenemy [noharm][dead]",
"/cast [combat] Anti-Magic Shell",
},
},
},
}