Legion Assassination 7.0.3


Sequences['Assassin'] = {
author="Todd Livengood - wowlazymacros.com",
specID=259,
helpTxt = 'Talents: 3233332',
StepFunction = [[
		limit = limit or 1
		if step == limit then
			limit = limit % #macros + 1
			step = 1
		else
			step = step % #macros + 1
		end
	]], 
PreMacro=[[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [nostealth,nocombat]Stealth
/cast [stealth] Cheap Shot
]],
"/cast Mutilate", 
"/cast Garrote",
"/cast Exsanguinate", 
"/cast Mutilate", 
"/castsequence reset=5 Rupture,Envenom", 
"/cast Hemorrhage",
PostMacro=[[
/stopattack [stealth]
/console Sound_EnableSFX 1
]],
}

I tried to make my own for assassin but it was terrible. Going to try this out. Thank you.

Edit: I noticed that Hemorrhage was in the macro but the talents say “1” for first tier choosing ‘Master Poisoner’.

My bad , i had the wrong talent set in the macro, nice catch .thx

I fixed the talent set in the above macro

I’m really new to this how come it keeps saying none of these are macro commands i copy and paste and nothing my character just ends up saying a bunch of stuff???

Hey Luke,

Check your white space around

"/cast Mutilate", 
"/cast Garrote",
"/cast Exsanguinate", 
"/cast Mutilate", 
"/castsequence reset=5 Rupture,Envenom", 
"/cast Hemorrhage",

both at the beginning and the end of the line. ITs tempermental and affects some computers and not others. but if its saying things just double check the line endings.

When you say your new to this, Do you mean on how to use gnome sequencer?

Hey just wanted to let you know this macro is awesome! I used it all last night and either I was top damage and dps or at least 2nd. Thank you :slight_smile:

Is it me or are Marked for Death missing here ??

Is there any way that we could chuck some target resets or something in there cause I’ve noticed that sometimes if you switch targets it will use exsanguinate on a target with no DoTs. Just throwing an idea in there, other than that, great macro. :slight_smile: I used Venom Rush instead of Marked for Death though.

[quote quote=30107]```

Sequences[‘Assassin’] = {
author=“Todd Livengood - wowlazymacros.com”,
specID=259,
helpTxt = ‘Talents: 3233332’,
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro=[[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [nostealth,nocombat]Stealth
/cast [stealth] Cheap Shot
]],
“/cast Mutilate”,
“/cast Garrote”,
“/cast Exsanguinate”,
“/cast Mutilate”,
“/castsequence reset=5 Rupture,Envenom”,
“/cast Hemorrhage”,
PostMacro=[[
/stopattack [stealth]
/console Sound_EnableSFX 1
]],
}

[/quote]

With this talent selection, why not have Garrote be the attack you do from stealth?

Garrote isn’t just for stealth anymore, It can be used in a rotation for bleed DOTS. And marked for death I left out of the macro cause i use it situational. You could add it in the post macro if you like.

Any chance of being able to get a burst macro and a rotation macro?

Pretty good work, thanks !

Nice work !!

Thanks for your effort.