scripts_custom.conf 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. // --------------------------------------------------------------
  2. // - Custom Scripts -
  3. // --------------------------------------------------------------
  4. // All the custom scripts, remove the '//' to enable...
  5. // Place your scripts here!
  6. //npc: npc/location/to/script.txt
  7. // ----------------------- Basic Scripts -----------------------
  8. //npc: npc/custom/warper.txt
  9. //npc: npc/custom/jobmaster.txt
  10. //npc: npc/custom/platinum_skills.txt
  11. //npc: npc/custom/healer.txt
  12. //npc: npc/custom/breeder.txt
  13. //npc: npc/custom/card_seller.txt
  14. //npc: npc/custom/itemmall.txt
  15. //npc: npc/custom/stylist.txt
  16. //npc: npc/custom/resetnpc.txt
  17. //npc: npc/custom/card_remover.txt
  18. //npc: npc/custom/item_signer.txt
  19. //npc: npc/custom/woe_controller.txt
  20. // ----------------------- Other Scripts -----------------------
  21. // -- Private MVP & Branch Room
  22. //npc: npc/custom/etc/mvp_room.txt
  23. // -- MVP Arena
  24. //npc: npc/custom/etc/mvp_arena.txt
  25. // -- Penal Servitude (Jails Quest)
  26. //npc: npc/custom/etc/penal_servitude.txt
  27. // -- Banks
  28. //npc: npc/custom/etc/bank_kafra.txt
  29. //npc: npc/custom/etc/bank.txt
  30. // -- Lottery (very flexible)
  31. //npc: npc/custom/etc/lottery.txt
  32. // -- Stock Market (Play on it, earn money, very flexible)
  33. //npc: npc/custom/etc/stock_market.txt
  34. // -- Russian Roulette + Rock Scissors Paper (warning! contains OBB/OVB/OCA/etc. prizes!)
  35. //npc: npc/custom/etc/rpsroulette.txt
  36. // -- Black Jack
  37. //npc: npc/custom/etc/blackjack.txt
  38. // -- Hire ninja squads to assassinate an enemy!
  39. //npc: npc/custom/etc/shifty_assassin.txt
  40. // -- Train your monsters to fight against other players' monsters
  41. //npc: npc/custom/etc/monster_arena.txt
  42. // -- Raceway mini-game
  43. //npc: npc/custom/etc/morroc_raceway.txt
  44. // -- Random change of Drop/Exp rates 1x ~ 1.5x every 6 hours on your server
  45. //npc: npc/custom/etc/floating_rates.txt
  46. // -- Wedding script that supports same-sex marriages
  47. //npc: npc/custom/etc/marriage.txt
  48. // -- Warper that works only after locations are unlocked
  49. //npc: npc/custom/etc/quest_warper.txt
  50. // -- Auto-Potion command
  51. //npc: npc/custom/etc/autopot.txt
  52. // ----------------------- Quest Scripts -----------------------
  53. // -- Dynamic Quest Scripts
  54. //npc: npc/custom/quests/hunting_missions.txt
  55. //npc: npc/custom/quests/quest_shop.txt
  56. //npc: npc/custom/quests/questboard.txt
  57. // -- Treasure Hunters Guild Quests (40 Quests + Special Guild Shop)
  58. //npc: npc/custom/quests/thq/THQS_ChattingNPC.txt
  59. //npc: npc/custom/quests/thq/THQS_GuildNPC.txt
  60. //npc: npc/custom/quests/thq/THQS_QuestNPC.txt
  61. //npc: npc/custom/quests/thq/THQS_Quests.txt
  62. //npc: npc/custom/quests/thq/THQS_TTShop.txt
  63. // -- Equipment Quests
  64. //npc: npc/custom/quests/elvenear.txt
  65. //npc: npc/custom/quests/sunglasses.txt
  66. //npc: npc/custom/quests/bandit_beard.txt
  67. //npc: npc/custom/quests/event_6_new_hats.txt
  68. //npc: npc/custom/quests/may_hats.txt
  69. //npc: npc/custom/quests/kings_items.txt
  70. // -- Misc Item Quests
  71. //npc: npc/custom/quests/dead_branch.txt
  72. //npc: npc/custom/quests/berzebub.txt
  73. //npc: npc/custom/quests/jewel_case.txt
  74. // -- Godly Equipment Quests (be careful!)
  75. //npc: npc/custom/quests/valhallen.txt
  76. //npc: npc/custom/quests/kaho_balmung.txt
  77. //npc: npc/custom/quests/kahohorn.txt
  78. // ----------------------- Event Scripts -----------------------
  79. // -- Mini-Game Events
  80. //npc: npc/custom/events/cluckers.txt
  81. //npc: npc/custom/events/devil_square.txt
  82. //npc: npc/custom/events/disguise.txt
  83. //npc: npc/custom/events/mushroom_event.txt
  84. //npc: npc/custom/events/mvp_ladder.txt
  85. // -- Holiday Events
  86. //npc: npc/custom/events/holiday/xmas_rings_event.txt
  87. //npc: npc/custom/events/holiday/valentinesdayexp.txt
  88. //npc: npc/custom/events/holiday/hallow06.txt
  89. //npc: npc/custom/events/holiday/uneasy_cemetery.txt
  90. // -------------------- Battleround Scripts --------------------
  91. // -- Custom Battleground Scripts
  92. //npc: npc/custom/battleground/bg_emp.txt
  93. //npc: npc/custom/battleground/bg_pvp.txt
  94. // -- Unofficial Battlegrounds (custom version of official scripts)
  95. //npc: npc/custom/battleground/unofficial/bg_common.txt
  96. //npc: npc/custom/battleground/unofficial/bg_tierra_01.txt
  97. //npc: npc/custom/battleground/unofficial/bg_tierra_02.txt
  98. //npc: npc/custom/battleground/unofficial/bg_flavius_01.txt
  99. //npc: npc/custom/battleground/unofficial/bg_flavius_02.txt
  100. //npc: npc/custom/battleground/unofficial/bg_kvm01.txt
  101. //npc: npc/custom/battleground/unofficial/bg_kvm02.txt
  102. //npc: npc/custom/battleground/unofficial/bg_kvm03.txt
  103. // --------------------- Unofficial Scripts --------------------
  104. // -- Unofficial Airplane script
  105. //npc: npc/custom/etc/airplane.txt
  106. // -- Thanatos Tower Statues Quest
  107. //npc: npc/custom/quests/tha_statues.txt
  108. // -- Custom quests from official Umbalian Quests
  109. //npc: npc/custom/quests/sphinx_mask.txt
  110. //npc: npc/custom/quests/umbalian_language.txt