Macro I use:
|
Source code
|
1
2
3
4
5
|
/cast Thunderstorm
/wait 0.1
/cast Thunderstorm
/script SpellTargetUnit()
|
I have noticed that if I spam that macro, my toon moves a couple of steps in a particular direction (doesn't matter where I TS, the direction is always the same) when the GCD triggers.
I was just curious if anyone know why or have had this happen to them.
the fix was simple, changed the macro a bit:
|
Source code
|
1
2
3
4
|
/cast Thunderstorm
/wait 0.1
/script SpellTargetUnit()
|