Macro simplification

I have this macro

/cast [nomod,stance:2] Cheap Shot
/cast [nomod,stance:1] Cheap Shot
/cast [nomod,nostance] Shiv
/cast [mod:shift] Shadow Blades
/cast [mod:alt] Symbols of Death
/cast [mod:alt] Shadow Dance
/use [mod:alt] Crimson Gladiator’s Badge of Ferocity
/dismount

just trying to condense or simplify the macro as i wanted to add a /stopattack command when i am stealth but i have no more usable space left. Any help would be great thx. Reason for the stopattack in stealth i am sometimes auto attacking in stealth if i am fighting one target. I vanish then go to sap and it will auto attack because i assume i was attacking the target out of stealth prior to the vanish and a /stopattack would alleviate this i think?

thank again for any input

Not familiar with Rogue, I’m guessing that you only do Subtlety and Shadow Dance is a not a talent.

I’m assuming that the trinket is going into the 2nd trinket slot, but if you do the 1st, “/use 13” instead of “/use 14”.

#showtooltip
/cast [mod:alt]Symbols of Death;[mod:shift] Shadow Blades;[stance:1/2] Cheap Shot;Shiv
/cast [mod:alt] Shadow Dance
/use [mod:alt] 14

Also, “dismount” can be automatic when casting any spell. There is an option in system menu for that.

2 Likes
/use [mod:shift] Shadow Blades;[mod:alt] Symbols of Death;[stance:1/2] Cheap Shot;Shiv
/use [mod:alt] Shadow Dance
/use [mod:alt] 13
/dismount
/stopattack

Combining most of the abilities into a single line helps reduce character count. Also, for your trinket using it via 13 or 14 saves many characters (13 is top slot, 14 bottom).

1 Like