Frost DK 6.2 macros

Since Frost spec is getting buffed for single target. Please share your 6.2 macros :slight_smile: Masterfrost / Simplefrost etc.

Here is what I am looking at setting up for DW Frost right now, haven’t tested it yet though…

Sequences['DW1'] = {
    PreMacro = [[
/petattack [@target,harm]
/targetenemy [noharm][dead]
    ]],
	'/use [combat]13',
	'/use [combat]14',
        '/cast Outbreak',
        '/cast [combat] Pillar of Frost',
        '/cast [combat] Obliterate',
        '/cast [combat] Frost Strike',
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
]],
}

Sequences['DW2'] = {
    PreMacro = [[
/petattack [@target,harm]
/targetenemy [noharm][dead]
    ]],
	'/use [combat]13',
	'/use [combat]14',
        '/cast [combat] Pillar of Frost',
        '/cast [combat] Plague Leech',
        '/cast [combat] Howling Blast',
        '/cast [combat] Frost Strike',
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
]],
}

Sequences['DWEXE'] = {
    PreMacro = [[
/petattack [@target,harm]
/targetenemy [noharm][dead]
    ]],
	'/use [combat]13',
	'/use [combat]14',
        '/cast Outbreak',
        '/cast [combat] Pillar of Frost',
        '/cast [combat] Plague Leech',
        '/cast [combat] Soul Reaper',
        '/cast [combat] Obliterate',
        '/cast [combat] Frost Strike',
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
]],
}

Taking Necrotic Plague as my 100 talent…
Basically you will spam 1 when you have or are about to have unholy runes active, spam 2 for your death runes, replace spamming 1 with EXE for execute phase below 35%

How do i use it? Doesnt there have to be a file or something that you put in your “gnome seqencer” file? cant copy and paste its too big