GS Sub Rogue

Hi this is my first time posting i think i have come up with a GS sub macro please let me know what you think.

Sequences[‘subST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat]Stealth
/cast [stealth] Ambush
]],
[[/castsequence reset=19 Hemorrhage,Hemorrhage,Slice and Dice,null]],
[[/castsequence reset=6 Hemorrhage,Feint,Hemorrhage,Hemorrhage,Rupture,Hemorrhage,Hemorrhage,Eviscerate]],
[[/cast [combat]Cloak of Shadows]],
[[/cast [combat]Combat Readiness]],
[[/cast [combat]!Shadow Dance]],
[[/cast [combat]!Marked for Death]],
[[/cast [combat]Shadow Blades]],
[[/cast [combat]Evasion]],
}

Sequences[‘subSTBack’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat]Stealth
/cast [stealth] Ambush
]],
[[/castsequence reset=19 Backstab,Backstab,Slice and Dice,null]],
[[/castsequence reset=6 Backstab,Feint,Backstab,Backstab,Rupture,Backstab,Backstab,Eviscerate]],
[[/cast [combat]Cloak of Shadows]],
[[/cast [combat]Combat Readiness]],
[[/cast [combat]!Shadow Dance]],
[[/cast [combat]!Marked for Death]],
[[/cast [combat]Shadow Blades]],
[[/cast [combat]Evasion]],
}

Sequences[“subAOE”] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat]Stealth
/cast [stealth] reset=target Ambush
]],
‘/castsequence reset=target/19 Hemorrhage,Slice and Dice’,
‘/castsequence reset=combat/6 Fan of Knives,Fan of Knives,Fan of Knives,Fan of Knives,Crimson Tempest’,
‘/cast [combat]Cloak of Shadows’,
‘/cast [combat]Combat Readiness’,
‘/cast [combat]!Shadow Dance’,
‘/cast [combat]!Marked for Death’,
‘/cast [combat]Shadow Blades’,
‘/cast [combat]Evasion’,
}

i could not get this macro to work anyone who could help with that?

I cant get it to work either mate with GS.

These worked for me Wayne :slight_smile: Thank you!!
I reposted them so it may be easier for folks to copy and paste into GS.

Sequences['subST'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat]Stealth
/cast [stealth] Ambush
]],
'/castsequence reset=19 Hemorrhage,Hemorrhage,Slice and Dice,null',
'/castsequence reset=6 Hemorrhage,Feint,Hemorrhage,Hemorrhage,Rupture,Hemorrhage,Hemorrhage,Eviscerate',
'/cast [combat]Cloak of Shadows',
'/cast [combat]Combat Readiness',
'/cast [combat]!Shadow Dance',
'/cast [combat]!Marked for Death',
'/cast [combat]Shadow Blades',
'/cast [combat]Evasion',
}
Sequences['subSTBack'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat]Stealth
/cast [stealth] Ambush
]],
'/castsequence reset=19 Backstab,Backstab,Slice and Dice,null',
'/castsequence reset=6 Backstab,Feint,Backstab,Backstab,Rupture,Backstab,Backstab,Eviscerate',
'/cast [combat]Cloak of Shadows',
'/cast [combat]Combat Readiness',
'/cast [combat]!Shadow Dance',
'/cast [combat]!Marked for Death',
'/cast [combat]Shadow Blades',
'/cast [combat]Evasion',
}
Sequences['subAOE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat]Stealth
/cast [stealth] reset=target Ambush
]],
'/castsequence reset=target/19 Hemorrhage,Slice and Dice',
'/castsequence reset=combat/6 Fan of Knives,Fan of Knives,Fan of Knives,Fan of Knives,Crimson Tempest',
'/cast [combat]Cloak of Shadows',
'/cast [combat]Combat Readiness',
'/cast [combat]!Shadow Dance',
'/cast [combat]!Marked for Death',
'/cast [combat]Shadow Blades',
'/cast [combat]Evasion',
}

Shadow Blades? Cannot find that, since I have to substitute my native language skill name i had to look it up and according to Wowhead this is not a skill

why can’t i get any rogue macros to work i can get evey one els to work just not my rogue ?

FYI, Shadow blades was removed in WoD. You can safely remove it from the macro I’d imagine.

Hello, i have copy pasted the marcos here to the bottom in the Sequences.lua file but when i create the macro with the same name ans the one in sequence file the #showtoolti /click subST does not show up when i create the empty macro.
So i was wondering what i do wrong.

[quote quote=19712]These worked for me Wayne :) Thank you!!
I reposted them so it may be easier for folks to copy and paste into GS.

Sequences['subST'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat]Stealth
/cast [stealth] Ambush
]],
'/castsequence reset=19 Hemorrhage,Hemorrhage,Slice and Dice,null',
'/castsequence reset=6 Hemorrhage,Feint,Hemorrhage,Hemorrhage,Rupture,Hemorrhage,Hemorrhage,Eviscerate',
'/cast [combat]Cloak of Shadows',
'/cast [combat]Combat Readiness',
'/cast [combat]!Shadow Dance',
'/cast [combat]!Marked for Death',
'/cast [combat]Shadow Blades',
'/cast [combat]Evasion',
}
Sequences['subSTBack'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat]Stealth
/cast [stealth] Ambush
]],
'/castsequence reset=19 Backstab,Backstab,Slice and Dice,null',
'/castsequence reset=6 Backstab,Feint,Backstab,Backstab,Rupture,Backstab,Backstab,Eviscerate',
'/cast [combat]Cloak of Shadows',
'/cast [combat]Combat Readiness',
'/cast [combat]!Shadow Dance',
'/cast [combat]!Marked for Death',
'/cast [combat]Shadow Blades',
'/cast [combat]Evasion',
}
Sequences['subAOE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat]Stealth
/cast [stealth] reset=target Ambush
]],
'/castsequence reset=target/19 Hemorrhage,Slice and Dice',
'/castsequence reset=combat/6 Fan of Knives,Fan of Knives,Fan of Knives,Fan of Knives,Crimson Tempest',
'/cast [combat]Cloak of Shadows',
'/cast [combat]Combat Readiness',
'/cast [combat]!Shadow Dance',
'/cast [combat]!Marked for Death',
'/cast [combat]Shadow Blades',
'/cast [combat]Evasion',
}

[/quote]

I am using GS for many macros for multiple toons including the subSTBack and subAOE, but I cannot for the life of me get the subST macro to work. I have retyped it by hand, double and triple checked it. There are no in game errors or errors I can find in Notepad++. Anyone else having this issue? I am super frustrated with it!

Talents and glyphs if possible?

Those cant get it to work maybe because you guys didnt put space infront of the command line.
certain command line need space.
look at my pic.

I have tried this macro,but it was not working out,it seemed like he had no haste,then I had taken the numbers out of the castsequence,now its doing ten times better then before