I’ve used GS for ages and only played around with other but after not finding a good Subtlety GS I decided to do my own, this is what I’ve got so far. only lvl 90 too.
I find it does drop Rupture some times but it normally comes up with in a few secs.
Also had to add the [mod:] cos I couldn’t find a way for it to fresh on time or near enough to it, was refreshing them far to quickly.
Talents: 2,2,2,1,1,3
Glyphs: Hemorrhage Veins,Deadly Momentum, Ambush
Sequences[‘Rogue’] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nocombat,nostealth] stealth
/stopattack [stealth]
/startattack [nostealth]
/cast [stealth] ambush
/cast [stealth] ambush
/cast [mod:alt] Eviscerate
]],
‘/castsequence Backstab,Hemorrhage,Hemorrhage,Backstab,Backstab’,
‘/cast [mod:shift] Slice and Dice’,
‘/castsequence Backstab,Backstab,Hemorrhage,Backstab,Rupture,Backstab,Eviscerate’,
‘/cast [mod:alt] Eviscerate’,
‘/castsequence Rupture,Backstab,Backstab,Backstab,Hemorrhage,Eviscerate’,
PostMacro = [[
/cast [mod:alt] Eviscerate
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
]],
}