What i use for frost pvp DW

Sequences[“DFDK”] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/cast [combat] Pillar of Frost
/cast [combat] Anti-Magic Shell
]],
“/castsequence reset=combat Frost Strike”,
“/castsequence reset=combat Plague Strike, Plague Leech”,
‘/castsequence reset=combat Howling Blast, Howling Blast, Howling Blast, Obliterate’,
‘/castsequence reset=combat Howling Blast, Howling Blast, Howling Blast, Howling Blast, Plague Strike’,
‘/castsequence reset=combat Dark Simulacrum,Soul Reaper,Death Strike,Death Strike’,
‘/cast [nochanneling] reset=target/25 Plague Leech’,
PostMacro = [[
/targetenemy [noharm][dead]
/use [combat] Wild Gladiator’s Badge of Adaptation
/script UIErrorsFrame:Hide();
]],
}

Dear Paul,

Please if you post macro’s place them into the blackbox (by pressing code)

Sequences[“DFDK”] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/cast [combat] Pillar of Frost
/cast [combat] Anti-Magic Shell
]],
'/castsequence reset=combat Frost Strike',
'/castsequence reset=combat Plague Strike, Plague Leech',
'/castsequence reset=combat Howling Blast, Howling Blast, Howling Blast, Obliterate',
'/castsequence reset=combat Howling Blast, Howling Blast, Howling Blast, Howling Blast, Plague Strike',
'/castsequence reset=combat Dark Simulacrum,Soul Reaper,Death Strike,Death Strike',
'/cast [nochanneling] reset=target/25 Plague Leech',
PostMacro = [[
/targetenemy [noharm][dead]
/use [combat] Wild Gladiator’s Badge of Adaptation
/script UIErrorsFrame:Hide();
]],
}

Cheers and goodluck,

Tim Roeleveld

Oh ok i wasn’t sure how to do it but i will from now on.