*Focus Sap* My bad, excuse me!
So basically what I need is a macro that will Sap my current target and if I hold lets say "shift" it will Sap my focus target.
Help me guys.
#showtooltip Sap
/cast [nomodifier] Sap
/use [modifier:ctrl, target=focus] Sap
this doesnt work.
Tried with @focus, too
*Focus Sap* My bad, excuse me!
So basically what I need is a macro that will Sap my current target and if I hold lets say "shift" it will Sap my focus target.
Help me guys.
#showtooltip Sap
/cast [nomodifier] Sap
/use [modifier:ctrl, target=focus] Sap
this doesnt work.
Tried with @focus, too
Heres a shorter version to your macro, because learning to short macros will help you in the future:
#showtooltip Sap
/cast [mod:ctrl,@focus][nomod]Sap
the way its written, it will sap your focus target (if it exists) when you are pressing control, or just simply cast sap if ur not pressing any modifier
if you want it to sap your focus target when u press shift, use [mod:shift] instead of [mod:ctrl]
if you want it to sap your focus target when u press any modifier, use [mod] instead of [mod:ctrl]
The diference between [@focus] and [target=focus] is none other than the amount of letters used.
also, if u have this ability on R, make sure there is nothing using shift+R or ctrl+R, to check this simply go into keybinding menu and change a random keybind to shift+R or whatever and see if u get a warning message. (cancel the changes after xD)
and instead of saying "doesn't work" pls say specifically what part of it is not working.