scripts_athena.conf 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. // --------------------------------------------------------------
  2. // - Core Scripts -
  3. // --------------------------------------------------------------
  4. // -------------------------- Airport ---------------------------
  5. npc: npc/airports/airships.txt
  6. npc: npc/airports/einbroch.txt
  7. npc: npc/airports/hugel.txt
  8. npc: npc/airports/izlude.txt
  9. npc: npc/airports/lighthalzen.txt
  10. npc: npc/airports/rachel.txt
  11. npc: npc/airports/yuno.txt
  12. // --------------------- Battle Grounds -------------------------
  13. // - Flavius ----------------------------------------------------
  14. npc: npc/battleground/flavius/flavius_enter.txt
  15. npc: npc/battleground/flavius/flavius01.txt
  16. npc: npc/battleground/flavius/flavius02.txt
  17. // - Kreiger Von Midgard ----------------------------------------
  18. npc: npc/battleground/kvm/kvm_enter.txt
  19. npc: npc/battleground/kvm/kvm_item_pay.txt
  20. npc: npc/battleground/kvm/kvm01.txt
  21. npc: npc/battleground/kvm/kvm02.txt
  22. npc: npc/battleground/kvm/kvm03.txt
  23. // - Tierra Gorge -----------------------------------------------
  24. npc: npc/battleground/tierra/tierra_enter.txt
  25. npc: npc/battleground/tierra/tierra01.txt
  26. npc: npc/battleground/tierra/tierra02.txt
  27. // --------------------------------------------------------------
  28. npc: npc/battleground/bg_common.txt
  29. // --------------------------- Cities ---------------------------
  30. npc: npc/cities/alberta.txt
  31. npc: npc/cities/aldebaran.txt
  32. npc: npc/cities/amatsu.txt
  33. npc: npc/cities/ayothaya.txt
  34. npc: npc/cities/brasilis.txt
  35. npc: npc/cities/comodo.txt
  36. npc: npc/cities/einbech.txt
  37. npc: npc/cities/einbroch.txt
  38. npc: npc/cities/geffen.txt
  39. npc: npc/cities/gonryun.txt
  40. npc: npc/cities/hugel.txt
  41. npc: npc/cities/izlude.txt
  42. npc: npc/cities/jawaii.txt
  43. npc: npc/cities/lighthalzen.txt
  44. npc: npc/cities/louyang.txt
  45. npc: npc/cities/lutie.txt
  46. npc: npc/cities/manuk.txt
  47. npc: npc/cities/morocc.txt
  48. npc: npc/cities/moscovia.txt
  49. npc: npc/cities/niflheim.txt
  50. npc: npc/cities/payon.txt
  51. npc: npc/cities/prontera.txt
  52. npc: npc/cities/rachel.txt
  53. npc: npc/cities/splendide.txt
  54. npc: npc/cities/umbala.txt
  55. npc: npc/cities/veins.txt
  56. npc: npc/cities/yuno.txt
  57. // --------------------------- Events ---------------------------
  58. // - Novice WoE -------------------------------------------------
  59. // Novice WoE is a kRO Event, after the event, the scripts were disabled.
  60. // Novice Castles don't have real dungeons. They're connected to the common ones.
  61. // So it's better not to uncomment this line.
  62. //npc: npc/events/nguild/nguild_dunsw.txt
  63. //npc: npc/events/nguild/nguild_treas.txt
  64. //npc: npc/events/nguild/nguild_guardians.txt
  65. //npc: npc/events/nguild/nguild_warper.txt
  66. //npc: npc/events/nguild/nguild_ev_agit.txt
  67. //npc: npc/events/nguild/nguild_flags.txt
  68. //npc: npc/events/nguild/nguild_managers.txt
  69. //npc: npc/events/nguild/nguild_kafras.txt
  70. // --------------------------------------------------------------
  71. //npc: npc/events/bossnia.txt
  72. // - Official indian Ro Event Children Week
  73. //npc: npc/events/children_week.txt
  74. // - Official Christmas Events (iRO)
  75. //npc: npc/events/christmas_2005.txt
  76. //npc: npc/events/christmas_2008.txt
  77. //npc: npc/events/christmas_2013.txt
  78. //npc: npc/events/dumplingfestival.txt
  79. // - Official Easter (2008) Event (iRO)
  80. //npc: npc/events/easter_2008.txt
  81. // - Official Easter (2010) Event
  82. //npc: npc/events/easter_2010.txt
  83. // - Official kRO, idRO Skill Reset Event
  84. //npc: npc/events/event_skill_reset.txt
  85. // - Events related to WoE SE Guild Dungeons.
  86. npc: npc/events/gdevent_aru.txt
  87. npc: npc/events/gdevent_sch.txt
  88. // - God Item SE post-creation Event
  89. npc: npc/events/god_se_festival.txt
  90. // - Official Halloween Events (iRO)
  91. //npc: npc/events/halloween_2006.txt
  92. //npc: npc/events/halloween_2008.txt
  93. //npc: npc/events/halloween_2009.txt
  94. //npc: npc/events/halloween_2013.txt
  95. // - Official idRO Idul Fitri Event
  96. //npc: npc/events/idul_fitri.txt
  97. // - Official Lunar New Year (2008) Event (iRO)
  98. //npc: npc/events/lunar_2008.txt
  99. // - Official RWC (2011) Golden Poring Event
  100. //npc: npc/events/RWC_2011.txt
  101. // - Official RWC (2012) Enchants Event
  102. //npc: npc/events/RWC_2012.txt
  103. // - Official Memorial Day (2009) Event (iRO)
  104. //npc: npc/events/MemorialDay_2008.txt
  105. // - Official St. Patrick's Day (2008) Event (iRO)
  106. //npc: npc/events/StPatrick_2008.txt
  107. //npc: npc/events/twintowers.txt
  108. //npc: npc/events/valentinesday.txt
  109. // - Official Valentine's Day Events (iRO)
  110. //npc: npc/events/valentinesday_2009.txt
  111. //npc: npc/events/valentinesday_2012.txt
  112. //npc: npc/events/whiteday.txt
  113. //npc: npc/events/xmas.txt
  114. // ------------------------ Instances ---------------------------
  115. npc: npc/instances/SealedShrine.txt
  116. npc: npc/instances/EndlessTower.txt
  117. npc: npc/instances/OrcsMemory.txt
  118. npc: npc/instances/NydhoggsNest.txt
  119. // ---------------- Kafras & Cool Event Corp. -------------------
  120. npc: npc/kafras/cool_event_corp.txt
  121. npc: npc/kafras/dts_warper.txt
  122. npc: npc/kafras/functions_kafras.txt
  123. npc: npc/kafras/kafras.txt
  124. // -------------------------- Merchant --------------------------
  125. npc: npc/merchants/advanced_refiner.txt
  126. npc: npc/merchants/alchemist.txt
  127. npc: npc/merchants/buying_shops.txt
  128. //npc: npc/merchants/clothes_dyer.txt
  129. npc: npc/merchants/coin_exchange.txt
  130. npc: npc/merchants/dye_maker.txt
  131. npc: npc/merchants/elemental_trader.txt
  132. npc: npc/merchants/enchan_arm.txt
  133. npc: npc/merchants/gemstone.txt
  134. npc: npc/merchants/hair_dyer.txt
  135. npc: npc/merchants/hair_style.txt
  136. //npc: npc/merchants/icecream.txt
  137. npc: npc/merchants/inn.txt
  138. npc: npc/merchants/kunai_maker.txt
  139. npc: npc/merchants/milk_trader.txt
  140. npc: npc/merchants/novice_exchange.txt
  141. npc: npc/merchants/old_pharmacist.txt
  142. npc: npc/merchants/quivers.txt
  143. npc: npc/merchants/refine.txt
  144. npc: npc/merchants/renters.txt
  145. npc: npc/merchants/shops.txt
  146. npc: npc/merchants/socket_enchant.txt
  147. npc: npc/merchants/socket_enchant2.txt
  148. npc: npc/merchants/wander_pet_food.txt
  149. // - Cash Shop
  150. // See file before enabling, as you may wish to change the
  151. // point value of items to suit your own needs.
  152. //npc: npc/merchants/cash_trader.txt
  153. npc: npc/merchants/cashheadgear_dye.txt
  154. // --------------------------- Others ---------------------------
  155. // - Izlude Battle Arena ----------------------------------------
  156. npc: npc/other/arena/arena_aco.txt
  157. npc: npc/other/arena/arena_lvl50.txt
  158. npc: npc/other/arena/arena_lvl60.txt
  159. npc: npc/other/arena/arena_lvl70.txt
  160. npc: npc/other/arena/arena_lvl80.txt
  161. npc: npc/other/arena/arena_party.txt
  162. npc: npc/other/arena/arena_point.txt
  163. npc: npc/other/arena/arena_room.txt
  164. // --------------------------------------------------------------
  165. //npc: npc/other/acolyte_warp.txt
  166. npc: npc/other/auction.txt
  167. npc: npc/other/books.txt
  168. npc: npc/other/bulletin_boards.txt
  169. //npc: npc/other/card_trader.txt
  170. npc: npc/other/comodo_gambling.txt
  171. npc: npc/other/divorce.txt
  172. npc: npc/other/fortune.txt
  173. npc: npc/other/gm_npcs.txt
  174. npc: npc/other/guildpvp.txt
  175. npc: npc/other/gympass.txt
  176. npc: npc/other/hugel_bingo.txt
  177. npc: npc/other/mail.txt
  178. npc: npc/other/marriage.txt
  179. npc: npc/other/mercenary_rent.txt
  180. npc: npc/other/monster_museum.txt
  181. // - Hugel Monster Races
  182. npc: npc/other/monster_race.txt
  183. //npc: npc/other/msg_boards.txt
  184. npc: npc/other/poring_war.txt
  185. npc: npc/other/powernpc.txt
  186. npc: npc/other/pvp.txt
  187. // - Turbo Track Arena
  188. npc: npc/other/turbo_track.txt
  189. // --------------------------- Quests ---------------------------
  190. // - Quests-Tutorials for basic classes (1st class quests) ------
  191. npc: npc/quests/first_class/tu_acolyte.txt
  192. npc: npc/quests/first_class/tu_archer.txt
  193. npc: npc/quests/first_class/tu_magician01.txt
  194. npc: npc/quests/first_class/tu_ma_th01.txt
  195. npc: npc/quests/first_class/tu_merchant.txt
  196. npc: npc/quests/first_class/tu_sword.txt
  197. npc: npc/quests/first_class/tu_thief01.txt
  198. // - Headgear Quests --------------------------------------------
  199. npc: npc/quests/newgears/2004_headgears.txt
  200. npc: npc/quests/newgears/2005_headgears.txt
  201. npc: npc/quests/newgears/2006_headgears.txt
  202. npc: npc/quests/newgears/2008_headgears.txt
  203. // - Falicious Okolnir ------------------------------------------
  204. // God Item Second Edition Quests
  205. npc: npc/quests/okolnir.txt
  206. // - The God Item Quest -----------------------------------------
  207. // - Controller file, allow GMs to change variables.
  208. npc: npc/quests/seals/god_global.txt
  209. npc: npc/quests/seals/brisingamen_seal.txt
  210. npc: npc/quests/seals/god_weapon_creation.txt
  211. npc: npc/quests/seals/megingard_seal.txt
  212. npc: npc/quests/seals/mjolnir_seal.txt
  213. npc: npc/quests/seals/sleipnir_seal.txt
  214. // - Seal status board.
  215. npc: npc/quests/seals/seal_status.txt
  216. // --------------------------------------------------------------
  217. // - Wandering Minstrel Quest
  218. npc: npc/quests/bard_quest.txt
  219. npc: npc/quests/bunnyband.txt
  220. npc: npc/quests/cooking_quest.txt
  221. npc: npc/quests/counteragent_mixture.txt
  222. //npc: npc/quests/dandelion_request.txt
  223. npc: npc/quests/doomed_swords.txt
  224. npc: npc/quests/doomed_swords_quest.txt
  225. npc: npc/quests/eye_of_hellion.txt
  226. // - Guild Relay Quests
  227. npc: npc/quests/guildrelay.txt
  228. npc: npc/quests/gunslinger_quests.txt
  229. npc: npc/quests/juice_maker.txt
  230. npc: npc/quests/kiel_hyre_quest.txt
  231. npc: npc/quests/lvl4_weapon_quest.txt
  232. npc: npc/quests/mage_solution.txt
  233. npc: npc/quests/monstertamers.txt
  234. npc: npc/quests/mrsmile.txt
  235. npc: npc/quests/ninja_quests.txt
  236. npc: npc/quests/obb_quest.txt
  237. npc: npc/quests/partyrelay.txt
  238. npc: npc/quests/quests_13_1.txt
  239. npc: npc/quests/quests_13_2.txt
  240. npc: npc/quests/quests_airship.txt
  241. npc: npc/quests/quests_alberta.txt
  242. npc: npc/quests/quests_aldebaran.txt
  243. npc: npc/quests/quests_amatsu.txt
  244. npc: npc/quests/quests_ayothaya.txt
  245. npc: npc/quests/quests_brasilis.txt
  246. npc: npc/quests/quests_comodo.txt
  247. npc: npc/quests/quests_ein.txt
  248. npc: npc/quests/quests_geffen.txt
  249. npc: npc/quests/quests_gonryun.txt
  250. npc: npc/quests/quests_hugel.txt
  251. npc: npc/quests/quests_izlude.txt
  252. npc: npc/quests/quests_juperos.txt
  253. npc: npc/quests/quests_lighthalzen.txt
  254. npc: npc/quests/quests_louyang.txt
  255. npc: npc/quests/quests_lutie.txt
  256. npc: npc/quests/quests_morocc.txt
  257. npc: npc/quests/quests_moscovia.txt
  258. npc: npc/quests/quests_nameless.txt
  259. npc: npc/quests/quests_niflheim.txt
  260. npc: npc/quests/quests_payon.txt
  261. npc: npc/quests/quests_prontera.txt
  262. npc: npc/quests/quests_rachel.txt
  263. npc: npc/quests/quests_umbala.txt
  264. npc: npc/quests/quests_veins.txt
  265. npc: npc/quests/quests_yuno.txt
  266. npc: npc/quests/thana_quest.txt
  267. // - The Sign Quest
  268. // Be sure that the time zone set corresponds with the server's.
  269. // For more info, read the comments in npc/quests/the_sign_quest.txt
  270. npc: npc/quests/the_sign_quest.txt