Wind Shear focus/mod macro

I’ve been trying to find/make a macro for my Wind Shear. Currently it is keybound to Shift+2, what I’ve been trying to do, is add an alt modfier, so it interupts my focus target. Is it possible, or do I have to do a seperate keybind for focus target interupt?
Currently I’ve tried with:

#showtooltip Wind Shear
/cast [nomod] Wind Shear
/cast [mod:alt+shift,@focus] Wind Shear

But it doesn’t work :frowning:

Thanks in advance

#showtooltip 
/cast [mod:altshift,@focus,harm,nodead] [] Wind Shear

Keep in mind that keybinds take priority over macro modifier so if you have shift-2 bound to something (action page 2 by default) you’ll need to unbind it before the macro will work.

No, its only bound to my ButtomLeft Action Button 2 right now, which is my Wind Shear, but it still doesn’t work tho. It still works on the target, but wont target my focus, with altshift modifier.

Edit: I got it working. As my keybind by default is shift+2, I just erased the shift in the string, so only using the alt and now it works. Thanks a lot.

1 Like

#showtooltip
/cast [@focus,help] wind shear;[]wind sher;

I think thats how i use mine.
If a focus target is selected, it will cast wind shear, if not you will cast it on your current target

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.