


Nobody wants the kind of 'kiss up' that I can clearly see you detest

|
|
Source code |
1 2 3 4 5 |
/script GC_SetMouseMoveEnable(false)
/script CastSpellByName("Thunderstorm")
/wait .001
/script SpellTargetUnit("")
/script GC_SetMouseMoveEnable(true)
|
|
|
Source code |
1 2 3 4 5 |
/cast Thunderstorm /wait .1 /run SpellTargetUnit() /wait .1 /run if SpellIsTargeting() then SpellStopCasting() end |
As far as I understand the problem, the issue seems to be the targeting circle still being visible after using the macro, not the movement.
For that there's an easy solution:
![]()
Source code
1 2 3 4 5 /cast Thunderstorm /wait .1 /run SpellTargetUnit() /wait .1 /run if SpellIsTargeting() then SpellStopCasting() end