Fan of Knives - This macro will target your nearest enemy and start autoattack when you use your Fan of Knives ability without having a target.
Code:
#showtooltip
/use Fan of Knives
/stopmacro [@target,exists,nodead,harm]
/targetenemy
/startattack
MH Poison - This macro will apply the selected poison to your main hand weapon in a single click. To modify this macro for off-hand use, simply change the 16 at the end to a 17.
Code:
#showtooltip
/use [nomod]Deadly Poison IX;[nomod:ctrl/alt]Instant Poison IX;[nomod:shift/ctrl]Wound Poison VII;[nomod:shift/alt]Anesthetic Poison II;[nomod:ctrl]Mind-numbing Poison;Crippling Poison
/use 16
Tricks of the Trade - This macro will use Tricks of the Trade on (in order of priority) your current target, your focus target, or your target's target, if able.
Code:
#showtooltip Tricks of the Trade
/use [@target,exists,nodead,help][@focus,exists,nodead,help][@targettarget,exists,nodead,help] Tricks of the Trade