instance_db.yml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2021 rAthena Development Team
  3. # https://rathena.org - https://github.com/rathena
  4. #
  5. # This program is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation, either version 3 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. #
  18. ###########################################################################
  19. # Instance Database
  20. ###########################################################################
  21. #
  22. # Instance Settings
  23. #
  24. ###########################################################################
  25. # - Id Instance ID.
  26. # Name Instance Name.
  27. # TimeLimit Total lifetime of instance in seconds. Use 0 to define infinite time. (Default: 3600)
  28. # IdleTimeOut Time before an idle instance is destroyed in seconds. Use 0 to define infinite idle time. (Default: 300)
  29. # NoNpc Prevent copying NPCs from the source map. (Default: false)
  30. # NoMapFlag Prevent copying Mapflags from the source map. (Default: false)
  31. # Destroyable Toggles the ability to destroy the instance using instance 'Destroy' button. (Default: true)
  32. # Note: the button is displayed based on parties. For any mode, it requires the party leader to be the instance owner to destroy it.
  33. # Enter: Instance entrance coordinates.
  34. # Map Map Name where players start.
  35. # X X Coordinate where players start.
  36. # Y Y Coordinate where players start.
  37. # AdditionalMaps: List of maps that are part of an instance. (Optional)
  38. ###########################################################################
  39. Header:
  40. Type: INSTANCE_DB
  41. Version: 2
  42. Footer:
  43. Imports:
  44. - Path: db/pre-re/instance_db.yml
  45. Mode: Prerenewal
  46. - Path: db/re/instance_db.yml
  47. Mode: Renewal
  48. - Path: db/import/instance_db.yml