instance_db.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. (Default: 3600)
  28. # IdleTimeOut Time before an idle instance is destroyed in seconds. (Default: 300)
  29. # Destroyable Toggles the ability to destroy the instance using instance 'Destroy' button. (Default: true)
  30. # Note: the button is displayed based on parties. For any mode, it requires the party leader to be the instance owner to destroy it.
  31. # Enter: Instance entrance coordinates.
  32. # Map Map Name where players start.
  33. # X X Coordinate where players start.
  34. # Y Y Coordinate where players start.
  35. # AdditionalMaps: List of maps that are part of an instance. (Optional)
  36. ###########################################################################
  37. Header:
  38. Type: INSTANCE_DB
  39. Version: 1
  40. Body:
  41. - Id: 1
  42. Name: Endless Tower
  43. TimeLimit: 14400
  44. Enter:
  45. Map: 1@tower
  46. X: 50
  47. Y: 355
  48. AdditionalMaps:
  49. 2@tower: true
  50. 3@tower: true
  51. 4@tower: true
  52. 5@tower: true
  53. 6@tower: true
  54. - Id: 2
  55. Name: Sealed Catacomb
  56. TimeLimit: 7200
  57. Enter:
  58. Map: 1@cata
  59. X: 100
  60. Y: 224
  61. AdditionalMaps:
  62. 2@cata: true
  63. - Id: 3
  64. Name: Orc's Memory
  65. Enter:
  66. Map: 1@orcs
  67. X: 179
  68. Y: 15
  69. AdditionalMaps:
  70. 2@orcs: true
  71. - Id: 4
  72. Name: Nidhoggur's Nest
  73. TimeLimit: 14400
  74. Enter:
  75. Map: 1@nyd
  76. X: 32
  77. Y: 36
  78. AdditionalMaps:
  79. 2@nyd: true