Kuzii
Legend
Evasion/Ghostly Strike
nuff said.
One Button Poisons
This macro makes one icon on your actionbars apply your poisons. Left click the button to apply to your Mainhand, right click to apply to your off hand. Hold down shift to apply Wound Poison, alt for Deadly poison, control for Crippling and del for Mind Numbing as modifiers to switch poison type. The tooltip will switch with modifier. Select the '?' icon for the macro and the Icon with change with the modifiers as well.
Shadowstep to Sap
ensures you get the sap off immediatly after a shadowstep
mashable distract
you can mash distract and you wont accidently drop your targete circle. rightclick to drop the circle.
Hemorrhage + Autoattack
This can be done with any primary attack of course. The idea here is that if your energy bar is too low after target swapping, it will still start your autoattack on that target without having to use another bind.
Deadly Throw/Throw
Uses Deadly Throw if you have Combo Points. Otherwise, it uses Throw
Blind Mouseover
This will blind the target your are mousingover. If you do not have a target under your mouse it will blind your target.
Gouge then Bandage
Gouge the target then bandage yourself.
Dismount/Smashable Sap Enemy
This macro will dismount you, stealth you, and then try and sap a stealthed guy. So keep mashing this one when you suspect a stealther nearby
great for bgs.
Full Preparation
Blow all your preparable abilities before you use Preparation. This macro will not use Evasion if you are stealthed.
Reliable Vanish
Stops whatever you are doing and Vanishes. Basically it makes Vanish THAT MUCH more reliable.
Rupture or Slice and Dice in one button
hold shift to rupture normal for SaD
Auto-loot only when PickpocketingIf you only want to auto-loot when you are pickpocketing use this macro:
these are the ones i find useful atleast.
nuff said.
#showtooltip Evasion
/cast Ghostly strike
/stopcasting
/cast Evasion
One Button Poisons
This macro makes one icon on your actionbars apply your poisons. Left click the button to apply to your Mainhand, right click to apply to your off hand. Hold down shift to apply Wound Poison, alt for Deadly poison, control for Crippling and del for Mind Numbing as modifiers to switch poison type. The tooltip will switch with modifier. Select the '?' icon for the macro and the Icon with change with the modifiers as well.
#showtooltip
/use [nomodifier] Instant Poison IX; [modifier:ctrl] Crippling Poison; [modifier:shift] Wound Poison VII; [modifier:alt] Deadly Poison IX; [modifier:delete] Mind-numbing Poison
/use [button:1] 16; [button:2] 17
Shadowstep to Sap
ensures you get the sap off immediatly after a shadowstep
#showtooltip
/cast Shadowstep
/cast Sap
mashable distract
you can mash distract and you wont accidently drop your targete circle. rightclick to drop the circle.
#showtooltip distract
/cast !distract
Hemorrhage + Autoattack
This can be done with any primary attack of course. The idea here is that if your energy bar is too low after target swapping, it will still start your autoattack on that target without having to use another bind.
#showtooltip Hemorrhage
/startattack
/cast Hemorrhage
Deadly Throw/Throw
Uses Deadly Throw if you have Combo Points. Otherwise, it uses Throw
#show deadly throw
/cast deadly throw
/cast throw
Blind Mouseover
This will blind the target your are mousingover. If you do not have a target under your mouse it will blind your target.
#showtooltip blind
/cast [target=mouseover, exists] Blind; blind
Gouge then Bandage
Gouge the target then bandage yourself.
#showtooltip gouge
/cast Gouge
/stopcasting
/use [target=player] Heavy Frostweave Bandage
Dismount/Smashable Sap Enemy
This macro will dismount you, stealth you, and then try and sap a stealthed guy. So keep mashing this one when you suspect a stealther nearby
great for bgs.
#showtooltip Sap
/dismount
/cast [stance:0] !Stealth
/targetenemy [harm][nodead]
/cast Sap
Full Preparation
Blow all your preparable abilities before you use Preparation. This macro will not use Evasion if you are stealthed.
#show Preparation
/cast [nostealth] Evasion
/stopcasting
/cast sprint
/stopcasting
/cast preparation
Reliable Vanish
Stops whatever you are doing and Vanishes. Basically it makes Vanish THAT MUCH more reliable.
#showtooltip Vanish
/stopattack
/cast Vanish
Rupture or Slice and Dice in one button
hold shift to rupture normal for SaD
#showtooltip [modifier:shift] Rupture; Slice and Dice
/cast [modifier:shift] Rupture; Slice and Dice
Auto-loot only when PickpocketingIf you only want to auto-loot when you are pickpocketing use this macro:
/script SetCVar("AutoLootDefault", 1)
/cast Pick Pocket
/in 1 /script SetCVar("AutoLootDefault", 0)
these are the ones i find useful atleast.