scripts_custom.conf 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. // --------------------------------------------------------------
  2. // - Custom Scripts -
  3. // --------------------------------------------------------------
  4. // All the custom scripts, remove the '//' to enable...
  5. // --------------------------------------------------------------
  6. // - Warning!! Acktung!! Awas!! gevaar!! peligro!! ÂûG�EûG�E -
  7. // --------------------------------------------------------------
  8. // - All scripts here should be used at your own risk. If you -
  9. // - have edited it yourself, we are not responsible for any -
  10. // - Damages or whatsoever. Do not report any bugs unless you -
  11. // - are sure they exist. Please provide evidence and proof. -
  12. // - eAthena developers are not responsible for any damages or -
  13. // - disruptions of service during the service of the server -
  14. // - caused by the included scripts or for any damages -
  15. // - resulting in the use of the scripts. -
  16. // - Thanks, -
  17. // - eAthena Dev Team -
  18. // --------------------------------------------------------------
  19. // ------------------------- My Scripts -------------------------
  20. //npc: npc/location/to/script.txt
  21. // Your scripts go here!!
  22. // --------------------------------------------------------------
  23. // ----------------------- Basic Scripts -----------------------
  24. // -- Adoption NPC [Fredzilla]
  25. npc: npc/custom/adoption.txt
  26. // -- Auctioneer - Use at own risk [Fredzilla]
  27. // Warning: It dupe items.
  28. //npc: npc/custom/Auctioneer.txt
  29. // -- Card Remover
  30. //npc: npc/custom/card_remover.txt
  31. // -- Write your name on your equipment/weapon (mini-quest)
  32. //npc: npc/custom/sign_your_items.txt
  33. // -- Banks
  34. //npc: npc/custom/banks/kafra_bank.txt
  35. //npc: npc/custom/banks/bank.txt
  36. // -- Reset NPC
  37. //npc: npc/custom/jobs/reset.txt
  38. // -- Job Changer
  39. //npc: npc/custom/jobs/jobmaster.txt
  40. // -- Healer(s)
  41. //npc: npc/custom/healers/heal.txt
  42. //npc: npc/custom/healers/heal_payment.txt
  43. // -- Black Jack
  44. //npc: npc/custom/blackjack.txt
  45. // -- Gefenia
  46. //npc: npc/custom/gefenia.txt
  47. // -- City and Dungeon Warper
  48. //npc: npc/custom/warper/warper.txt
  49. // -- Stylist
  50. //npc: npc/custom/dye.txt
  51. // -- Custom Penal Servitude (Jails Quest)
  52. //npc: npc/custom/penal_servitude.txt
  53. // -- Dev NPCs (NPCs named after devs...)
  54. //npc: npc/custom/devnpc.txt
  55. // -- Unofficial poetry
  56. //npc: npc/custom/poetry/ayothaya.txt
  57. // -- Platinum Skills
  58. //npc: npc/custom/platinum_skills.txt
  59. // -- Custom Shops
  60. //npc: npc/custom/2-2shop.txt
  61. // -- Free Falcon & Peco breeder, Free Carts
  62. //npc: npc/custom/breeder.txt
  63. // -- Unofficial Airplane Script
  64. //npc: npc/custom/airplane.txt
  65. // -- MVP Arena
  66. // ~ If you wish to use the mvp arena, please enable both scripts.
  67. //npc: npc/custom/MVP_arena/arena_mvp.txt
  68. //npc: npc/custom/MVP_arena/amvp_func.txt
  69. // -- WoE Time Setter - Lets you set War of Emperium time easily from inside the game [Fredzilla]
  70. //npc: npc/custom/WoE_Setter.txt
  71. //
  72. // Stock Market (Play on it, earn money, very flexible)
  73. //npc: npc/custom/stock_market.txt
  74. // Russian Roulette + Rock Scissors Paper (contains some OBB / OVB / OCA etc dangerous!!! prizes!)
  75. //npc: npc/custom/rpsroulette.txt
  76. // Hire your Ninjas Squad and assassinate some enemy
  77. //npc: npc/custom/shifty_assassin.txt
  78. // Train your Monsters to fight against other players' monsters
  79. //npc: npc/custom/mvm.txt
  80. // A simply Raceway mini-game
  81. //npc: npc/custom/morroc_raceway.txt
  82. // A nice lottery (very flexible)
  83. //npc: npc/custom/lottery.txt
  84. //
  85. // Wedding script (rewritten by Scotlex. )
  86. // Supports Same-sex marriages.
  87. //npc: npc/custom/marriage.txt
  88. // --------------------------------------------------------------
  89. // Lance's Scripts (coded before joining eA Dev team)
  90. // --------------------------------------------------------------
  91. //npc: npc/custom/Lance/FR_HallOfFame.c
  92. //npc: npc/custom/Lance/FR_WeatherController.c
  93. //npc: npc/custom/Lance/FR_MailSystem.c
  94. //npc: npc/sample/npc_dynamic_shop.txt
  95. //npc: npc/sample/monster_controller.cpp
  96. //npc: npc/custom/Lance/Sentry.cpp
  97. // --------------------------------------------------------------
  98. // --------------------------------------------------------------
  99. // ----------------------- Quests Scripts -----------------------
  100. // -- Treasure Hunters Guild Quests (40 Quests + Special Guild Shop)
  101. //npc: npc/custom/quests/thq/THQS_ChatingNPC.txt
  102. //npc: npc/custom/quests/thq/THQS_GuildNPC.txt
  103. //npc: npc/custom/quests/thq/THQS_QuestNPC.txt
  104. //npc: npc/custom/quests/thq/THQS_Quests.txt
  105. //npc: npc/custom/quests/thq/THQS_TTShop.txt
  106. // -- Godly Equipments Quests
  107. //npc: npc/custom/quests/valhallen.txt
  108. // -- Misc
  109. //npc: npc/custom/quests/magicalhatquest.txt
  110. //npc: npc/custom/quests/fashion.txt
  111. //npc: npc/custom/quests/elvenear.txt
  112. //npc: npc/custom/quests/ironcane.txt
  113. //npc: npc/custom/quests/sunglasses.txt
  114. //npc: npc/custom/quests/berzebub.txt
  115. // Bandit Beard headgear quest (very long and safe quest)
  116. //npc: npc/custom/quests/bandit_beard.txt
  117. // Dead Branch (and Bloody Branch) quest (safe to use)
  118. //npc: npc/custom/quests/dead_branch.txt
  119. // -- Removed Hats with official quests. Only 6 hats are left
  120. //npc: npc/custom/quests/event_6_new_hats.txt
  121. // (both Lord Kaho (GM Item), but different and quest.txt has Balmung (GM Item) too)
  122. // Warning! It might break your server balance.
  123. //npc: npc/custom/quests/kaho_balmung.txt
  124. //npc: npc/custom/quests/kahohorn.txt
  125. // -- ?? Event
  126. //npc: npc/custom/tougijou.txt
  127. //Nice Custom thanatos Tower Statues Quest
  128. //npc: npc/custom/quests/tha_statues.txt
  129. // -- A quest for Jewel Case for 99 Level Players of any 2nd Class
  130. //npc: npc/custom/quests/lvl99_quest.txt
  131. // Disable shops in the Prontera streets and open a special market place.
  132. //npc: npc/custom/market.txt
  133. // Quest for: Bird Nest,Lion Mask,Skeleton Manteau,Fashion Hip Sack,Sales Banner
  134. //npc: npc/custom/quests/may_hats.txt
  135. // Random change of Drop/Exp rates 1x ~ 1.5x every 6 hours on your server
  136. //npc: npc/custom/floating_rates.txt
  137. // Extracted custom quests from the official Umbalian Quests (better, don't use)
  138. //npc: npc/custom/quests/sphinx_mask.txt
  139. //npc: npc/custom/quests/umbalian_language.txt
  140. // Custom Kiel Mansion Dungeon Quest
  141. //npc: npc/custom/quests/kiel_quest.txt
  142. // Custom Bongun Accessory/Bongun taming item quest
  143. //npc: npc/custom/quests/bongunsword.txt
  144. //A custom event for 3 holidays: X-Mas, Karachun and New Year
  145. //Should be activated between 8 December and 8 January
  146. //npc: npc/events/custom/xmas_rings_event.txt
  147. //Grand Circlet Quest combined with Excalibur Quest
  148. //npc: npc/events/custom/kings_items.txt
  149. //Custom Halloween Event (gives )
  150. //npc: npc/events/custom/hallow06.txt
  151. //npc: npc/events/custom/uneasy_cemetery.txt
  152. //npc: npc/events/custom/draculax.txt
  153. //npc: npc/events/custom/2006_dogs_year.txt
  154. //npc: npc/events/custom/valentinesdayexp.txt
  155. //| Poring track files
  156. //npc: npc/events/custom/p_track/p_track_core.txt
  157. //npc: npc/events/custom/p_track/p_track_warpers.txt