Rogue sap macro.

this is the one i use on Forfeit



/cleartarget

/targetenemy

/cast Sap(Rank 1)



the first line clears your target, wich means you de-select you current target.

the second line means you will select your closest taunt-able enemy target.

the third line means you will cast the Sap ability on that target.



the reason why you have to clear your target first is to make the second line active else your target will get stucked on the current target.

this macro will be handy if you fight against other rogues (more effective if you got Master of Deception (full) and if you got the stealth

enchant on your cloak)
 
Code:
#showtooltip Sap

/console targetNearestDistance 10.000000

/targetenemy [noharm][dead]

/console targetNearestDistance 41.000000

/cast [harm,nodead] Sap



or while mounted

Code:
#show Stealth

/dismount

/cast [stance:0] !Stealth

/targetenemy [harm][nodead]

/cast Sap
 

Users who are viewing this thread

Top