On Dungeon Leave
Added in v2.0.1.
Description
Fires when a player leaves the dungeon by any means. The leaving player is <trigger>. Broadcast to every Mythic mob in the instance world. Does not fire if the leave was cancelled.
"Cancelled" means another plugin cancelled the leave event, not that the player stayed. Most removals are forced, and a forced removal takes the player out even when the event was cancelled, while this trigger still stays silent. So a cancelled leave can remove the player without firing the trigger.
Examples
MockDeparture:
Skills:
- message{m="<trigger.name> flees the dungeon!"} @trigger ~onDungeonLeave
Each mob taunts the departing player.