diff options
author | Haru <haru@dotalux.com> | 2015-11-05 18:13:15 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-15 20:53:49 +0100 |
commit | 0e67123c9b8aa8f393175dfd058356e2ae1ef51d (patch) | |
tree | d465aa333b15fea895ff0a2b02e330dfe416a55e /npc/scripts.conf | |
parent | f1461b78548b40da499922c9a669a03029726a3b (diff) | |
download | hercules-0e67123c9b8aa8f393175dfd058356e2ae1ef51d.tar.gz hercules-0e67123c9b8aa8f393175dfd058356e2ae1ef51d.tar.bz2 hercules-0e67123c9b8aa8f393175dfd058356e2ae1ef51d.tar.xz hercules-0e67123c9b8aa8f393175dfd058356e2ae1ef51d.zip |
Standardized header across script .conf files
Now including GPL-compliant license/copyright info
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 56 |
1 files changed, 40 insertions, 16 deletions
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 |