Mashable Sinister Strike/Mutilate without error noises or messages, with auto activation of equipment/trinkets
#showtooltip Sinister Strike (or /#showtooltip Mutilate etc)
/run SetCVar(“Sound_EnableSFX”,”0″)
/use 10
/cast Sinister Strike ( or /cast Mutilate)
/script UIErrorsFrame:Clear()
/run SetCVar(“Sound_EnableSFX”,”1″)
/startattack
This example will try to proc whichever gloves you are wearing at the time (/use 10), then cast a sinister strike.
Fan of Knives / Auto Attack
#showtooltip Fan of Knives
/cast Fan of Knives
/startattack
For trash pulls/AoE spam, ensures you start attacking the next nearest target if your current target dies.
One Button Throw
#show throw
/cast deadly throw
/cast throw (or /cast shoot for PVE purposes)
Save up a slot/keybinding on your actionbar by combining throw and deadly throw into one icon – this will Deadly Throw if you have the combo points, or perform a normal throw otherwise.
Blind Mouseover , Target or Focus
#showtooltip
/cast [nomodifier] blind
/cast [modifier:alt, target=mouseover] blind
/cast [modifier:ctrl, target=focus] blind
Hold alt to blind your mouseover target or control to blind your focus.
Gouge and Bandage
#showtooltip Gouge
/cast Gouge
/stopcasting
/use [target=player] Heavy Frostweave Bandage
Possible lifesaver in 1v1/CC situations.
Tricks of the Trade
#showtooltip Tricks of the Trade
/cast [target=XXX] Tricks of the Trade
Set XXX to who you want to TotT onto, any of the following works; party1, party2, focus, Playername.
Feint
#showtooltip Feint
/cleartarget
/targetenemy
/cast feint
Mashable feint macro, if your current target is out of range and a warrior bladestorms you, spamming this should let you feint onto the warrior instead.
Sap
#showtooltip Sap
/targetenemy [harm][nodead]
/targetenemy [noharm][dead]
/cast sap

hi, quick tweek to the gouge/bandage macro.
i changed the showtooltip function to show the actual bandage instead of the gouge icon. this way i can keep track off the number of bandages i have lest and it also doesnt get mixed up with the normal gouge button.