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