Closed tflo closed 2 months ago
Basically the only event that triggers a pet summon from PW (if the conditions are met) is the PLAYER_STARTED_MOVING
event. This is also why I don't check for spells in progress: the vast majority of (non-instant) spells are interrupted when you start moving anyway. I just tested with planting a seed, and yes, it is also interrupted when I start moving (with PW disabled).
So, honestly, I'm not sure what you're experiencing here.
Is it possible that you are confusing spell interruption with a Global Cooldown (GCD) conflict? Check out this section of the manual to see what I mean. But a GCD cannot interrupt a cast, it can only prevent you from starting a cast, until the GCD is over.
If this is a GCD thing, there is nothing I can do about it. One thing that can reduce the chance of GCD conflicts is to allow pet summoning also while mounted for Skyriding[^1]:
/pw s
./pw sr
toggle.[^2]This allows PW to summon already when you move before you dismount, so there is a better chance that the GCD will be over when you want to cast something else.
[^1]: When mounted and in Steady Flight mode, summoning is always allowed (on ground, ofc).
[^2]: Text and command were recently changed (v2.2.0). If you use an older version, the command is /pw r
.
Closed due to no user response after 1 month.
This issue is transferred from the CurseForge comments, posted by archkerberus, 9 May 2024