![]()
|
|
It may not be obvious, so I should have mentioned that this happens during Wave Breaker (ccBGSSSE001_Crab_MQ4). There were a number of similar errors generated in the log, but with different randomized FormIDs (starting with FF).
Comment #1 Sep 1, 2024 3:49 am
Edited by BlackPete on Sep 1, 2024 3:51 am
Seems to be because the enemies despawn when dead, and thus the OnEffectFinish script can't run since the npc no longer exists.
Correction, I think it's actually Snippy that this happens to. Since he's Disabled, the ccBGSSSE001_MudcrabMovementSpeedPet spell on him can't process the OnEffectFinish.
...Or it's the ccBGSSSE001_MudcrabRaceFlamingPot, which ALSO has the spell applied.
Regardless, not sure if fixable.
Regardless, not sure if fixable.
Comment #4 Jan 25, 2025 11:44 pm
Edited by DarthVitrial on Jan 25, 2025 11:44 pm
Papyrus errors of this type are generally not fixable because the spawned enemies are either dead or deleted (hence the [None] reference).
Showing Comments 1 - 5 of 5