Getting the most 5 cp Eviscerates out of this sequence. AoE burns down mobs.
Combat Single Macro turns off Blade Flurry, uses Adrenaline Rush, keeps revealing strike and SnD up on target. Add /use [combat]13 and racial if needed. Combat Single does not have Killing Spree in it as I prefer to use it on demand on single targets or save it for AoE mobs.
Combat AoE turns on Blade Flurry (don’t forget Blade Flurry has a small CD when turning on and off), uses Adrenaline Rush, keeps revealing strike and SnD up on target. Add /use [combat]13 and racial if needed. Instead of Eviscerate it uses Crimson Tempest. Pops Killing Spree.
Both Macros send you into stealth once out of combat and if you’re pursing something or somebody my same stealth key has ambush so you will jump forward (cloak and dagger talent) to the running away target and hit them for a big ambush.
Leveling/questing build is 1,2,2,1,1,3,1
The idea being I open with ambush or cheap shot while in stealth and open with Single target macro and then switch to AoE macro if needed. Like to travel fast while in stealth for pick pocketing and treasure farming.
Leveling/questing glyphs: Disappearance (can’t have to many vanishes while questing on a pvp server full of angry mobs)
Energy (20 more energy for opening and hard spamming)
Stealth (Prefer to get into stealth quicker with so many angry mobs and PvPers)
Minor glyphs are our favorites Blurred Speed, Safe Fall, Poisons. I do not use Glyph of Decoy since I prefer to not a leave a “Rogue was here” neon sign when vanishing. When I see a decoy when I’m on my hunter I’m flaring.
<p>
Combat Single and Combat AoE Macro
<p>
Sequences['ComSimple'] = {
PreMacro = [[
/cancelaura Blade Flurry
/targetenemy [noharm][dead]
/startattack
/cast [nostealth,nocombat]Stealth
]],
'/castsequence reset=target Revealing Strike,Slice and Dice,null',
'/cast Sinister Strike',
'/cast Sinister Strike',
'/cast Sinister Strike',
'/cast Sinister Strike',
'/cast Eviscerate',
'/cast Sinister Strike',
'/cast Sinister Strike',
'/cast Sinister Strike',
'/cast Sinister Strike',
'/castsequence reset=35 Revealing Strike,Slice and DIce',
PostMacro = [[
/cast [combat] Adrenaline Rush
/use [combat]14
/startattack
]],
}
Sequences['ComSimpleAOE'] = {
PreMacro = [[
/cast [nomod] !Blade Flurry
/targetenemy [noharm][dead]
/startattack
]],
'/castsequence reset=target Revealing Strike,Slice and Dice,null',
'/cast Sinister Strike',
'/cast Sinister Strike',
'/cast Sinister Strike',
'/cast Sinister Strike',
'/cast Crimson Tempest',
'/cast Sinister Strike',
'/cast Sinister Strike',
'/cast Sinister Strike',
'/cast Sinister Strike',
'/cast Killing Spree',
'/castsequence reset=35 Revealing Strike,Slice and DIce',
PostMacro = [[
/cast [combat] Adrenaline Rush
/startattack
/use [combat]14
]],
}