instance_db.yml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. Body:
  43. - Id: 1
  44. Name: Endless Tower
  45. TimeLimit: 14400
  46. Enter:
  47. Map: 1@tower
  48. X: 50
  49. Y: 355
  50. AdditionalMaps:
  51. 2@tower: true
  52. 3@tower: true
  53. 4@tower: true
  54. 5@tower: true
  55. 6@tower: true
  56. - Id: 2
  57. Name: Sealed Catacomb
  58. TimeLimit: 7200
  59. Enter:
  60. Map: 1@cata
  61. X: 100
  62. Y: 224
  63. AdditionalMaps:
  64. 2@cata: true
  65. - Id: 3
  66. Name: Orc's Memory
  67. Enter:
  68. Map: 1@orcs
  69. X: 179
  70. Y: 15
  71. AdditionalMaps:
  72. 2@orcs: true
  73. - Id: 4
  74. Name: Nidhoggur's Nest
  75. TimeLimit: 14400
  76. Enter:
  77. Map: 1@nyd
  78. X: 32
  79. Y: 36
  80. AdditionalMaps:
  81. 2@nyd: true