So… sometime between ‘wow classic’ and ‘wow classic wotlk’ changes was made to the responsiveness of the interface… and macros.
Not sure how to explain it or what was actually done. But the setting is more like this:
Imaging I’m casting a 3 second spell. And at some point I need to cast a different spell instead. And I would normally have this done automatically with a macro that aborts anything going on, in order to do something else. This macro below is an example.
#showtooltip
/stopcasting
/stopattack
/cast [@player,nogroup][@player,mod:alt][@mouseover,exists,nodead,help,group][exists,nodead,help,group] Power Word: Shield
Now in wow classic wotlk this works instantly, beautifully, perfectly, flawless…
But in SoD I often find it lagging and sometimes not working at all. And then I’m back to the part where I jump or move my character for it to stop whatever I’m doing.
Am I the only player experiencing this? Or do you have this problem as well?