mirror of
https://github.com/HerculesWS/Hercules
synced 2026-08-15 12:23:13 -04:00
145 lines
5.8 KiB
Text
145 lines
5.8 KiB
Text
//================= Hercules Configuration ================================
|
|
//= _ _ _
|
|
//= | | | | | |
|
|
//= | |_| | ___ _ __ ___ _ _| | ___ ___
|
|
//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
|
|
//= | | | | __/ | | (__| |_| | | __/\__ \
|
|
//= \_| |_/\___|_| \___|\__,_|_|\___||___/
|
|
//================= License ===============================================
|
|
//= This file is part of Hercules.
|
|
//= http://herc.ws - http://github.com/HerculesWS/Hercules
|
|
//=
|
|
//= Copyright (C) 2012-2026 Hercules Dev Team
|
|
//= Copyright (C) Athena Dev Teams
|
|
//=
|
|
//= Hercules is free software: you can redistribute it and/or modify
|
|
//= it under the terms of the GNU General Public License as published by
|
|
//= the Free Software Foundation, either version 3 of the License, or
|
|
//= (at your option) any later version.
|
|
//=
|
|
//= This program is distributed in the hope that it will be useful,
|
|
//= but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
//= GNU General Public License for more details.
|
|
//=
|
|
//= You should have received a copy of the GNU General Public License
|
|
//= along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
//=========================================================================
|
|
//= Custom Scripts
|
|
//=========================================================================
|
|
// Note: The scripts listed in this file are not maintained by the Hercules
|
|
// dev team and may be outdated or incompatible with the current
|
|
// version of the emulator, or cause security or stability issues.
|
|
//=========================================================================
|
|
|
|
// All the custom scripts, remove the '//' to enable...
|
|
// Place your scripts here!
|
|
|
|
//"npc/location/to/script.txt",
|
|
|
|
//================= Basic Scripts =========================================
|
|
//"npc/custom/itembind.txt",
|
|
//"npc/custom/warper.txt",
|
|
//"npc/custom/jobmaster.txt",
|
|
//"npc/custom/platinum_skills.txt",
|
|
//"npc/custom/healer.txt",
|
|
//"npc/custom/breeder.txt",
|
|
//"npc/custom/itemmall.txt",
|
|
//"npc/custom/stylist.txt",
|
|
//"npc/custom/resetnpc.txt",
|
|
//"npc/custom/card_remover.txt",
|
|
//"npc/custom/item_signer.txt",
|
|
//"npc/custom/woe_controller.txt",
|
|
//"npc/custom/bartershop.txt",
|
|
//"npc/custom/expandedbartershop.txt",
|
|
//"npc/custom/zeroui.txt",
|
|
//"npc/custom/dialogalign.txt",
|
|
//"npc/custom/dialogpossize.txt",
|
|
//"npc/custom/bgm.txt",
|
|
//"npc/custom/sound.txt",
|
|
//"npc/custom/specialpopup.txt",
|
|
|
|
//================= Other Scripts =========================================
|
|
// -- MVP Arena
|
|
//"npc/custom/etc/mvp_arena.txt",
|
|
// -- Penal Servitude (Jails Quest)
|
|
//"npc/custom/etc/penal_servitude.txt",
|
|
// -- Banks
|
|
//"npc/custom/etc/bank_kafra.txt",
|
|
//"npc/custom/etc/bank.txt",
|
|
// -- Lottery (very flexible)
|
|
//"npc/custom/etc/lottery.txt",
|
|
// -- Stock Market (Play on it, earn money, very flexible)
|
|
//"npc/custom/etc/stock_market.txt",
|
|
// -- Russian Roulette + Rock Scissors Paper (warning! contains OBB/OVB/OCA/etc. prizes!)
|
|
//"npc/custom/etc/rpsroulette.txt",
|
|
// -- Black Jack
|
|
//"npc/custom/etc/blackjack.txt",
|
|
// -- Hire ninja squads to assassinate an enemy!
|
|
//"npc/custom/etc/shifty_assassin.txt",
|
|
// -- Train your monsters to fight against other players' monsters
|
|
//"npc/custom/etc/monster_arena.txt",
|
|
// -- Raceway mini-game
|
|
//"npc/custom/etc/morroc_raceway.txt",
|
|
// -- Random change of Drop/Exp rates 1x ~ 1.5x every 6 hours on your server
|
|
//"npc/custom/etc/floating_rates.txt",
|
|
// -- Wedding script that supports same-sex marriages
|
|
//"npc/custom/etc/marriage.txt",
|
|
// -- Warper that works only after locations are unlocked
|
|
//"npc/custom/etc/quest_warper.txt",
|
|
|
|
//================= Quest Scripts =========================================
|
|
// -- Dynamic Quest Scripts
|
|
//"npc/custom/quests/hunting_missions.txt",
|
|
//"npc/custom/quests/quest_shop.txt",
|
|
//"npc/custom/quests/questboard.txt",
|
|
// -- Treasure Hunters Guild Quests (40 Quests + Special Guild Shop)
|
|
//"npc/custom/quests/thq/THQS_ChatingNPC.txt",
|
|
//"npc/custom/quests/thq/THQS_GuildNPC.txt",
|
|
//"npc/custom/quests/thq/THQS_QuestNPC.txt",
|
|
//"npc/custom/quests/thq/THQS_Quests.txt",
|
|
//"npc/custom/quests/thq/THQS_TTShop.txt",
|
|
// -- Equipment Quests
|
|
//"npc/custom/quests/elvenear.txt",
|
|
//"npc/custom/quests/sunglasses.txt",
|
|
//"npc/custom/quests/bandit_beard.txt",
|
|
//"npc/custom/quests/event_6_new_hats.txt",
|
|
//"npc/custom/quests/may_hats.txt",
|
|
//"npc/custom/quests/kings_items.txt",
|
|
// -- Misc Item Quests
|
|
//"npc/custom/quests/dead_branch.txt",
|
|
//"npc/custom/quests/berzebub.txt",
|
|
//"npc/custom/quests/jewel_case.txt",
|
|
// -- Godly Equipment Quests (be careful!)
|
|
//"npc/custom/quests/valhallen.txt",
|
|
//"npc/custom/quests/kaho_balmung.txt",
|
|
//"npc/custom/quests/kahohorn.txt",
|
|
|
|
//================= Event Scripts =========================================
|
|
// -- Daily Events
|
|
//"npc/custom/events/disguise.txt",
|
|
//"npc/custom/events/mushroom_event.txt",
|
|
//"npc/custom/events/cluckers.txt",
|
|
// -- Holiday Events
|
|
//"npc/custom/events/xmas_rings_event.txt",
|
|
//"npc/custom/events/valentinesdayexp.txt",
|
|
//"npc/custom/events/hallow06.txt",
|
|
//"npc/custom/events/uneasy_cemetery.txt",
|
|
|
|
//================= Unofficial Scripts ====================================
|
|
// -- Unofficial Airplane script
|
|
//"npc/custom/etc/airplane.txt",
|
|
// -- Thanatos Tower Statues Quest
|
|
//"npc/custom/quests/tha_statues.txt",
|
|
// -- Custom quests from official Umbalian Quests
|
|
//"npc/custom/quests/sphinx_mask.txt",
|
|
//"npc/custom/quests/umbalian_language.txt",
|
|
// -- Unofficial Battlegrounds
|
|
//"npc/custom/battleground/bg_common.txt",
|
|
//"npc/custom/battleground/bg_tierra_01.txt",
|
|
//"npc/custom/battleground/bg_tierra_02.txt",
|
|
//"npc/custom/battleground/bg_flavius_01.txt",
|
|
//"npc/custom/battleground/bg_flavius_02.txt",
|
|
//"npc/custom/battleground/bg_kvm01.txt",
|
|
//"npc/custom/battleground/bg_kvm02.txt",
|
|
//"npc/custom/battleground/bg_kvm03.txt",
|