Originally Posted by
Sisa12
Hi,
in PQR I have bladestorm binded to ALT key but when I spam ALT it often happens that bladestorm is skipped due to GCD and PQR continues to auto execute other abilities when GCD is off.
I'd like to execute bladestorm first. So I'm searching for a way to pause the rotation when using ALT key and continue the rotation after bladestorm is executed.
I tried the following but it doesn't seem to work:
if PQR_RotationStarted == true then
PQR_RotationStarted = false
PQR_AddToSpellDelayList(46924, 0, 1)
end
Unfortunately that script doesn't seem to work. It doesn't delay the rotation when I use ALT key.
Does anybody know how to set this up?
Any help would be highly appreciated!