Outlaw Rogue Legion

Hi guys, new to this GS-E stuff but this is the macro which I use and its not too bad. Have single and AoE and works well for me. Any comments would be appreciated. I use CTRL to trigger Adrenaline rush as seems pointless to have it going off on trash.

Sequences[‘DB_OutlawDpS’] = {
specID = 260,
author = “Inyabac”,
helpTxt = “Outlaw - 2213232”,
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/cancelaura Blade Flurry
/cast [nostealth,nocombat]Stealth
/cast [stealth] Ambush
/cast [stealth] Cheap Shot
/cast [combat] Marked for Death
/cast [mod:ctrl,combat] Adrenaline Rush
]],
“/castsequence reset=target Killing Spree”,
“/castsequence reset=target Saber Slash,Saber Slash,Saber Slash,Saber Slash,Roll the Bones,Pistol Shot”,
“/castsequence reset=target Saber Slash,Saber Slash,Saber Slash,Saber Slash,Run Through,Pistol Shot”,
“/castsequence reset=target Saber Slash,Saber Slash,Saber Slash,Saber Slash,Between the Eyes,Pistol Shot”,
PostMacro=[[
/cast [combat] Riposte
/use [combat] 13
/use [combat] 14
/stopattack [stealth]
]],
}

Sequences[‘DB_OutlawAoE’] = {
specID = 260,
author = “Inyabac”,
helpTxt = “Outlaw - 2213232”,
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nomod] !Blade Flurry
/cast [nostealth,nocombat]Stealth
/cast [stealth] Ambush
/cast [combat] Marked for Death
/cast [mod:ctrl,combat] Adrenaline Rush
]],
“/castsequence reset=target Killing Spree”,
“/castsequence reset=target Saber Slash,Saber Slash,Saber Slash,Saber Slash,Roll the Bones,Pistol Shot”,
“/castsequence reset=target Saber Slash,Saber Slash,Saber Slash,Saber Slash,Run Through,Pistol Shot”,
“/castsequence reset=target Saber Slash,Saber Slash,Saber Slash,Saber Slash,Between the Eyes,Pistol Shot”,
PostMacro=[[
/cast Riposte
/use [combat] 13
/use [combat] 14
/stopattack [stealth]
]],
}

gonna try it for this evening i let you know if it works

dont works see nothing when i enter the name DB_OutlawDpS

hmmm not sure why. You using GS-E? No need to enter as it will pick it up from my-macros.

It helps to put the macro in a black box…

Sequences['Outlaw-ST'] = {
specID = 260,
author = "Inyabac",
helpTxt = "Outlaw – 2213232",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/cancelaura Blade Flurry
/cast [nostealth,nocombat]Stealth
/cast [stealth] Ambush
/cast [stealth] Cheap Shot
/cast [combat] Marked for Death
/cast [mod:ctrl,combat] Adrenaline Rush
]],
"/castsequence reset=target Killing Spree",
"/castsequence reset=target Saber Slash,Saber Slash,Saber Slash,Saber Slash,Roll the Bones,Pistol Shot",
"/castsequence reset=target Saber Slash,Saber Slash,Saber Slash,Saber Slash,Run Through,Pistol Shot",
"/castsequence reset=target Saber Slash,Saber Slash,Saber Slash,Saber Slash,Between the Eyes,Pistol Shot",
PostMacro=[[
/cast [combat] Riposte
/use [combat] 13
/use [combat] 14
/stopattack [stealth]
]],
}

Sequences['Outlaw-AoE'] = {
specID = 260,
author = "Inyabac",
helpTxt = "Outlaw – 2213232",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nomod] !Blade Flurry
/cast [nostealth,nocombat]Stealth
/cast [stealth] Ambush
/cast [combat] Marked for Death
/cast [mod:ctrl,combat] Adrenaline Rush
]],
"/castsequence reset=target Killing Spree",
"/castsequence reset=target Saber Slash,Saber Slash,Saber Slash,Saber Slash,Roll the Bones,Pistol Shot",
"/castsequence reset=target Saber Slash,Saber Slash,Saber Slash,Saber Slash,Run Through,Pistol Shot",
"/castsequence reset=target Saber Slash,Saber Slash,Saber Slash,Saber Slash,Between the Eyes,Pistol Shot",
PostMacro=[[
/cast Riposte
/use [combat] 13
/use [combat] 14
/stopattack [stealth]
]],
}

The macro works great :slight_smile:

Jimmy

Ah, told you I was new to site and GS-E. No one told me about the black box :slight_smile:
Thanks for the feedback. Hope my macro helps some.

Have you made any updates or alterations to this macro Darbec?