Hello
I hawe tryed to make my own macros, but i cant get them to work, I need some help to make them work…
Sequences['Outlaw ST'] = {
specID = 260,
author = "Jimmy",
helpTxt = " 2331321 ",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/cancelaura Blade Flurry
/cast [nostealth,nocombat]Stealth
/cast [combat] Adrenaline Rush
/cast [combat] Blood Fury
]],
"/castsequence reset=target Saber Slash, Saber Slash, Saber Slash, Slice and Dice",
"/cast !Pistol Shot",
"/castsequence reset=target Saber Slash, Saber Slash, Saber Slash, Run Through",
"/cast !Pistol Shot",
"/cast !Curse of the Dreadblades",
PostMacro=[[
/cast [@focus] Tricks of the Trade
/use [combat] 13
/use [combat] 14
]],
}
Sequences['Outlaw AE'] = {
specID = 260,
author = "Jimmy",
helpTxt = " 2331321 ",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
/cast !Blade Flurry
/cast [nostealth,nocombat]Stealth
/cast [combat] Adrenaline Rush
/cast [combat] Blood Fury
]],
"/castsequence reset=target Saber Slash, Saber Slash, Saber Slash, Slice and Dice",
"/cast !Pistol Shot",
"/castsequence reset=target Saber Slash, Saber Slash, Saber Slash, Run Through",
"/cast !Pistol Shot",
"/cast !Curse of the Dreadblades",
PostMacro=[[
/cast [@focus] Tricks of the Trade
/use [combat] 13
/use [combat] 14
]],
}
Jimmy