EU+US Rogue Macros.

Lufú

Veteran
Hello everyone,
So i know that the number abilities we actually have at 19 is minimal, however i was wondering if anyone would help with some useful macros? Specifically for Rogue. Just anything can help me maximise the way i play.
Would be much appreciated :)
thanks.
 
You guys play outlaw at 19, yeah?

For battlegrounds:
Code:
/cancelaura Horde Flag
/cancelaura Alliance Flag
/cast !Stealth
Code:
/cast [nomod,exists,@mouseover]Kick
/cast [mod:shift,@focus]Kick
/cast [nomod,@target]Kick
Code:
/cast !Stealth
/cast [nomod,exists,@mouseover]Sap
/cast [mod:shift,@focus]Sap
/cast [nomod,@target]Sap
Code:
/cast [nomod,exists,@mouseover]Cheap Shot
/cast [mod:shift,@focus]Cheap Shot
/cast [nomod,@target]Cheap Shot
Code:
/cast [nomod,exists,@mouseover]Pistol Shot
/cast [mod:shift,@focus]Pistol Shot
/cast [nomod,@target]Pistol Shot
Code:
/focus [@mouseover]
Code:
/clearfocus
Simonoldtwink already posted the spam sap macro.

Additional macros for arena:
Code:
/target arena1
Code:
/target arena2
Code:
/target arena3
Code:
/focus arena1
Code:
/focus arena2
Code:
/focus arena3
(target and focus 1 and 2 also work for enemy and allied fc in bgs)
Code:
/cast !Stealth
/cast [@arena1]Sap
Code:
/cast !Stealth
/cast [@arena2]Sap
Code:
/cast !Stealth
/cast [@arena3]Sap
Arena target sap macros are faster than the traditional spam sap macro when finding enemy stealthers in arena.
Code:
/cast [@arena1]Kick
Code:
/cast [@arena2]Kick
Code:
/cast [@arena3]Kick
Code:
/cast [@arena1]Cheap Shot
Code:
/cast [@arena2]Cheap Shot
Code:
/cast [@arena3]Cheap Shot
Code:
/cast [@arena1]Pistol Shot
Code:
/cast [@arena2]Pistol Shot
Code:
/cast [@arena3]Pistol Shot
 
for rogues who still need the ilvl100 griftah masks, the below macro calculates the value (in dingy iron coins) of the pickpocketed items within your inventory

/run a,b=GetCurrencyInfo(980) c=GetItemCount k=(c(112995)*2+c(112996)*3+(c(112997)+c(113000))*4+c(112998)*5+(c(112999)+c(113001)+c(113004))*6+c(113002)*8+c(113003)*10+c(113005)*12+c(113006)*18+(c(113007)+c(113008))*20) print(a,":",b,"Inventory Value:",k)
 
here's one for near target sap
#showtooltip Sap
/targetenemy [harm][nodead]
/cast Sap
/cleartarget

I have seen variants where the /cleartarget comes before the /targetenemy. I don't know that it makes a difference, but maybe I'm just not understanding. Seems like I may want to stay on that target, in case I decide to do something else.

I use /targetenemy in pVE situations, but in BGs I tend to lead with /targetenemyplayer. There are cases where I can't or don't want to sap a pet. I keep both versions on my stealth bar, though.
 

Users who are viewing this thread

Top