On Dungeon End

Added in v2.0.1.

Description

Fires when the last player is removed from the dungeon instance, whatever removed them: leaving, being kicked, a Finish Dungeon function with its Leave Dungeon toggle on, or the time limit expiring. Broadcast to every Mythic mob in the instance world. There is no trigger entity.

It does not fire for an instance that is torn down with no players in it, and it fires just before the leave itself is confirmed.

Examples

CleanupPuff:
  Skills:
  - effect:particles{p=cloud;amount=40} @self ~onDungeonEnd

Each mob emits a cloud puff when the dungeon ends.

Updated Aug 19, 2026