I copied using /stopattack in my macros to stop wand-casts to cast regular spells from this Reddit-thread.
It would essentially work, but didn’t once I put this into my preexisting macro in which /startattack is in the line below /stopattack:
#showtooltip
/stopattack
/startattack
/petattack
/use Shadow Bolt
The above is a macro you’d use to automatically target a mob without having to tab or click it first and the issue I got after adding /startattack to it was I had to actually cancel the wanding-cast way before the wanding animation again, whereas with the same macro not containing stopattack it would be fine if I just stopped the wanding right before the next time it’d swing.
Another issue: Even without /startattack I’d have to hit the macro at least twice to make it work. I was hoping for a solution in which 1 hit would be enough.
Any workaround?