Frost Gnome Macro

I’ve been messing with this a little taking off of icy veins rotations.

I dropped plague leech. it was too hard to work into the macro without having to babysit it… If anybody can figure out how to use it right without just random cast post here.
I know you can Plague leech,Outbreak and Plague Leech,Plague Strike,Howling Blast but getting it to synergize was getting into a confusing 15+ castsequece with death’s advance as a timer.

1,3,1,2,1,1,2

I use defile on r, the macro on 2 and Howling Blast on 3 since you only want to use howling blast on procs.

Anyway give it a shot

Sequences['DKFrost'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=target Plague Strike,Howling Blast,null
/console Sound_EnableSFX 0
]], 
	'/cast [combat]pillar of frost',
	'/cast Obliterate',
	'/cast Frost Strike',
PostMacro = [[
/startattack
/use [combat] 13
/use [combat] 14
/cast Blood Fury
/cast [combat] Anti-Magic Shell
/console Sound_EnableSFX 1
/script UIErrorsFrame:Hide();
]],
}

Here it is with plague leech

Sequences['DKFrost'] = {
PreMacro = [[
/targetenemy [noharm][dead],
/console Sound_EnableSFX 0
]], 
	'/castsequence reset=20 Plague Strike,Howling Blast,Plague leech',
	'/cast [combat]pillar of frost',
	'/cast Obliterate',
	'/cast Frost Strike',
PostMacro = [[
/startattack
/use [combat] 13
/use [combat] 14
/cast Blood Fury
/cast [combat] Anti-Magic Shell
/console Sound_EnableSFX 1
/script UIErrorsFrame:Hide();
]],
}

Its saying that i don’t have a macro made after I’ve clearly copy and pasted exactly what you have. Then when i go to macros on wow to create a new one, I type DKFROST like you have and it doesn’t do anything??

You need to change the single quotation marks to double. Not sure if that is required throughout the macro or just in the name… “DKFrost”

How much DPS are you pulling with this macro?

not as much as somebody that knows how to play normally but decent for a 1 button macro.
11-20k @ 620?