Gnome Sequencer Assassination 6.0.3 (2 Button)

Need to download the addon Gnome Sequencer
https://wowlazymacros.com/forums/topic/gnome-sequencer/
If you have not used the addon before read the above link

The combo builder runs through Gnome, the finisher is a standard macro

Combo Builder Macro

Sequences['AssCPB'] = {
    PreMacro = [[
/use Stealth
/targetenemy [noharm][dead]
    ]],
    '/cast Mutilate',
	'/cast Dispatch',
	'/cast Vendetta',
    PostMacro = [[
/use [combat]13
/use [combat]14
    ]],
}

Finisher Macro

#showtooltip
/castsequence reset=combat Slice and Dice,null
/castsequence reset=target Rupture,Envenom,Envenom

I tested this on Garrosh and i averaged about 7k DPS. My ilvl is only 550 ( mostly pvp gear ) and i feel it runs smoother then the one button sequence macros. it is worth a try if anything else.

side note, to update the macro save the .lua file then just /reload and it updates your macro

Thanks a bunch for this Andrew.
It’s the first time I’m trying to use the gnome-sequencer addon, and your script works great!!

Any chance you could make one for Sublety? That would be awesome! :smiley:

Cheers!
CB

small update: allows you to go into stealth and stay in, even when spamming the macro

Sequences['AssCPB'] = {
    PreMacro = [[
/targetenemy [noharm][dead]
    ]],
	'/cast [nostealth,nocombat]Stealth',
    '/cast Mutilate',
	'/cast Dispatch',
	'/cast Vendetta',
    PostMacro = [[
/use [combat]13
/use [combat]14
    ]],
}

Andrew:

Really nice macro; thanks for posting it. I’ve been using it as a base for my new rouge. Has totally made playing the character a blast, and has reduced the button mashing fest that usually goes on.

Thank you for taking the time to put that together.

works very, very nice!

thanks for post, Andrew.

For some reason WoW really hates this macro when I try to load it up. It’s crashed every single time on both combo build macros above as well as a more all-in-one rogue macro. Any ideas on what is causing this?

Great macro’s but every now and again it crashes and i have to reload ui.

But again they are great macro’s laughing at how quick I kill mobs with it’s use.

Is there any way to work ToT in to them? for dungeons and raids?

Sequences['AssCPB'] = {
    PreMacro = [[
/targetenemy [noharm][dead]
    ]],
	[[/cast [nostealth,nocombat]Stealth]],
	[[/cast Mutilate]],
	[[/cast Dispatch]],
    PostMacro = [[
/cast Vendetta
/use [combat]13
/use [combat]14
    ]],
}

this seems to run a little better

I’ve made a few changes to give more control.

100 > 35% Macro:

Sequences['AssCPB'] = { PreMacro = [[ /use Stealth /targetenemy [noharm][dead] ]], '/cast [nostealth,nocombat]Stealth', '/cast Mutilate', '/cast [modifier:alt] Dispatch', PostMacro = [[ /use [combat]13 /use [combat]14 ]], }

35% > Dead Macro:

Sequences['AssDisp'] = { PreMacro = [[ /use Stealth /targetenemy [noharm][dead] ]], '/cast Dispatch', PostMacro = [[ /use [combat]13 /use [combat]14 ]], }

[quote quote=19466]I’ve made a few changes to give more control.

100 > 35% Macro:

Sequences[‘AssCPB’] = { PreMacro = [[ /use Stealth /targetenemy [noharm][dead] ]], ‘/cast [nostealth,nocombat]Stealth’, ‘/cast Mutilate’, ‘/cast [modifier:alt] Dispatch’, PostMacro = [[ /use [combat]13 /use [combat]14 ]], }
35% > Dead Macro:
Sequences[‘AssDisp’] = { PreMacro = [[ /use Stealth /targetenemy [noharm][dead] ]], ‘/cast Dispatch’, PostMacro = [[ /use [combat]13 /use [combat]14 ]], }
[/quote]

Those won’t work. I found out you used ` instead of ’ which created errors when you try to use it in game.

You don’t need two macros for Dispatch unless you are pooling energy, but then it isn’t really lazy is it? If you are spamming the macro Dispatch will always go off before you get enough energy for Mutilate, once you get into the execute phase you won’t see Mutilate going off.

[quote quote=19378]```
Sequences[‘AssCPB’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
[[/cast [nostealth,nocombat]Stealth]],
[[/cast Mutilate]],
[[/cast Dispatch]],
PostMacro = [[
/cast Vendetta
/use [combat]13
/use [combat]14
]],
}

[/quote]

----->  just a thought and I could be wrong, but are there rules to the formatting of the code ? 

What I mean is :  I see going  

... Stealth
/targeten...

with no comma and then

... tenemy [noharm][dead]
    ]],
	[[/cas...

with a comma?

I will look it up.

Seems to work great!
Actually made playing my rogue fun, thanks a bunch! :smiley: