instance_db.yml 6.1 KB

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