Page 1 of 1

Re: My Subtlety Rogue Macros

Posted: 21 Oct 2016, 15:12
by dimofamo
Hi, I'm sharing my rogue macros here, hoping to be helpful to someone and receive suggestions as well.

[h]MISC MACROS[/h]

Cheap Shot/Hemorrage

#showtooltip
/cast [stealth] Cheap Shot
/cast [nostealth] Hemorrhage

------------------------------------------------------------

Garrote/Gouge

#showtooltip
/cast [stealth] Garrote
/cast [nostealth] Gouge

------------------------------------------------------------

Stealth/Vanish/Sap

Stealth or Vanish + Sap on nearest enemy player (spammable)

#showtooltip
/cast [nostealth,nocombat] Stealth
/cast [nostealth, combat] Vanish
/console targetNearestDistance 10.000000
/cleartarget
/targetenemyplayer [noharm][dead]
/console targetNearestDistance 41.000000
/cast [stealth,harm,nodead] Sap

------------------------------------------------------------

Shadowstep + Kick

#showtooltip
/castsequence reset=2 Shadowstep, Kick

------------------------------------------------------------

Kidney Shot + DPS trinket

#showtooltip
/cast Kidney Shot
/use 13

[h]POISONS MACROS[/h]

I use wound poison on MH (Brutal Gladiator's Right Ripper) and instant poison on OH (Brutal Gladiator's Left Ripper). These are my macros for Shiv

------------------------------------------------------------

Cripping poison Shiv / [CTRL] Apply poison on alt weapon

#showtooltip
/equip [nomod] Brutal Gladiator's Shiv
/cast [nomod] Shiv
/equip [nomod] Brutal Gladiator's Left Ripper
/cast [mod:ctrl] Crippling Poison II
/use [mod:ctrl] Brutal Gladiator's Shiv

------------------------------------------------------------

Deadly poison Shiv / [CTRL] Apply poison on alt weapon

#showtooltip
/equip [nomod] Brutal Gladiator's Bonecracker
/cast [nomod] Shiv
/equip [nomod] Brutal Gladiator's Left Ripper
/cast [mod:ctrl] Deadly Poison VII
/use [mod:ctrl] Brutal Gladiator's Bonecracker

------------------------------------------------------------

Mind-numbing poison Shiv / [CTRL] Apply poison on alt weapon

#showtooltip
/equip [nomod] Brutal Gladiator's Quickblade
/cast [nomod] Shiv
/equip [nomod] Brutal Gladiator's Left Ripper
/cast [mod:ctrl] Mind-numbing Poison III
/use [mod:ctrl] Brutal Gladiator's Quickblade

Re: My Subtlety Rogue Macros

Posted: 21 Oct 2016, 17:29
by Sbkzor
If people needs more :
I shared my maccros, binding system, ui/addons and everything (Like specs etc.) there :

https://facebook.com/Sbkzor/photos/?tab ... 3&mt_nav=1

Re: My Subtlety Rogue Macros

Posted: 21 Oct 2016, 17:54
by dimofamo
Looks like weapon macros will not swap back to main offhand. I'll have to make a separate macro for it

@Sbkzor Interesting stuff idd!

Re: My Subtlety Rogue Macros

Posted: 22 Oct 2016, 01:10
by Oldsalt
You should try to use the worn macro conditional, it might help if you need to swap many weapons in a single macro.

Re: My Subtlety Rogue Macros

Posted: 10 Oct 2017, 09:13
by Jodasenski
Thank you for these, really helpful.