castle_db.yml 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  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. # Guild Castles Database
  20. ###########################################################################
  21. #
  22. # Guild Castles Settings
  23. #
  24. ###########################################################################
  25. # - Id Unique ID of the castle.
  26. # Map Map name to be considered as the castle map.
  27. # Name Name of the castle (used by scripts and guardian name tags).
  28. # Npc NPC unique name to invoke ::OnGuildBreak on, when a occupied castle is abandoned during guild break.
  29. # Type The WoE type this castle belongs to. (Default: First_Edition)
  30. # ClientId Client side ID of the castle. (Default: 0)
  31. # WarpEnabled If the warp to the castle is enabled. (Default: false)
  32. # WarpX X coordinate to warp to. (Default: 0)
  33. # WarpY Y coordinate to warp to. (Default: 0)
  34. # WarpCost Zeny cost to use the warp. (Default: 100)
  35. # WarpCostSiege Zeny cost to use the warp during WoE. (Default: 100000)
  36. ###########################################################################
  37. Header:
  38. Type: CASTLE_DB
  39. Version: 2
  40. Body:
  41. # WOE FE castle
  42. - Id: 0
  43. Map: aldeg_cas01
  44. Name: Neuschwanstein
  45. #Name: Noisyubantian
  46. Npc: Agit#aldeg_cas01
  47. Type: First_Edition
  48. ClientId: 6
  49. WarpEnabled: true
  50. WarpX: 212
  51. WarpY: 175
  52. - Id: 1
  53. Map: aldeg_cas02
  54. Name: Hohenschwangau
  55. #Name: Hohensyubangawoo
  56. Npc: Agit#aldeg_cas02
  57. Type: First_Edition
  58. ClientId: 7
  59. WarpEnabled: true
  60. WarpX: 82
  61. WarpY: 71
  62. - Id: 2
  63. Map: aldeg_cas03
  64. Name: Nuernberg
  65. #Name: Nyirenverk
  66. Npc: Agit#aldeg_cas03
  67. Type: First_Edition
  68. ClientId: 8
  69. WarpEnabled: true
  70. WarpX: 109
  71. WarpY: 112
  72. - Id: 3
  73. Map: aldeg_cas04
  74. Name: Wuerzburg
  75. #Name: Byirtsburi
  76. Npc: Agit#aldeg_cas04
  77. Type: First_Edition
  78. ClientId: 9
  79. WarpEnabled: true
  80. WarpX: 60
  81. WarpY: 116
  82. - Id: 4
  83. Map: aldeg_cas05
  84. Name: Rothenburg
  85. #Name: Rotenburk
  86. Npc: Agit#aldeg_cas05
  87. Type: First_Edition
  88. ClientId: 10
  89. WarpEnabled: true
  90. WarpX: 61
  91. WarpY: 185
  92. - Id: 5
  93. Map: gefg_cas01
  94. Name: Repherion
  95. #Name: Reprion
  96. Npc: Agit#gefg_cas01
  97. Type: First_Edition
  98. ClientId: 11
  99. WarpEnabled: true
  100. WarpX: 40
  101. WarpY: 43
  102. - Id: 6
  103. Map: gefg_cas02
  104. Name: Eeyolbriggar
  105. #Name: Yolbriger
  106. Npc: Agit#gefg_cas02
  107. Type: First_Edition
  108. ClientId: 12
  109. WarpEnabled: true
  110. WarpX: 22
  111. WarpY: 66
  112. - Id: 7
  113. Map: gefg_cas03
  114. Name: Yesnelph
  115. #Name: Isinlife
  116. Npc: Agit#gefg_cas03
  117. Type: First_Edition
  118. ClientId: 13
  119. WarpEnabled: true
  120. WarpX: 112
  121. WarpY: 23
  122. - Id: 8
  123. Map: gefg_cas04
  124. Name: Bergel
  125. #Name: Berigel
  126. Npc: Agit#gefg_cas04
  127. Type: First_Edition
  128. ClientId: 14
  129. WarpEnabled: true
  130. WarpX: 58
  131. WarpY: 46
  132. - Id: 9
  133. Map: gefg_cas05
  134. Name: Mersetzdeitz
  135. #Name: Melsedetsu
  136. Npc: Agit#gefg_cas05
  137. Type: First_Edition
  138. ClientId: 15
  139. WarpEnabled: true
  140. WarpX: 66
  141. WarpY: 48
  142. - Id: 10
  143. Map: payg_cas01
  144. Name: Bright Arbor
  145. #Name: Mingting
  146. Npc: Agit#payg_cas01
  147. Type: First_Edition
  148. ClientId: 16
  149. WarpEnabled: true
  150. WarpX: 115
  151. WarpY: 57
  152. - Id: 11
  153. Map: payg_cas02
  154. Name: Scarlet Palace
  155. #Name: Tiantan
  156. Npc: Agit#payg_cas02
  157. Type: First_Edition
  158. ClientId: 17
  159. WarpEnabled: true
  160. WarpX: 26
  161. WarpY: 265
  162. - Id: 12
  163. Map: payg_cas03
  164. Name: Holy Shadow
  165. #Name: Fuying
  166. Npc: Agit#payg_cas03
  167. Type: First_Edition
  168. ClientId: 18
  169. WarpEnabled: true
  170. WarpX: 43
  171. WarpY: 264
  172. - Id: 13
  173. Map: payg_cas04
  174. Name: Sacred Altar
  175. #Name: Honglou
  176. Npc: Agit#payg_cas04
  177. Type: First_Edition
  178. ClientId: 19
  179. WarpEnabled: true
  180. WarpX: 36
  181. WarpY: 272
  182. - Id: 14
  183. Map: payg_cas05
  184. Name: Bamboo Grove Hill
  185. #Name: Zhulinxian
  186. Npc: Agit#payg_cas05
  187. Type: First_Edition
  188. ClientId: 20
  189. WarpEnabled: true
  190. WarpX: 274
  191. WarpY: 246
  192. - Id: 15
  193. Map: prtg_cas01
  194. Name: Kriemhild
  195. #Name: Creamhilt
  196. Npc: Agit#prtg_cas01
  197. Type: First_Edition
  198. ClientId: 1
  199. WarpEnabled: true
  200. WarpX: 107
  201. WarpY: 180
  202. - Id: 16
  203. Map: prtg_cas02
  204. Name: Swanhild
  205. #Name: Sbanhealt
  206. Npc: Agit#prtg_cas02
  207. Type: First_Edition
  208. ClientId: 2
  209. WarpEnabled: true
  210. WarpX: 94
  211. WarpY: 56
  212. - Id: 17
  213. Map: prtg_cas03
  214. Name: Fadhgridh
  215. #Name: Lazrigees
  216. Npc: Agit#prtg_cas03
  217. Type: First_Edition
  218. ClientId: 3
  219. WarpEnabled: true
  220. WarpX: 46
  221. WarpY: 97
  222. - Id: 18
  223. Map: prtg_cas04
  224. Name: Skoegul
  225. #Name: Squagul
  226. Npc: Agit#prtg_cas04
  227. Type: First_Edition
  228. ClientId: 4
  229. WarpEnabled: true
  230. WarpX: 260
  231. WarpY: 262
  232. - Id: 19
  233. Map: prtg_cas05
  234. Name: Gondul
  235. #Name: Guindull
  236. Npc: Agit#prtg_cas05
  237. Type: First_Edition
  238. ClientId: 5
  239. WarpEnabled: true
  240. WarpX: 26
  241. WarpY: 38
  242. # WOE NGuild castle
  243. - Id: 20
  244. Map: nguild_alde
  245. Name: Earth
  246. Npc: Agit_N01
  247. Type: First_Edition
  248. - Id: 21
  249. Map: nguild_gef
  250. Name: Air
  251. Npc: Agit_N02
  252. Type: First_Edition
  253. - Id: 22
  254. Map: nguild_pay
  255. Name: Water
  256. Npc: Agit_N03
  257. Type: First_Edition
  258. - Id: 23
  259. Map: nguild_prt
  260. Name: Fire
  261. Npc: Agit_N04
  262. Type: First_Edition
  263. # WOE SE castle
  264. - Id: 24
  265. Map: schg_cas01
  266. Name: Himinn
  267. Npc: Manager#schg_cas01
  268. Type: Second_Edition
  269. ClientId: 26
  270. WarpEnabled: true
  271. WarpX: 233
  272. WarpY: 300
  273. - Id: 25
  274. Map: schg_cas02
  275. Name: Andlangr
  276. Npc: Manager#schg_cas02
  277. Type: Second_Edition
  278. ClientId: 27
  279. WarpEnabled: true
  280. WarpX: 101
  281. WarpY: 372
  282. - Id: 26
  283. Map: schg_cas03
  284. Name: Viblainn
  285. Npc: Manager#schg_cas03
  286. Type: Second_Edition
  287. ClientId: 28
  288. WarpEnabled: true
  289. WarpX: 81
  290. WarpY: 94
  291. - Id: 27
  292. Map: schg_cas04
  293. Name: Hljod
  294. Npc: Manager#schg_cas04
  295. Type: Second_Edition
  296. ClientId: 29
  297. WarpEnabled: true
  298. WarpX: 233
  299. WarpY: 300
  300. - Id: 28
  301. Map: schg_cas05
  302. Name: Skidbladnir
  303. Npc: Manager#schg_cas05
  304. Type: Second_Edition
  305. ClientId: 30
  306. WarpEnabled: true
  307. WarpX: 233
  308. WarpY: 300
  309. - Id: 29
  310. Map: arug_cas01
  311. Name: Mardol
  312. Npc: Manager#arug_cas01
  313. Type: Second_Edition
  314. ClientId: 21
  315. WarpEnabled: true
  316. WarpX: 77
  317. WarpY: 371
  318. - Id: 30
  319. Map: arug_cas02
  320. Name: Cyr
  321. Npc: Manager#arug_cas02
  322. Type: Second_Edition
  323. ClientId: 22
  324. WarpEnabled: true
  325. WarpX: 301
  326. WarpY: 332
  327. - Id: 31
  328. Map: arug_cas03
  329. Name: Horn
  330. Npc: Manager#arug_cas03
  331. Type: Second_Edition
  332. ClientId: 23
  333. WarpEnabled: true
  334. WarpX: 322
  335. WarpY: 91
  336. - Id: 32
  337. Map: arug_cas04
  338. Name: Gefn
  339. Npc: Manager#arug_cas04
  340. Type: Second_Edition
  341. ClientId: 24
  342. WarpEnabled: true
  343. WarpX: 322
  344. WarpY: 91
  345. - Id: 33
  346. Map: arug_cas05
  347. Name: Bandis
  348. Npc: Manager#arug_cas05
  349. Type: Second_Edition
  350. ClientId: 25
  351. WarpEnabled: true
  352. WarpX: 322
  353. WarpY: 91
  354. # WOE TE castle
  355. - Id: 34
  356. Map: te_aldecas1
  357. Name: Kafragarten 1
  358. Npc: Manager_TE#Glaris
  359. Type: Third_Edition
  360. - Id: 35
  361. Map: te_aldecas2
  362. Name: Kafragarten 2
  363. Npc: Manager_TE#Defolty
  364. Type: Third_Edition
  365. - Id: 36
  366. Map: te_aldecas3
  367. Name: Kafragarten 3
  368. Npc: Manager_TE#Sorin
  369. Type: Third_Edition
  370. - Id: 37
  371. Map: te_aldecas4
  372. Name: Kafragarten 4
  373. Npc: Manager_TE#Bennit
  374. Type: Third_Edition
  375. - Id: 38
  376. Map: te_aldecas5
  377. Name: Kafragarten 5
  378. Npc: Manager_TE#W
  379. Type: Third_Edition
  380. - Id: 39
  381. Map: te_prtcas01
  382. Name: Gloria 1
  383. Npc: Manager_TE#Gaebolg
  384. Type: Third_Edition
  385. - Id: 40
  386. Map: te_prtcas02
  387. Name: Gloria 2
  388. Npc: Manager_TE#Richard
  389. Type: Third_Edition
  390. - Id: 41
  391. Map: te_prtcas03
  392. Name: Gloria 3
  393. Npc: Manager_TE#Wigner
  394. Type: Third_Edition
  395. - Id: 42
  396. Map: te_prtcas04
  397. Name: Gloria 4
  398. Npc: Manager_TE#Heine
  399. Type: Third_Edition
  400. - Id: 43
  401. Map: te_prtcas05
  402. Name: Gloria 5
  403. Npc: Manager_TE#Nerious
  404. Type: Third_Edition