I’m using debug to try to tune my macro. Yet the behaviour exhibited by Debug seems confusing. It always seems to execute the lines in sequence before it attempted those in premacro and keysequence.
I have two examples. In this attached script, notice the first line in sequence is Metamorphosis, and in debug that’s the first line executed:
To try to confirm this behaviour I changed the script by adding additional steps. Again, it seemed to execute the lines in sequence before it attempted those in premacro and keysequence.
Two questions:
- If GSE2 is suppose to execute:
a. PreMacro
b. KeyPress
c. Sequence
d. KeyRelease
e. PostMacro
Why does it seem to be starting with Sequence?
- On an unrelated note … why are some skills showing up in Debug as “GCD In Cooldown” when these sequences are the very first moment of execution and no skills are in cooldown (or have been used)?