From 0e67123c9b8aa8f393175dfd058356e2ae1ef51d Mon Sep 17 00:00:00 2001 From: Haru Date: Thu, 5 Nov 2015 18:13:15 +0100 Subject: Standardized header across script .conf files Now including GPL-compliant license/copyright info Signed-off-by: Haru --- npc/re/scripts.conf | 50 +++++++++++++++++++++++++++++++++----------- npc/re/scripts_jobs.conf | 34 ++++++++++++++++++++++++++---- npc/re/scripts_main.conf | 47 +++++++++++++++++++++++++++++++---------- npc/re/scripts_monsters.conf | 37 +++++++++++++++++++++++++++----- npc/re/scripts_warps.conf | 40 ++++++++++++++++++++++++++++------- npc/re/scripts_woe.conf | 34 ++++++++++++++++++++++++++---- 6 files changed, 199 insertions(+), 43 deletions(-) (limited to 'npc/re') 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 . +//========================================================================= +//= 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 . +//========================================================================= +//= 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 . +//========================================================================= +//= 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 . +//========================================================================= +//= 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 . +//========================================================================= +//= 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 . +//========================================================================= +//= 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 -- cgit v1.2.3-70-g09d2