Dungeon Complete
Added in v2.0.1.
Description
Marks the dungeon as finished. For every player in the instance it grants the pending rewards, applies loot cooldowns, records the completion, and adds the dungeon's access cooldown when the dungeon has access cooldowns enabled with "cooldown on finish". When leave is true (the default) each player is removed from the instance and sent to the dungeon's exit location, or back to where they entered from if the dungeon has no exit set; when false they stay inside. Does nothing if the instance has no online players left in it. Mirrors the "Finish Dungeon" function.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
leave |
l |
When true, each player is removed from the instance after rewards are granted and sent to the dungeon's exit location, or back to where they entered from if no exit is set. When false, the dungeon is marked finished and rewards apply but players stay inside. | true |
Examples
Skills:
- dungeoncomplete{leave=true} ~onDungeonStatusChange
Finishes the dungeon, hands out the pending rewards, and removes every player from the instance.
Aliases
-
dcomplete -
dwin