
* Adds support for instance destruction button * Adds an extra parameter in the instance database to toggle if an instance is destroy-able or not. * Adds support for being notified about character and Clan instances on login. * Fixes an issue with the instance window displaying wrong instance information on an instance map when multiples instances were running for the character. Co-authored-by: atemo <capucrath@gmail.com>
20 lines
1.1 KiB
YAML
20 lines
1.1 KiB
YAML
###########################################################################
|
|
# Instance Database
|
|
###########################################################################
|
|
#
|
|
# Instance Settings
|
|
#
|
|
###########################################################################
|
|
# - Id Instance ID.
|
|
# Name Instance Name.
|
|
# TimeLimit Total lifetime of instance in seconds. (Default: 3600)
|
|
# IdleTimeOut Time before an idle instance is destroyed in seconds. (Default: 300)
|
|
# Destroyable Toggles the ability to destroy the instance using instance 'Destroy' button. (Default: true)
|
|
# Note: the button is displayed based on parties. For any mode, it requires the party leader to be the instance owner to destroy it.
|
|
# Enter: Instance entrance coordinates.
|
|
# Map Map Name where players start.
|
|
# X X Coordinate where players start.
|
|
# Y Y Coordinate where players start.
|
|
# AdditionalMaps: List of maps that are part of an instance. (Optional)
|
|
###########################################################################
|