diff options
-rw-r--r-- | npc/pre-re/scripts.conf | 46 | ||||
-rw-r--r-- | npc/pre-re/scripts_jobs.conf | 36 | ||||
-rw-r--r-- | npc/pre-re/scripts_main.conf | 47 | ||||
-rw-r--r-- | npc/pre-re/scripts_monsters.conf | 37 | ||||
-rw-r--r-- | npc/pre-re/scripts_warps.conf | 38 | ||||
-rw-r--r-- | npc/re/scripts.conf | 50 | ||||
-rw-r--r-- | npc/re/scripts_jobs.conf | 34 | ||||
-rw-r--r-- | npc/re/scripts_main.conf | 47 | ||||
-rw-r--r-- | npc/re/scripts_monsters.conf | 37 | ||||
-rw-r--r-- | npc/re/scripts_warps.conf | 40 | ||||
-rw-r--r-- | npc/re/scripts_woe.conf | 34 | ||||
-rw-r--r-- | npc/scripts.conf | 56 | ||||
-rw-r--r-- | npc/scripts_custom.conf | 51 | ||||
-rw-r--r-- | npc/scripts_dev.conf | 38 | ||||
-rw-r--r-- | npc/scripts_jobs.conf | 36 | ||||
-rw-r--r-- | npc/scripts_mapflags.conf | 33 | ||||
-rw-r--r-- | npc/scripts_monsters.conf | 33 | ||||
-rw-r--r-- | npc/scripts_warps.conf | 40 | ||||
-rw-r--r-- | npc/scripts_woe.conf | 36 |
19 files changed, 634 insertions, 135 deletions
diff --git a/npc/pre-re/scripts.conf b/npc/pre-re/scripts.conf index 1a6c0cd49..ad6407503 100644 --- a/npc/pre-re/scripts.conf +++ b/npc/pre-re/scripts.conf @@ -1,17 +1,43 @@ -// -------------------------------------------------------------- -// - Pre-Renewal Core Scripts - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Pre-Renewal Core Scripts +//========================================================================= -// -------------------------- Airport --------------------------- +//================= Airport =============================================== npc: npc/pre-re/airports/izlude.txt -// --------------------------- Cities --------------------------- +//================= Cities ================================================ npc: npc/pre-re/cities/alberta.txt npc: npc/pre-re/cities/izlude.txt npc: npc/pre-re/cities/jawaii.txt npc: npc/pre-re/cities/yuno.txt -// --------------------------- Guides --------------------------- +//================= Guides ================================================ npc: npc/pre-re/guides/guides_alberta.txt npc: npc/pre-re/guides/guides_aldebaran.txt npc: npc/pre-re/guides/guides_amatsu.txt @@ -34,15 +60,15 @@ npc: npc/pre-re/guides/guides_rachel.txt npc: npc/pre-re/guides/guides_umbala.txt npc: npc/pre-re/guides/guides_veins.txt -// ---------------- Kafras & Cool Event Corp. ------------------- +//================= Kafras & Cool Event Corp. ============================= npc: npc/pre-re/kafras/kafras.txt -// -------------------------- Merchant -------------------------- +//================= Merchants ============================================= npc: npc/pre-re/merchants/ammo_boxes.txt npc: npc/pre-re/merchants/ammo_dealer.txt npc: npc/pre-re/merchants/shops.txt -// --------------------------- Others --------------------------- +//================= Others ================================================ npc: npc/pre-re/other/bulletin_boards.txt npc: npc/pre-re/other/mercenary_rent.txt npc: npc/pre-re/other/pvp.txt @@ -50,7 +76,7 @@ npc: npc/pre-re/other/msg_boards.txt npc: npc/pre-re/other/resetskill.txt npc: npc/pre-re/other/turbo_track.txt -// --------------------------- Quests --------------------------- +//================= Quests ================================================ // - Repeatable EXP Quests (iRO) -------------------------------- //npc: npc/pre-re/quests/collection/quest_alligator.txt //npc: npc/pre-re/quests/collection/quest_caramel.txt diff --git a/npc/pre-re/scripts_jobs.conf b/npc/pre-re/scripts_jobs.conf index 491fba8dd..bf0f46c28 100644 --- a/npc/pre-re/scripts_jobs.conf +++ b/npc/pre-re/scripts_jobs.conf @@ -1,8 +1,34 @@ -// -------------------------------------------------------------- -// - Pre-Renewal Job Scripts - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Pre-Renewal Job Scripts +//========================================================================= -// ------------------------- Job Quests ------------------------- +//================= Job Quests ============================================ // - 1-1 npc: npc/pre-re/jobs/1-1/acolyte.txt npc: npc/pre-re/jobs/1-1/archer.txt @@ -13,6 +39,6 @@ npc: npc/pre-re/jobs/1-1/thief.txt // - Novice npc: npc/pre-re/jobs/novice/novice.txt -// ------------------------ Skill Quests ------------------------ +//================= Skill Quests ========================================== // - Novice npc: npc/pre-re/quests/skills/novice_skills.txt diff --git a/npc/pre-re/scripts_main.conf b/npc/pre-re/scripts_main.conf index 737099ec8..356aa7c12 100644 --- a/npc/pre-re/scripts_main.conf +++ b/npc/pre-re/scripts_main.conf @@ -1,6 +1,32 @@ -// -------------------------------------------------------------- -// - Hercules Pre-Renewal Primary Scripts File - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Hercules Pre-Renewal Primary Scripts File +//========================================================================= // The idea of this new system is to make scripts more organized // since the old system was rather messy with all the NPCs in one // file. Now scripts are organized in to files arraged by type. @@ -14,18 +40,17 @@ // Note: "Comments" are all text on the right side of a double slash "//" // Whatever text is commented will not be parsed by the servers, and serves // only as information/reference. -// -// -------------------------------------------------------------- +//========================================================================= -// ------------------ Global Scripts Functions ------------------ +//================= Global Scripts Functions ============================== // Utilitarian functions used by many scripts. npc: npc/other/Global_Functions.txt -// -------------------- Cash Shop Functions --------------------- +//================= Cash Shop Functions =================================== // Used by cash shop items in the Item Database. npc: npc/other/CashShop_Functions.txt -// ------------------- Common Script Files ---------------------- +//================= Common Script Files =================================== import: npc/scripts.conf import: npc/scripts_woe.conf import: npc/scripts_jobs.conf @@ -33,15 +58,15 @@ import: npc/scripts_mapflags.conf import: npc/scripts_monsters.conf import: npc/scripts_warps.conf -// ----------------- Pre-Renewal Script Files ------------------- +//================= Pre-Renewal Script Files ============================== import: npc/pre-re/scripts.conf import: npc/pre-re/scripts_jobs.conf import: npc/pre-re/scripts_monsters.conf import: npc/pre-re/scripts_warps.conf -// ----------- Development / Testing Script Files --------------- +//================= Development / Testing Script Files ==================== import: npc/scripts_dev.conf -// ------------------- Custom Script Files ---------------------- +//================= Custom Script Files =================================== // - Your NPCs go in this file! import: npc/scripts_custom.conf diff --git a/npc/pre-re/scripts_monsters.conf b/npc/pre-re/scripts_monsters.conf index 77baac554..8d726e8bc 100644 --- a/npc/pre-re/scripts_monsters.conf +++ b/npc/pre-re/scripts_monsters.conf @@ -1,10 +1,37 @@ -// -------------------------------------------------------------- -// - Pre-Renewal Monster Scripts - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Pre-Renewal Monster Scripts +//========================================================================= +//================= Misc Spawns =========================================== npc: npc/pre-re/mobs/citycleaners.txt -// -------------------------- Dungeons -------------------------- +//================= Dungeons ============================================== npc: npc/pre-re/mobs/dungeons/abbey.txt npc: npc/pre-re/mobs/dungeons/abyss.txt npc: npc/pre-re/mobs/dungeons/alde_dun.txt @@ -46,7 +73,7 @@ npc: npc/pre-re/mobs/dungeons/um_dun.txt npc: npc/pre-re/mobs/dungeons/xmas_dun.txt npc: npc/pre-re/mobs/dungeons/yggdrasil.txt -// --------------------------- Fields --------------------------- +//================= Fields ================================================ npc: npc/pre-re/mobs/fields/amatsu.txt npc: npc/pre-re/mobs/fields/ayothaya.txt npc: npc/pre-re/mobs/fields/comodo.txt diff --git a/npc/pre-re/scripts_warps.conf b/npc/pre-re/scripts_warps.conf index 50e87d0d9..472a0e6da 100644 --- a/npc/pre-re/scripts_warps.conf +++ b/npc/pre-re/scripts_warps.conf @@ -1,13 +1,39 @@ -// -------------------------------------------------------------- -// - Pre-Renewal Warp Scripts - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Pre-Renewal Warp Scripts +//========================================================================= -// --------------------------- Cities --------------------------- +//================= Cities ================================================ npc: npc/pre-re/warps/cities/izlude.txt npc: npc/pre-re/warps/cities/rachel.txt npc: npc/pre-re/warps/cities/yggdrasil.txt -// --------------------------- Fields --------------------------- +//================= Fields ================================================ npc: npc/pre-re/warps/fields/com_fild.txt npc: npc/pre-re/warps/fields/geffen_fild.txt npc: npc/pre-re/warps/fields/hugel_fild.txt @@ -18,6 +44,6 @@ npc: npc/pre-re/warps/fields/rachel_fild.txt npc: npc/pre-re/warps/fields/veins_fild.txt npc: npc/pre-re/warps/fields/yuno_fild.txt -// --------------------------- Others --------------------------- +//================= Others ================================================ npc: npc/pre-re/warps/other/arena.txt npc: npc/pre-re/warps/other/sign.txt diff --git a/npc/re/scripts.conf b/npc/re/scripts.conf index c4f7c23f4..706c4bb85 100644 --- a/npc/re/scripts.conf +++ b/npc/re/scripts.conf @@ -1,11 +1,37 @@ -// -------------------------------------------------------------- -// - Renewal Core Scripts - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Renewal Core Scripts +//========================================================================= -// -------------------------- Airport --------------------------- +//================= Airport =============================================== npc: npc/re/airports/izlude.txt -// --------------------------- Cities --------------------------- +//================= Cities ================================================ npc: npc/re/cities/alberta.txt npc: npc/re/cities/brasilis.txt npc: npc/re/cities/dewata.txt @@ -18,12 +44,12 @@ npc: npc/re/cities/malaya.txt npc: npc/re/cities/mora.txt npc: npc/re/cities/yuno.txt -// --------------------------- Events --------------------------- +//================= Events ================================================ //npc: npc/re/events/halloween_2013.txt //npc: npc/re/events/halloween_2014.txt //npc: npc/re/events/christmas_2013.txt -// --------------------------- Guides --------------------------- +//================= Guides ================================================ npc: npc/re/guides/navigation.txt npc: npc/re/guides/guides_alberta.txt npc: npc/re/guides/guides_aldebaran.txt @@ -54,7 +80,7 @@ npc: npc/re/guides/guides_rachel.txt npc: npc/re/guides/guides_umbala.txt npc: npc/re/guides/guides_veins.txt -// ------------------------ Instances --------------------------- +//================= Instances ============================================= npc: npc/re/instances/BakonawaLake.txt npc: npc/re/instances/BangungotHospital.txt npc: npc/re/instances/BuwayaCave.txt @@ -65,10 +91,10 @@ npc: npc/re/instances/OldGlastHeim.txt npc: npc/re/instances/WolfchevLaboratory.txt npc: npc/re/instances/EclageInterior.txt -// ---------------- Kafras & Cool Event Corp. ------------------- +//================= Kafras & Cool Event Corp. ============================= npc: npc/re/kafras/kafras.txt -// -------------------------- Merchant -------------------------- +//================= Merchants ============================================= npc: npc/re/merchants/3rd_trader.txt npc: npc/re/merchants/advanced_refiner.txt npc: npc/re/merchants/alchemist.txt @@ -94,7 +120,7 @@ npc: npc/re/merchants/shops.txt npc: npc/re/merchants/ninja_craftsman.txt npc: npc/re/merchants/shadow_refiner.txt -// --------------------------- Others --------------------------- +//================= Others ================================================ npc: npc/re/other/bulletin_boards.txt npc: npc/re/other/mail.txt npc: npc/re/other/mercenary_rent.txt @@ -103,7 +129,7 @@ npc: npc/re/other/resetskill.txt npc: npc/re/other/stone_change.txt npc: npc/re/other/turbo_track.txt -// --------------------------- Quests --------------------------- +//================= Quests ================================================ // - Eden Group ------------------------------------------------- npc: npc/re/quests/eden/11-25.txt npc: npc/re/quests/eden/26-40.txt diff --git a/npc/re/scripts_jobs.conf b/npc/re/scripts_jobs.conf index 1defcdc54..7a2db4447 100644 --- a/npc/re/scripts_jobs.conf +++ b/npc/re/scripts_jobs.conf @@ -1,8 +1,34 @@ -// -------------------------------------------------------------- -// - Renewal Job Scripts - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Renewal Job Scripts +//========================================================================= -// ------------------------- Job Quests ------------------------- +//================= Job Quests ============================================ // - 1-1 npc: npc/re/jobs/1-1/acolyte.txt npc: npc/re/jobs/1-1/archer.txt diff --git a/npc/re/scripts_main.conf b/npc/re/scripts_main.conf index 3e0bceecc..1fa54f723 100644 --- a/npc/re/scripts_main.conf +++ b/npc/re/scripts_main.conf @@ -1,6 +1,32 @@ -// -------------------------------------------------------------- -// - Hercules Renewal Primary Scripts File - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Hercules Renewal Primary Scripts File +//========================================================================= // The idea of this new system is to make scripts more organized // since the old system was rather messy with all the NPCs in one // file. Now scripts are organized in to files arraged by type. @@ -14,18 +40,17 @@ // Note: "Comments" are all text on the right side of a double slash "//" // Whatever text is commented will not be parsed by the servers, and serves // only as information/reference. -// -// -------------------------------------------------------------- +//========================================================================= -// ------------------ Global Scripts Functions ------------------ +//================= Global Scripts Functions ============================== // Utilitarian functions used by many scripts. npc: npc/other/Global_Functions.txt -// -------------------- Cash Shop Functions --------------------- +//================= Cash Shop Functions =================================== // Used by cash shop items in the Item Database. npc: npc/other/CashShop_Functions.txt -// ------------------- Common Script Files ---------------------- +//================= Common Script Files =================================== import: npc/scripts.conf import: npc/scripts_woe.conf import: npc/scripts_jobs.conf @@ -33,16 +58,16 @@ import: npc/scripts_mapflags.conf import: npc/scripts_monsters.conf import: npc/scripts_warps.conf -// ------------------- Renewal Script Files --------------------- +//================= Renewal Script Files ================================== import: npc/re/scripts.conf import: npc/re/scripts_woe.conf import: npc/re/scripts_jobs.conf import: npc/re/scripts_monsters.conf import: npc/re/scripts_warps.conf -// ----------- Development / Testing Script Files --------------- +//================= Development / Testing Script Files ==================== import: npc/scripts_dev.conf -// ------------------- Custom Script Files ---------------------- +//================= Custom Script Files =================================== // - Your NPCs go in this file! import: npc/scripts_custom.conf diff --git a/npc/re/scripts_monsters.conf b/npc/re/scripts_monsters.conf index a05f50427..cb8e25de6 100644 --- a/npc/re/scripts_monsters.conf +++ b/npc/re/scripts_monsters.conf @@ -1,12 +1,39 @@ -// -------------------------------------------------------------- -// - Renewal Monster Scripts - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Renewal Monster Scripts +//========================================================================= +//================= Misc Spawns =========================================== npc: npc/re/mobs/citycleaners.txt npc: npc/re/mobs/towns.txt npc: npc/re/mobs/champion.txt -// -------------------------- Dungeons -------------------------- +//================= Dungeons ============================================== npc: npc/re/mobs/dungeons/abbey.txt npc: npc/re/mobs/dungeons/abyss.txt npc: npc/re/mobs/dungeons/alde_dun.txt @@ -53,7 +80,7 @@ npc: npc/re/mobs/dungeons/tur_dun.txt npc: npc/re/mobs/dungeons/xmas_dun.txt npc: npc/re/mobs/dungeons/yggdrasil.txt -// --------------------------- Fields --------------------------- +//================= Fields ================================================ npc: npc/re/mobs/fields/amatsu.txt npc: npc/re/mobs/fields/ayothaya.txt npc: npc/re/mobs/fields/bifrost.txt diff --git a/npc/re/scripts_warps.conf b/npc/re/scripts_warps.conf index 801aac5b4..a67432479 100644 --- a/npc/re/scripts_warps.conf +++ b/npc/re/scripts_warps.conf @@ -1,8 +1,34 @@ -// -------------------------------------------------------------- -// - Renewal Warp Scripts - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Renewal Warp Scripts +//========================================================================= -// --------------------------- Cities --------------------------- +//================= Cities ================================================ npc: npc/re/warps/cities/brasilis.txt npc: npc/re/warps/cities/dewata.txt npc: npc/re/warps/cities/dicastes.txt @@ -13,14 +39,14 @@ npc: npc/re/warps/cities/malaya.txt npc: npc/re/warps/cities/rachel.txt npc: npc/re/warps/cities/yggdrasil.txt -// -------------------------- Dungeons -------------------------- +//================= Dungeons ============================================== npc: npc/re/warps/dungeons/bra_dun.txt npc: npc/re/warps/dungeons/dic_dun.txt npc: npc/re/warps/dungeons/ecl_dun.txt npc: npc/re/warps/dungeons/iz_dun.txt npc: npc/re/warps/dungeons/moc_pryd.txt -// --------------------------- Fields --------------------------- +//================= Fields ================================================ npc: npc/re/warps/fields/bif_fild.txt npc: npc/re/warps/fields/bra_fild.txt npc: npc/re/warps/fields/com_fild.txt @@ -34,7 +60,7 @@ npc: npc/re/warps/fields/rachel_fild.txt npc: npc/re/warps/fields/veins_fild.txt npc: npc/re/warps/fields/yuno_fild.txt -// --------------------------- Others --------------------------- +//================= Others ================================================ npc: npc/re/warps/other/arena.txt npc: npc/re/warps/other/jobquests.txt npc: npc/re/warps/other/paradise.txt diff --git a/npc/re/scripts_woe.conf b/npc/re/scripts_woe.conf index c3a2ecccf..9677c55b7 100644 --- a/npc/re/scripts_woe.conf +++ b/npc/re/scripts_woe.conf @@ -1,8 +1,34 @@ -// -------------------------------------------------------------- -// - Renewal Guild Wars - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Renewal Guild War Scripts +//========================================================================= -// ----------------------- War of Emperium ---------------------- +//================= War of Emperium ======================================= // - Hall of Abyss npc: npc/re/woe-fe/invest_main.txt npc: npc/re/woe-fe/invest_npc.txt diff --git a/npc/scripts.conf b/npc/scripts.conf index fd16b357b..4fa9818f7 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -1,13 +1,37 @@ -// -------------------------------------------------------------- -// - Message of the Day - -// -------------------------------------------------------------- -npc: npc/MOTD.txt +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Common Core Scripts +//========================================================================= -// -------------------------------------------------------------- -// - Core Scripts - -// -------------------------------------------------------------- +//================= Message of the Day ==================================== +npc: npc/MOTD.txt -// -------------------------- Airport --------------------------- +//================= Airport =============================================== npc: npc/airports/airships.txt npc: npc/airports/einbroch.txt npc: npc/airports/hugel.txt @@ -16,7 +40,7 @@ npc: npc/airports/lighthalzen.txt npc: npc/airports/rachel.txt npc: npc/airports/yuno.txt -// --------------------- Battle Grounds ------------------------- +//================= Battlegrounds ========================================= // - Flavius ---------------------------------------------------- npc: npc/battleground/flavius/flavius_enter.txt npc: npc/battleground/flavius/flavius01.txt @@ -34,7 +58,7 @@ npc: npc/battleground/tierra/tierra02.txt // -------------------------------------------------------------- npc: npc/battleground/bg_common.txt -// --------------------------- Cities --------------------------- +//================= Cities ================================================ npc: npc/cities/alberta.txt npc: npc/cities/aldebaran.txt npc: npc/cities/amatsu.txt @@ -62,7 +86,7 @@ npc: npc/cities/umbala.txt npc: npc/cities/veins.txt npc: npc/cities/yuno.txt -// --------------------------- Events --------------------------- +//================= Events ================================================ // - Novice WoE ------------------------------------------------- // Novice WoE is a kRO Event, after the event, the scripts were disabled. // Novice Castles don't have real dungeons. They're connected to the common ones. @@ -118,19 +142,19 @@ npc: npc/events/god_se_festival.txt //npc: npc/events/whiteday.txt //npc: npc/events/xmas.txt -// ------------------------ Instances --------------------------- +//================= Instances ============================================= npc: npc/instances/SealedShrine.txt npc: npc/instances/EndlessTower.txt npc: npc/instances/OrcsMemory.txt npc: npc/instances/NydhoggsNest.txt -// ---------------- Kafras & Cool Event Corp. ------------------- +//================= Kafras & Cool Event Corp. ============================= npc: npc/kafras/cool_event_corp.txt npc: npc/kafras/dts_warper.txt npc: npc/kafras/functions_kafras.txt npc: npc/kafras/kafras.txt -// -------------------------- Merchant -------------------------- +//================= Merchants ============================================= npc: npc/merchants/advanced_refiner.txt npc: npc/merchants/alchemist.txt npc: npc/merchants/ammo_boxes.txt @@ -165,7 +189,7 @@ npc: npc/merchants/wander_pet_food.txt //npc: npc/merchants/cash_trader.txt npc: npc/merchants/cashheadgear_dye.txt -// --------------------------- Others --------------------------- +//================= Others ================================================ // - Izlude Battle Arena ---------------------------------------- npc: npc/other/arena/arena_aco.txt npc: npc/other/arena/arena_lvl50.txt @@ -202,7 +226,7 @@ npc: npc/other/pvp.txt npc: npc/other/turbo_track.txt npc: npc/other/item_merge.txt -// --------------------------- Quests --------------------------- +//================= Quests ================================================ // - Quests-Tutorials for basic classes (1st class quests) ------ npc: npc/quests/first_class/tu_acolyte.txt npc: npc/quests/first_class/tu_archer.txt diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index 3ed22d749..940405beb 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -1,12 +1,43 @@ -// -------------------------------------------------------------- -// - Custom Scripts - -// -------------------------------------------------------------- -// All the custom scripts, remove the '//' to enable... -// Place your scripts here! +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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: npc/location/to/script.txt -// ----------------------- Basic Scripts ----------------------- +//================= Basic Scripts ========================================= //npc: npc/custom/itembind.txt //npc: npc/custom/warper.txt //npc: npc/custom/jobmaster.txt @@ -20,7 +51,7 @@ //npc: npc/custom/item_signer.txt //npc: npc/custom/woe_controller.txt -// ----------------------- Other Scripts ----------------------- +//================= Other Scripts ========================================= // -- MVP Arena //npc: npc/custom/etc/mvp_arena.txt // -- Penal Servitude (Jails Quest) @@ -49,7 +80,7 @@ // -- Warper that works only after locations are unlocked //npc: npc/custom/etc/quest_warper.txt -// ----------------------- Quest Scripts ----------------------- +//================= Quest Scripts ========================================= // -- Dynamic Quest Scripts //npc: npc/custom/quests/hunting_missions.txt //npc: npc/custom/quests/quest_shop.txt @@ -76,7 +107,7 @@ //npc: npc/custom/quests/kaho_balmung.txt //npc: npc/custom/quests/kahohorn.txt -// ----------------------- Event Scripts ----------------------- +//================= Event Scripts ========================================= // -- Daily Events //npc: npc/custom/events/disguise.txt //npc: npc/custom/events/mushroom_event.txt @@ -87,7 +118,7 @@ //npc: npc/custom/events/hallow06.txt //npc: npc/custom/events/uneasy_cemetery.txt -// ----------------------- Unofficial Scripts ----------------------- +//================= Unofficial Scripts ==================================== // -- Unofficial Airplane script //npc: npc/custom/etc/airplane.txt // -- Thanatos Tower Statues Quest diff --git a/npc/scripts_dev.conf b/npc/scripts_dev.conf index ee9bcfc26..2d282de6e 100644 --- a/npc/scripts_dev.conf +++ b/npc/scripts_dev.conf @@ -1,8 +1,34 @@ -// -------------------------------------------------------------- -// - Development and Testing Scripts - -// -------------------------------------------------------------- -// The scripts listed here are for development or testing purpose. -// There's little to no reason to enable them in a production server. +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2014-2015 Hercules Dev Team +//= +//= 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/>. +//========================================================================= +//= Development and Testing Scripts +//========================================================================= +// Note: The scripts listed here are for development or testing purpose. +// There's little to no reason to enable them in a production server. +//========================================================================= -// Script engine self-test. +//================= Script Engine self-test =============================== //npc: npc/dev/test.txt diff --git a/npc/scripts_jobs.conf b/npc/scripts_jobs.conf index 500f69f63..8731d773c 100644 --- a/npc/scripts_jobs.conf +++ b/npc/scripts_jobs.conf @@ -1,8 +1,34 @@ -// -------------------------------------------------------------- -// - Job Scripts - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Common Job Scripts +//========================================================================= -// ------------------------- Job Quests ------------------------- +//================= Job Quests ============================================ // - 1-1 Expanded npc: npc/jobs/1-1e/gunslinger.txt npc: npc/jobs/1-1e/ninja.txt @@ -46,7 +72,7 @@ npc: npc/jobs/novice/supernovice.txt // - Transcended Quest (2-x -> High Novice) npc: npc/jobs/valkyrie.txt -// ------------------------ Skill Quests ------------------------ +//================= Skill Quests ========================================== // - 1-1 npc: npc/quests/skills/acolyte_skills.txt npc: npc/quests/skills/archer_skills.txt diff --git a/npc/scripts_mapflags.conf b/npc/scripts_mapflags.conf index 29a72171b..0a4f64069 100644 --- a/npc/scripts_mapflags.conf +++ b/npc/scripts_mapflags.conf @@ -1,6 +1,33 @@ -// -------------------------------------------------------------- -// - Map Flags - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Map Flags +//========================================================================= + npc: npc/mapflag/nopvp.txt npc: npc/mapflag/gvg.txt npc: npc/mapflag/jail.txt diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index cf3dd4065..2c4cc9ea4 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -1,7 +1,34 @@ -// -------------------------------------------------------------- -// - Monster Scripts - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Common Monster Scripts +//========================================================================= +//================= Misc Spawns =========================================== npc: npc/mobs/citycleaners.txt npc: npc/mobs/jail.txt npc: npc/mobs/pvp.txt diff --git a/npc/scripts_warps.conf b/npc/scripts_warps.conf index 4a42ccfa2..05dd4ede2 100644 --- a/npc/scripts_warps.conf +++ b/npc/scripts_warps.conf @@ -1,8 +1,34 @@ -// -------------------------------------------------------------- -// - Warp Scripts - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Common Warp Scripts +//========================================================================= -// --------------------------- Cities --------------------------- +//================= Cities ================================================ npc: npc/warps/cities/alberta.txt npc: npc/warps/cities/aldebaran.txt npc: npc/warps/cities/amatsu.txt @@ -29,7 +55,7 @@ npc: npc/warps/cities/umbala.txt npc: npc/warps/cities/veins.txt npc: npc/warps/cities/yuno.txt -// -------------------------- Dungeons -------------------------- +//================= Dungeons ============================================== npc: npc/warps/dungeons/abbey.txt npc: npc/warps/dungeons/abyss.txt npc: npc/warps/dungeons/alde_dun.txt @@ -64,7 +90,7 @@ npc: npc/warps/dungeons/tur_dun.txt npc: npc/warps/dungeons/um_dun.txt npc: npc/warps/dungeons/xmas_dun.txt -// --------------------------- Fields --------------------------- +//================= Fields ================================================ npc: npc/warps/fields/abyss_warper.txt npc: npc/warps/fields/amatsu_fild.txt npc: npc/warps/fields/ein_fild.txt @@ -78,7 +104,7 @@ npc: npc/warps/fields/mtmjolnir.txt npc: npc/warps/fields/spl_fild.txt npc: npc/warps/fields/umbala_fild.txt -// --------------------------- Others --------------------------- +//================= Others ================================================ npc: npc/warps/other/airplane.txt npc: npc/warps/other/arena.txt npc: npc/warps/other/god.txt diff --git a/npc/scripts_woe.conf b/npc/scripts_woe.conf index 42f567c65..4fdaf5731 100644 --- a/npc/scripts_woe.conf +++ b/npc/scripts_woe.conf @@ -1,8 +1,34 @@ -// -------------------------------------------------------------- -// - Guild Wars - -// -------------------------------------------------------------- +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 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/>. +//========================================================================= +//= Common Guild War Scripts +//========================================================================= -// ----------------------- War of Emperium ---------------------- +//================= War of Emperium ======================================= // - Guild WoE time settings npc: npc/woe-fe/agit_controller.txt // - Guild NPC Template file @@ -34,7 +60,7 @@ npc: npc/woe-fe/prtg_cas05.txt // - Treasure Room Protection //npc: npc/woe-fe/trs_rp.txt -// --------------- War of Emperium Second Edition --------------- +//================= War of Emperium Second Edition ======================== // - WoE SE time settings npc: npc/woe-se/agit_start_se.txt // - Guild NPC Template file |