summaryrefslogtreecommitdiff
path: root/npc/re
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-11-05 18:13:15 +0100
committerHaru <haru@dotalux.com>2015-12-15 20:53:49 +0100
commit0e67123c9b8aa8f393175dfd058356e2ae1ef51d (patch)
treed465aa333b15fea895ff0a2b02e330dfe416a55e /npc/re
parentf1461b78548b40da499922c9a669a03029726a3b (diff)
downloadhercules-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/re')
-rw-r--r--npc/re/scripts.conf50
-rw-r--r--npc/re/scripts_jobs.conf34
-rw-r--r--npc/re/scripts_main.conf47
-rw-r--r--npc/re/scripts_monsters.conf37
-rw-r--r--npc/re/scripts_warps.conf40
-rw-r--r--npc/re/scripts_woe.conf34
6 files changed, 199 insertions, 43 deletions
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