This is a two macro system, One macro to cast Tricks of the Trade and another to set the target of that macro.
NOTE: The set macro cannot be used in combat since the game will not allow macro editing during combat.
Step 1: Create a blank macro named TotT
Step 2: Create the following macro named as you please, for this example SeTTotT
- Code: Select all
/run ToT = UnitName("target")
/run if not InCombatLockdown() then EditMacro('TotT', nil, nil, '#showtooltip\n/cast [target='.. ToT ..'] Tricks of the Trade', nil); print('Tricks of the Trade set to : ' .. ToT); else print('Cannot change TotT now!'); end;
Usage :
- * Target the player you want to set as your Tricks of the Trade recipient and use the set macro (SeTTotT), you will see a chatlog message confirming the macro worked.
* Use the TotT macro whenever you want to use Tricks of the Trade.
Apply Poisons
With this macro, you can left click to poison your main hand, right click to poison your offhand, hold down the alt button when you do it to use Crippling Poison or the ctrl button to use Mind-Numbing Poison.
- Code: Select all
/use [nomodifier] Instant Poison IV; [modifier:alt] Crippling Poison II; [modifier:ctrl] Mind-numbing Poison III
/use [button:1] 16; [button:2] 17
That's all that I can see that are useful for assassination spec.






