~onDespawn trigger not working
Closed
~onDespawn trigger not working
Summary
~onDespawn trigger not working at all, not sure if it is even producing an error
Steps to reproduce
Add a ~onDespawn trigger to a mob, with a command where you can easily see it activate, like speak targetted at your player.
Teleport away to cause the mob to despawn
Observe event not triggering
Current behavior
~onDespawn does not cause events to happen when the mob despawns
Intended correct behavior
~onDespawn should function as intended.
added Bug Verified Issue labels
The day Wortho made this bug report I helped to try and debug the ~onDespawn trigger. I had an old boss that would use ~onDespawn to send signals to its spawned mobs to remove themselves whenever i did
/mm m kill Boss
. It used to function correctly. I hadnt touched the boss in a long time, so im not sure when it stopped working, but it no longer functions and instead i had to change it to ~onDeath and make a debug skill to 1 shot the boss.Edited by Akim91mentioned in issue #493 (closed)
added Completed / Resolved label