instance_db.yml 1.3 KB

123456789101112131415161718192021
  1. ###########################################################################
  2. # Instance Database
  3. ###########################################################################
  4. #
  5. # Instance Settings
  6. #
  7. ###########################################################################
  8. # - Id Instance ID.
  9. # Name Instance Name.
  10. # TimeLimit Total lifetime of instance in seconds. Use 0 to define infinite time. (Default: 3600)
  11. # IdleTimeOut Time before an idle instance is destroyed in seconds. Use 0 to define infinite idle time. (Default: 300)
  12. # NoNpc Prevent copying NPCs from the source map. (Default: false)
  13. # NoMapFlag Prevent copying Mapflags from the source map. (Default: false)
  14. # Destroyable Toggles the ability to destroy the instance using instance 'Destroy' button. (Default: true)
  15. # Note: the button is displayed based on parties. For any mode, it requires the party leader to be the instance owner to destroy it.
  16. # Enter: Instance entrance coordinates.
  17. # Map Map Name where players start.
  18. # X X Coordinate where players start.
  19. # Y Y Coordinate where players start.
  20. # AdditionalMaps: List of maps that are part of an instance. (Optional)
  21. ###########################################################################