instance_db.yml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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
  82. - Id: 5
  83. Name: Mistwood Maze
  84. TimeLimit: 7200
  85. Enter:
  86. Map: 1@mist
  87. X: 89
  88. Y: 29
  89. - Id: 6
  90. Name: Culvert
  91. Enter:
  92. Map: 1@pump
  93. X: 63
  94. Y: 98
  95. AdditionalMaps:
  96. 2@pump: true
  97. - Id: 7
  98. Name: Octopus Cave
  99. Enter:
  100. Map: 1@cash
  101. X: 199
  102. Y: 99
  103. - Id: 8
  104. Name: Bangungot Hospital 2F
  105. Enter:
  106. Map: 1@ma_h
  107. X: 40
  108. Y: 157
  109. - Id: 9
  110. Name: Buwaya Cave
  111. Enter:
  112. Map: 1@ma_c
  113. X: 35
  114. Y: 57
  115. - Id: 10
  116. Name: Bakonawa Lake
  117. TimeLimit: 7200
  118. Enter:
  119. Map: 1@ma_b
  120. X: 64
  121. Y: 51
  122. - Id: 11
  123. Name: Wolfchev's Laboratory
  124. TimeLimit: 14400
  125. Enter:
  126. Map: 1@lhz
  127. X: 45
  128. Y: 148
  129. - Id: 12
  130. Name: Old Glast Heim
  131. Enter:
  132. Map: 1@gl_k
  133. X: 150
  134. Y: 20
  135. AdditionalMaps:
  136. 2@gl_k: true
  137. - Id: 13
  138. Name: Eclage Interior
  139. TimeLimit: 1200
  140. Enter:
  141. Map: 1@ecl
  142. X: 60
  143. Y: 50
  144. - Id: 14
  145. Name: Sara's Memories
  146. Enter:
  147. Map: 1@sara
  148. X: 250
  149. Y: 155
  150. - Id: 15
  151. Name: Geffen Magic Tournament
  152. TimeLimit: 7200
  153. Enter:
  154. Map: 1@gef
  155. X: 119
  156. Y: 209
  157. AdditionalMaps:
  158. 1@gef_in: true
  159. 1@ge_st: true
  160. - Id: 16
  161. Name: Horror Toy Factory
  162. Enter:
  163. Map: 1@xm_d
  164. X: 111
  165. Y: 22
  166. - Id: 17
  167. Name: Faceworm's Nest
  168. Enter:
  169. Map: 1@face
  170. X: 112
  171. Y: 370
  172. - Id: 18
  173. Name: Ghost Palace
  174. Enter:
  175. Map: 1@spa
  176. X: 42
  177. Y: 196
  178. - Id: 19
  179. Name: Devil's Tower
  180. Enter:
  181. Map: 1@tnm1
  182. X: 50
  183. Y: 104
  184. AdditionalMaps:
  185. 1@tnm2: true
  186. 1@tnm3: true
  187. - Id: 20
  188. Name: Assault on the Airship
  189. Enter:
  190. Map: 1@air1
  191. X: 244
  192. Y: 73
  193. AdditionalMaps:
  194. 1@air2: true
  195. - Id: 21
  196. Name: Fenrir and Sarah
  197. Enter:
  198. Map: 1@glast
  199. X: 367
  200. Y: 304
  201. - Id: 22
  202. Name: Wave Mode - Forest
  203. Enter:
  204. Map: 1@def01
  205. X: 50
  206. Y: 21
  207. - Id: 23
  208. Name: Wave Mode - Sky
  209. Enter:
  210. Map: 1@def02
  211. X: 29
  212. Y: 35
  213. - Id: 24
  214. Name: Nightmarish Jitterbug
  215. Enter:
  216. Map: 1@jtb
  217. X: 16
  218. Y: 17
  219. - Id: 25
  220. Name: Isle of Bios
  221. Enter:
  222. Map: 1@dth1
  223. X: 17
  224. Y: 93
  225. AdditionalMaps:
  226. 1@dth2: true
  227. 1@dth3: true
  228. - Id: 26
  229. Name: Morse's Cave
  230. Enter:
  231. Map: 1@rev
  232. X: 26
  233. Y: 181
  234. - Id: 27
  235. Name: Temple of the Demon God
  236. Enter:
  237. Map: 1@eom
  238. X: 101
  239. Y: 16
  240. - Id: 28
  241. Name: Central Laboratory
  242. Enter:
  243. Map: 1@lab
  244. X: 120
  245. Y: 30
  246. - Id: 29
  247. Name: Last room
  248. Enter:
  249. Map: 1@uns
  250. X: 145
  251. Y: 35
  252. - Id: 30
  253. Name: Charleston in Distress
  254. Enter:
  255. Map: 1@mcd
  256. X: 127
  257. Y: 282
  258. - Id: 31
  259. Name: Ritual of Blessing
  260. Enter:
  261. Map: 2@mir
  262. X: 101
  263. Y: 12
  264. - Id: 32
  265. Name: Room of Consciousness
  266. Enter:
  267. Map: 1@mir
  268. X: 101
  269. Y: 10
  270. - Id: 33
  271. Name: Sky Fortress Invasion
  272. Enter:
  273. Map: 1@sthb
  274. X: 54
  275. Y: 67
  276. AdditionalMaps:
  277. 1@sthc: true
  278. 1@sthd: true
  279. - Id: 34
  280. Name: Heart Hunter War Base 1
  281. Enter:
  282. Map: 1@swat
  283. X: 35
  284. Y: 65
  285. - Id: 35
  286. Name: Heart Hunter War Base 2
  287. Enter:
  288. Map: 1@swat
  289. X: 73
  290. Y: 118
  291. # There is officially only one (buggy) instance 'Werner Laboratory central room'
  292. - Id: 36
  293. Name: Werner Laboratory central room#1
  294. Enter:
  295. Map: 1@slw
  296. X: 187
  297. Y: 24
  298. - Id: 37
  299. Name: Werner Laboratory central room#2
  300. Enter:
  301. Map: 1@slw
  302. X: 187
  303. Y: 24
  304. - Id: 38
  305. Name: Infinite Space
  306. TimeLimit: 3600
  307. Enter:
  308. Map: 1@infi
  309. X: 30
  310. Y: 10