Mocha's Outlaw Rogue Macros

Heyo! I wanted to post a few Outlaw specific macros that have made playing outlaw (specifically in PvP) feel a lot better. Many of them can be altered for more / other abilities. I think most of these are quite essential for a minimalistic ui / keybind space without compromising and remaining efficient.

Vanish if combat, otherwise stealth: (No wasted vanishes)

#showtooltip vanish
/stopattack
/castsequence [combat] Vanish; Stealth

Ambush if stealth, ss if not: (Save keybind / time on wrong ability spam)

#showtooltip
/cast [stance] Ambush; Sinister Strike
/startattack
/cast !stealth

Mouseover shadowstep, no mouseover → enemy → friendly: (Fast + flexible)

#showtooltip shadowstep
/stopcasting
/cast [@mouseover,exists] [@target,harm,nodead] [@target,help,nodead] shadowstep

Buff up at start of arena: (Underhanded Upper Hand prep)

#showtooltip adrenaline rush
/castsequence reset=7 blade flurry, !stealth, roll the bones, adrenaline rush, slice and dice

Cancel Shadow Dance → Stealth → Distract: (Save ui space / fast stealth + distract)

#showtooltip stealth
/stopattack
/cancelaura shadow dance
/cast [combat][stealth]Distract;!Stealth

BTE if stealth, eviscerate if not: (Crackshot + save ui space + no long CD BTE)

#showtooltip
/cast [stance] between the eyes; eviscerate
/startattack
/cast !stealth

Shadow Dance Go: (Ghostly strike at target + shadow dance go + sub go)

#showtooltip Shadow Dance
/use 13
/startattack
/cast shadow blades
/cast !Shadow Dance
/cast ghostly strike

Roll → GS → Blade Rush: (Mini go without shadow dance or vanish)

#showtooltip
/castsequence reset=7 roll the bones, Ghostly Strike, blade rush
/use 13
/cast adrenaline rush

Blind @mouseover, or focus, if no mouseover, or target if no mouseover or focus:

#showtooltip Blind
/cast [@mouseover,harm,nodead] [@focus,harm,nodead] [@target,harm,nodead] blind

Stealth before sap: (If somehow you dropped stealth, puts you in stealth again)

#showtooltip sap
/cast !stealth
/cast sap

Faster hook @cursor: (much faster)

#showtooltip
/stopcasting
/cast [@cursor] grappling hook

1 button poisons: (Can switch to instant for pve)

#showtooltip
/cancelaura crippling poison
/castsequence reset=3 wound poison, crippling poison

Undead cannib + eat in stealth: (heal up if out of combat)

#showtooltip stealth
/cast Cannibalize
/use Conjured Mana Bun
/cast Stealth

6 Likes

Thank you for sharing.

You are a valued member of the WoW community.

:thinking:

:man_surfing: :surfing_woman:

2 Likes

HEY THANKS BB u2 <3

2 Likes

The BTE / dispatch based on stealth macro has been huge for me not messing up and locking out of BTE on accident. Thanks!!

1 Like

You’re welcome! Just keep in mind BTE counts when it has traveled to your target as it isn’t instant, so if you’re about to lose shadow dance / vanish, don’t push it or lock outs can still happen

1 Like

Simply awesome!

You are welcome.

:cowboy_hat_face:

:surfing_woman: :surfing_man:

1 Like

My favorite macro

/Cast Sinister Strike
/cast Stealth

It used to be the best rogue macro in the game when restealths automatically turned off your autoattack but it’s so good

1 Like

I’d like to volunteer a macro to add to this list:

#showtooltip Garrote
/console Sound_EnableErrorSpeech 0
/use Pick Pocket
/use Garrote
/run UIErrorsFrame:Hide() C_Timer.After(0, function() UIErrorsFrame:Clear() UIErrorsFrame:Show() SetCVar("Sound_EnableErrorSpeech",1) end)
  1. Turns off “I can’t use that” error speech when attempting to use Pick Pocket outside of stealth.
  2. Uses Pick Pocket and Garrote simultaneously, since Pick Pocket is off the GCD
  3. Hides the red error messages on screen, clears it, then turns error messages and sounds back on.

Not game breaking, but it helps to reduce the level of annoyance that comes with certain conveniences (such as macroing Pick Pocket onto other abilities).

1 Like