On Dungeon Complete

Added in v2.0.1.

Description

Fires when a player finishes the dungeon (through a Finish Dungeon function or the dungeoncomplete mechanic). The finishing player is <trigger>. Broadcast to every Mythic mob in the instance world.

It fires once per finishing player, and each of those fires reaches every mob. A four player party finishing together runs the skill four times on every mob, so guard anything instance-wide (a broadcast, a reward) with a condition or a cooldown.

Examples

VictoryHail:
  Skills:
  - message{m="Well fought, <trigger.name>!"} @trigger ~onDungeonComplete

Each mob congratulates the finishing player.

Updated Aug 19, 2026