Hello all,
So I have been working on this rogue and it’s hard because I usually don’t play one except for fun, or when I want to annoy people in BG’s But I have tested this out and remember I am only lvl 92 but this is what I can up with.
UPDATE: 8/25/15
TALENTS: 1,2,2,3,1,2,X
Glyphs MJ: Ambush, Energy, Recoup.
Minor: X,X,X
Single Target:
Sequences['RSBST'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/startattack
/cast [nostealth,nocombat] Stealth
/cast [nochanneling] Marked For Death
]],
'/castsequence [nochanneling]reset=combat Ambush,Backstab,Hemorrhage,Rupture,Eviserate',
'/castsequence [nochanneling] reset=combat Slice and Dice,Backstab,Rupture,Eviscerate',
'/cast [nochanneling] Backstab',
'/cast [nochanneling] Hemorrhage',
'/cast [nochanneling] Rupture',
'/cast [nochanneling] Rupture',
'/cast [nochanneling] Backstab',
'/cast [nochanneling] Slice and Dice',
'/cast [nochanneling] Eviscerate',
'/cast [nochanneling] Premeditation',
'/castsequence [nochanneling] reset=60 Shadow Dance,Slice and Dice,Garrote,Ambush,Backstab,Ambush,Garrote',
PostMacro = [[
/startattack
/script UIErrorsFrame:Hide();
/use [combat]14
]],
}
Multi-Target
Sequences['RSBAT'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/startattack
/cast [nostealth,nocombat] Stealth
/cast Premeditation
]],
'/castsequence [nochanneling]reset=combat Ambush,Backstab,Fan of Knives,Backstab,Crimson Tempest',
'/castsequence [nochanneling] reset=combat Slice and Dice,Backstab,Crimson Tempest',
'/cast [nochanneling] Fan of Knives',
'/cast [nochanneling] Crimson Tempest',
'/cast [nochanneling] Slice and Dice',
'/cast [nochanneling] Backstab',
'/cast [nochanneling] Rupture',
'/cast [nochanneling] Crimson Tempest',
PostMacro = [[
/startattack
/script UIErrorsFrame:Hide();
/use [combat]14
]],
}
I hope these work for you guys,
Thanks,
Beef