Dual Frost DK, Works Flawlessly, Gnome Sequencer

Sequences['Dual'] = { PreMacro = [[ /targetenemy [noharm][dead] ]], '/cast Soul Reaper', '/cast Plague Strike', '/cast Frost Strike', '/cast Pillar of Frost', '/cast Anti-Magic Shell', '/cast Howling Blast', '/cast Obliterate', '/cast Blood Tap', }

Works Flawlessly, just make sure you’re Talented with the right Talents and you’ll be fine. I put obliterate in there cause it will help trust me i get 7k-10k Dps on a training dummy. ILVL 560

hello i tryed this macro
but i get an error when starting wow it says
Message: …\AddOns\GnomeSequencer\Sequences.lua line 7:
unexpected symbol near 'ी
i tryed to fix it myself but i dont know how first time that i use gnome sequencer
could you help my out please

here is how it looks like

so you get the idea of what it’s meant to look like.

okee will take a look at it

lol i really dont know what is going wrong… i got this and doesnt seems to work out for my tho
http://postimg.org/image/ikvddmuv3/0fb8949e/

can i ask did you delete everything that was in the Sequences.lua (when it was called Gnome Sequences.lua, cause if you did, you’re not meant too. you can either copy and paste the Dual Sequence at the top or bottom of all the text.

Also you have to type /reload ui in WoW if you edit the Sequences.lua and go to /macro, create new macro and call it Dual and click save, then in the macro text box it should say something like /click Dual

i sis except local _, Sequences = … – Don’t touch this

do you mind helping my true skype if that is possible?

here click this http://www.megafileupload.com/en/file/578898/Sequences-lua.html , i put my Sequence.lua for download don’t worry it’s not a virus i can assure you of that. just wait 14 seconds and click download and replace the Sequence you have. also just copy your own Sequences if you have any after the below the Dual Sequence you know after } that’s below Blood tap. Also it will down as [megafileupload]Sequences.lua, just delete the [megafileupload]. Let me know if my file works for you.

seems to work now thank you so much

No problem, glad i could help :).

What talents and glyphs are you using?

2,3,1,1,1,2 (you don’t have to use plague leech but i do, it can be put in the Sequence) and my Glyph is only Army of the Dead, sorry for late reply.

I downloaded the addon and installed it in the addon’s folder in WoW, opened it and changed the name of the lua file to Sequences.lua, downloaded Rickie’s megaupload text file and replaced the contents of my Sequences.lua file with his using a text editor. Saved the .lua, booted up the game, made a macro named Dual with nothing in the macro text box, dragged it to my toolbar and… nothing.

Where’d I blow it?

Even though Gregory it looks like you got everything working, I figured id just point out be careful when you copy paste off the site into the .lua file. I have noticed the ’ <— are bigger? for some reason when you copy paste some of the macros here. You have to go in and manually change them once in while.

I my self don’t use the ’ due to it can be a pain noticing small things like that and then the damn thing breaks and you spend ages looking for the one small mistake somewhere. I use the format the addon author intended and it works great and easier for mistakes to point out.

below is an example.

-- Frost Death Knight
Sequences['FrostDK'] = {
	PreMacro = [[
/targetenemy [noharm][dead]
	]],
	[[/cast Obliterate]],
	[[/cast Howling Blast]],
	[[/cast Plague Strike]],
	[[/cast Soul Reaper]],
	[[/cast Obliterate]],
	[[/cast Frost Strike]],
	[[/cast [combat]Pillar of Frost]],
	[[/cast [combat]Anti-Magic Shell]],
	[[/cast [combat]Empower Rune Weapon]],
	[[/cast [combat]Remorseless Winter]],
	}

Same problem as Jenna, followed the instructions & not sure how to make it work.

this is rickies’ macro works for win 8.1

Sequences['Dual'] = {
PreMacro = [[
]],
           "/targetenemy [noharm][dead]",
           '/cast Soul Reaper',
           '/cast Plague Strike',
           '/cast Frost Strike',
           '/cast Pillar of Frost',
           '/cast Anti-Magic Shell',
           '/cast Howling Blast',
           '/cast Obliterate',
           '/cast Blood Tap',
PostMacro = [[
]],
}

Try this DW Frost macro

Sequences['frost'] = { 
	PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat]pillar of frost
/startattack
	]],
	'/cast !Howling blast',
	'/cast !frost strike',
	'/castsequence reset=target plague strike, obliterate',	
PostMacro = [[
/cast crystal of insanity
/cast [combat]Blood Fury
]],
	}

Sequences['frostexe'] = { 
	PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat]pillar of frost
/startattack
	]],
        '/cast !soul reaper',
	'/cast !Howling blast',
	'/cast !frost strike',
	'/castsequence reset=target plague strike, obliterate',	
PostMacro = [[
/cast crystal of insanity
/cast [combat]Blood Fury
]],
	}

If you are unable to get it to work, go to the macro and type /click “Macroname” macrname = what ever the sequence name is and save. I stumbled for a second but got it to work and I like the smooth movements. Enjoy

Thanx to: Baal, Rickie and Xibert

[quote quote=18394]Try this DW Frost macro

Sequences['frost'] = { 
	PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat]pillar of frost
/startattack
	]],
	'/cast !Howling blast',
	'/cast !frost strike',
	'/castsequence reset=target plague strike, obliterate',	
PostMacro = [[
/cast crystal of insanity
/cast [combat]Blood Fury
]],
	}

Sequences['frostexe'] = { 
	PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat]pillar of frost
/startattack
	]],
        '/cast !soul reaper',
	'/cast !Howling blast',
	'/cast !frost strike',
	'/castsequence reset=target plague strike, obliterate',	
PostMacro = [[
/cast crystal of insanity
/cast [combat]Blood Fury
]],
	}

[/quote]

Nice Onihr, I was getting 93k DPS in i522 pvp gear

[quote quote=18394]Try this DW Frost macro

Sequences['frost'] = { 
	PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat]pillar of frost
/startattack
	]],
	'/cast !Howling blast',
	'/cast !frost strike',
	'/castsequence reset=target plague strike, obliterate',	
PostMacro = [[
/cast crystal of insanity
/cast [combat]Blood Fury
]],
	}

Sequences['frostexe'] = { 
	PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat]pillar of frost
/startattack
	]],
        '/cast !soul reaper',
	'/cast !Howling blast',
	'/cast !frost strike',
	'/castsequence reset=target plague strike, obliterate',	
PostMacro = [[
/cast crystal of insanity
/cast [combat]Blood Fury
]],
	}

[/quote]

works damn good. What talent build are u using?