From 183480e9fb4ea53de37ea711324eb098c39a70f2 Mon Sep 17 00:00:00 2001 From: Haru Date: Fri, 6 Nov 2015 16:17:06 +0100 Subject: Standardized header in scripts (part 1) - Now including GPL-compliant license/copyright info - Restored some missing copyrights - Mapflag scripts folder Signed-off-by: Haru --- npc/mapflag/battleground.txt | 38 ++++++++++++++++++++++++++------- npc/mapflag/gvg.txt | 40 +++++++++++++++++++++++++++-------- npc/mapflag/jail.txt | 39 +++++++++++++++++++++++++++------- npc/mapflag/night.txt | 38 ++++++++++++++++++++++++++------- npc/mapflag/nightmare.txt | 39 +++++++++++++++++++++++++++------- npc/mapflag/nobranch.txt | 45 +++++++++++++++++++++++++++++---------- npc/mapflag/noexp.txt | 45 ++++++++++++++++++++++++++++++--------- npc/mapflag/noicewall.txt | 43 ++++++++++++++++++++++++++++--------- npc/mapflag/noloot.txt | 39 +++++++++++++++++++++++++++------- npc/mapflag/nomemo.txt | 49 +++++++++++++++++++++++++++++++------------ npc/mapflag/nopenalty.txt | 43 ++++++++++++++++++++++++++++--------- npc/mapflag/nopvp.txt | 38 ++++++++++++++++++++++++++------- npc/mapflag/noreturn.txt | 47 ++++++++++++++++++++++++++++++----------- npc/mapflag/nosave.txt | 40 ++++++++++++++++++++++++++++------- npc/mapflag/noskill.txt | 40 ++++++++++++++++++++++++++++------- npc/mapflag/noteleport.txt | 40 ++++++++++++++++++++++++++++------- npc/mapflag/notomb.txt | 38 ++++++++++++++++++++++++++------- npc/mapflag/novending.txt | 38 ++++++++++++++++++++++++++------- npc/mapflag/nowarp.txt | 39 +++++++++++++++++++++++++++------- npc/mapflag/nowarpto.txt | 39 +++++++++++++++++++++++++++------- npc/mapflag/partylock.txt | 39 +++++++++++++++++++++++++++------- npc/mapflag/pvp.txt | 39 +++++++++++++++++++++++++++------- npc/mapflag/pvp_noguild.txt | 39 +++++++++++++++++++++++++++------- npc/mapflag/pvp_noparty.txt | 39 +++++++++++++++++++++++++++------- npc/mapflag/reset.txt | 38 ++++++++++++++++++++++++++------- npc/mapflag/skillduration.txt | 39 ++++++++++++++++++++++++++-------- npc/mapflag/skillmodifier.txt | 37 +++++++++++++++++++++++++------- npc/mapflag/town.txt | 38 ++++++++++++++++++++++++++------- npc/mapflag/zone.txt | 37 +++++++++++++++++++++++++------- 29 files changed, 911 insertions(+), 251 deletions(-) (limited to 'npc/mapflag') diff --git a/npc/mapflag/battleground.txt b/npc/mapflag/battleground.txt index b8d361229..5b25b7227 100644 --- a/npc/mapflag/battleground.txt +++ b/npc/mapflag/battleground.txt @@ -1,15 +1,37 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) Epoque +//= +//= 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 . +//========================================================================= //= Mapflag: Battleground map setting. -//===== By: ================================================== -//= Epoque -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0a -//===== Description: ========================================= +//================= Description =========================================== //= Defines a Battleground map. //= Additional parameter '2' shows scoreboard. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= bat_c01 mapflag battleground 2 bat_c02 mapflag battleground 2 diff --git a/npc/mapflag/gvg.txt b/npc/mapflag/gvg.txt index 7c8e1a720..18b644615 100644 --- a/npc/mapflag/gvg.txt +++ b/npc/mapflag/gvg.txt @@ -1,18 +1,40 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena 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 . +//========================================================================= //= Mapflag: Guild versus Guild mode. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.2 -//===== Description: ========================================= +//================= Description =========================================== //= Players can attack other guilds, and will have their guild //= icons shown. WoE damage reductions will also take place. //= gvg: Turns on GvG mode //= gvg_castle: Describes castle maps for WoE. -//===== Additional Comments: ================================= -//= 1.1 - Added Novice Guild Castles. -//= 1.2 - Updated with new meanings of gvg and gvg_castle. -//============================================================ +//========================================================================= // GvG Arenas ============= guild_vs1 mapflag gvg diff --git a/npc/mapflag/jail.txt b/npc/mapflag/jail.txt index e24a7c88a..0aff7412d 100644 --- a/npc/mapflag/jail.txt +++ b/npc/mapflag/jail.txt @@ -1,10 +1,35 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena 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 . +//========================================================================= //= Mapflag: Jail. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0 -//===== Description: ========================================= +//================= Description =========================================== //= pvp: Turns on PvP mode //= pvp_noparty: Can't attack player in same party //= nobranch: No Dead Branching allowed. @@ -13,9 +38,7 @@ //= nosave: No saving respawn point allowed. Use SavePoint to use the //= players previous savepoint, or choose one manually. //= noteleport: No Teleporting allowed. No fly wings or butterfly wings. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= // No Memory ============================= sec_pri mapflag nomemo diff --git a/npc/mapflag/night.txt b/npc/mapflag/night.txt index 3613b30db..a7a7a771f 100644 --- a/npc/mapflag/night.txt +++ b/npc/mapflag/night.txt @@ -1,14 +1,36 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) Skotlex +//= +//= 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 . +//========================================================================= //= Mapflag: Night mode. -//===== By: ================================================== -//= Skotlex -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0 -//===== Description: ========================================= +//================= Description =========================================== //= Enables night mode effects. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= alb2trea mapflag nightenabled alberta mapflag nightenabled diff --git a/npc/mapflag/nightmare.txt b/npc/mapflag/nightmare.txt index 663e1e12f..94fb9c791 100644 --- a/npc/mapflag/nightmare.txt +++ b/npc/mapflag/nightmare.txt @@ -1,18 +1,41 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena 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 . +//========================================================================= //= Mapflag: Nightmare mode. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0 -//===== Description: ========================================= +//================= Description =========================================== //= Players drop items/equipment on death. //= pvp_nightmaredrop id,type,percent //= id: Drop a specific item ID or "random" //= type: "inventory", "equip", or "all" //= percent: Rate of item drop. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= pvp_n_1-1 mapflag pvp_nightmaredrop random,equip,300 pvp_n_2-1 mapflag pvp_nightmaredrop random,equip,300 diff --git a/npc/mapflag/nobranch.txt b/npc/mapflag/nobranch.txt index 06bc7d4de..8e69367b2 100644 --- a/npc/mapflag/nobranch.txt +++ b/npc/mapflag/nobranch.txt @@ -1,19 +1,42 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena Dev Team +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Lupus +//= Copyright (C) massdriller +//= +//= 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 . +//========================================================================= //= Mapflag: Disable Dead Branch use. -//===== By: ================================================== -//= HerculesDev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.8 -//===== Description: ========================================= +//================= Description =========================================== //= Disables the following items: //= Dead Branch (604), Bloody Branch (12103), //= Red Pouch (12024), Poring Box (12109) -//===== Additional Comments: ================================= -//= 1.3 - Updated. [massdriller] -//= 1.6a - Updated. [Lupus] -//= 1.7 - Added all novice maps. [L0ne_W0lf] -//= 1.8 - Removed restriction on PVP maps. [L0ne_W0lf] -//============================================================ +//========================================================================= // Cities ====================== ayo_in01 mapflag nobranch diff --git a/npc/mapflag/noexp.txt b/npc/mapflag/noexp.txt index 8d625bf29..66863f0bd 100644 --- a/npc/mapflag/noexp.txt +++ b/npc/mapflag/noexp.txt @@ -1,16 +1,41 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena Dev Team +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Lorky +//= Copyright (C) massdriller +//= Copyright (C) Lupus +//= +//= 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 . +//========================================================================= //= Mapflag: Disable EXP gain. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.7 -//===== Description: ========================================= +//================= Description =========================================== //= Same as 'nobaseexp' and 'nojobexp' combined. -//===== Additional Comments: ================================= -//= 1.2 [Lupus] 1.3 [massdriller] 1.4 Lupus 1.5 Lorky -//= 1.6 - Added Lighthalzen (due to quests) [Lupus] -//= 1.7 - Commented out entries. (Quests are official) [L0ne_W0lf] -//============================================================ +//========================================================================= // Job Quests ======================== //job_thief1 mapflag noexp diff --git a/npc/mapflag/noicewall.txt b/npc/mapflag/noicewall.txt index 79db648f6..3c5c55dbc 100644 --- a/npc/mapflag/noicewall.txt +++ b/npc/mapflag/noicewall.txt @@ -1,16 +1,39 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena Dev Team +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Lupus +//= +//= 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 . +//========================================================================= //= Mapflag: Disable Ice Wall. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.8 -//===== Description: ========================================= +//================= Description =========================================== //= Blocks usage of WZ_ICEWALL. -//===== Additional Comments: ================================= -//= 1.6a - Re-enabled icewalls for cities [Lupus] -//= 1.7 - Officially icewall is allowed on interiors. [L0ne_w0lf] -//= 1.8 - Fixed arug_cas map names. -//============================================================ +//========================================================================= //ayo_in01 mapflag noicewall //ayo_in02 mapflag noicewall diff --git a/npc/mapflag/noloot.txt b/npc/mapflag/noloot.txt index 546f6d4c9..d3895ce79 100644 --- a/npc/mapflag/noloot.txt +++ b/npc/mapflag/noloot.txt @@ -1,14 +1,37 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) Epoque +//= Copyright (C) eAthena 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 . +//========================================================================= //= Mapflag: Disable monster drops. -//===== By: ================================================== -//= Epoque -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0a -//===== Description: ========================================= +//================= Description =========================================== //= Same as 'nomobloot' and 'nomvploot' combined. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= //hunte mapflag noloot //job_knt mapflag noloot diff --git a/npc/mapflag/nomemo.txt b/npc/mapflag/nomemo.txt index de0059321..89222153d 100644 --- a/npc/mapflag/nomemo.txt +++ b/npc/mapflag/nomemo.txt @@ -1,20 +1,43 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) Epoque +//= Copyright (C) eAthena Dev Team +//= Copyright (C) Gepard +//= Copyright (C) Yommy +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Samuray22 +//= Copyright (C) Lupus +//= +//= 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 . +//========================================================================= //= Mapflag: Disable Warp Portal memory. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.8b -//===== Description: ========================================= +//================= Description =========================================== //= Prevents players from using /memo on a map. //= Also disables marriage warp skills. -//===== Additional Comments: ================================= -//= 1.6a - Added up to Hugel maps. [Lupus] -//= 1.6b - Added job_knt map. [Samuray22] -//= 1.7 - Added all novice maps. [L0ne_W0lf] -//= 1.8 - Added nameless_i location. [Lupus] -//= 1.8a - Removed duplicate gef_cas nomemo mapflags. [Yommy] -//= 1.8b - Removed duplicate arug_dun01 & schg_dun01 entries. [Gepard] -//============================================================ +//========================================================================= // Towns ==================== ayo_in01 mapflag nomemo diff --git a/npc/mapflag/nopenalty.txt b/npc/mapflag/nopenalty.txt index f193eadf1..583730f16 100644 --- a/npc/mapflag/nopenalty.txt +++ b/npc/mapflag/nopenalty.txt @@ -1,16 +1,39 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) Epoque +//= Copyright (C) eAthena Dev Team +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Lupus +//= +//= 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 . +//========================================================================= //= Mapflag: Disable death penalty. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.4 -//===== Description: ========================================= +//================= Description =========================================== //= Same as 'noexppenalty' and 'nozenypenalty' combined. -//===== Additional Comments: ================================= -//= 1.2 - Updated. [Lupus] -//= 1.3 - Added all novice maps. [L0ne_W0lf] -//= 1.4 - Removed Nightmare PVP maps. [L0ne_W0lf] -//============================================================ +//========================================================================= // Towns ==================== ayo_in01 mapflag nopenalty diff --git a/npc/mapflag/nopvp.txt b/npc/mapflag/nopvp.txt index 61597bd35..f69039b06 100644 --- a/npc/mapflag/nopvp.txt +++ b/npc/mapflag/nopvp.txt @@ -1,14 +1,36 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena 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 . +//========================================================================= //= Mapflag: Disable Player versus Player mode. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.1a -//===== Description: ========================================= +//================= Description =========================================== //= Prevents PvP mode on a map. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= 1@cata mapflag pvp off 2@cata mapflag pvp off diff --git a/npc/mapflag/noreturn.txt b/npc/mapflag/noreturn.txt index fcded30ce..a606926c3 100644 --- a/npc/mapflag/noreturn.txt +++ b/npc/mapflag/noreturn.txt @@ -1,22 +1,45 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena Dev Team +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Samuray22 +//= Copyright (C) Skotlex +//= Copyright (C) Lupus +//= +//= 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 . +//========================================================================= //= Mapflag: Disable return warp. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.6 -//===== Description: ========================================= +//================= Description =========================================== //= Disables the following items: //= Butterfly Wing (602), Siege Teleport Scroll (14591), //= Yellow/Green/Red/Blue Butterfly Wings (14582-14585), //= Dungeon Teleport Scrolls (14527/14581) //= Also restricts "warpparty" and "warpguild" script commands. -//===== Additional Comments: ================================= -//= 1.3 - According to the patch, enabled Butterfly wings in the Castles. [Lupus] -//= 1.4 - Enabled Butterfly wings on PvP maps. [Skotlex] -//= 1.4a - Added job_knt. [Samuray22] -//= 1.5 - Commented out new_zone entries. [L0ne_W0lf] -//= 1.6 - Enabled B. wings on all maps but que_hugel. [L0ne_W0lf] -//============================================================ +//========================================================================= // Cities ======================== //ayo_in01 mapflag noreturn diff --git a/npc/mapflag/nosave.txt b/npc/mapflag/nosave.txt index 541013377..ece12d7bd 100644 --- a/npc/mapflag/nosave.txt +++ b/npc/mapflag/nosave.txt @@ -1,15 +1,39 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena Dev Team +//= Copyright (C) Lupus +//= +//= 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 . +//========================================================================= //= Mapflag: Disable auto-save. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.7 -//===== Description: ========================================= +//================= Description =========================================== //= Characters logging out on the specified map will be warped //= to the map specified in the last field, or "SavePoint". -//===== Additional Comments: ================================= -//= 1.7 - Updated. [Lupus] -//============================================================ +//========================================================================= // Job Quests ==================== job_sword1 mapflag nosave SavePoint diff --git a/npc/mapflag/noskill.txt b/npc/mapflag/noskill.txt index 6f3f401ea..ae492def1 100644 --- a/npc/mapflag/noskill.txt +++ b/npc/mapflag/noskill.txt @@ -1,14 +1,38 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena Dev Team +//= Copyright (C) L0ne_W0lf +//= +//= 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 . +//========================================================================= //= Mapflag: Disable skill use. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.1 -//===== Description: ========================================= +//================= Description =========================================== //= Disables all skills on the map. -//===== Additional Comments: ================================= -//= 1.1 - Added additional maps. [L0ne_W0lf] -//============================================================ +//========================================================================= //Prontera Arena =============== prt_are_in mapflag noskill diff --git a/npc/mapflag/noteleport.txt b/npc/mapflag/noteleport.txt index 96e497e05..93e8d2e24 100644 --- a/npc/mapflag/noteleport.txt +++ b/npc/mapflag/noteleport.txt @@ -1,10 +1,36 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena Dev Team +//= Copyright (C) Lupus +//= +//= 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 . +//========================================================================= //= Mapflag: Disable teleportation. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.6a -//===== Description: ========================================= +//================= Description =========================================== //= Disables all means of teleportation within a map. //= Script commands 'warp', 'areawarp', 'warpchar', //= 'warpparty', 'warpguild', 'warpwaitingpc' will not @@ -12,9 +38,7 @@ //= Disables skills AL_TELEPORT and TK_HIGHJUMP. //= Disables the following items: //= Fly Wing (601), Giant Fly Wing (12212) -//===== Additional Comments: ================================= -//= 1.6a - Updated. [Lupus] -//============================================================ +//========================================================================= // Cities ======================== ayo_in01 mapflag noteleport diff --git a/npc/mapflag/notomb.txt b/npc/mapflag/notomb.txt index f7daaef7c..a56f60112 100644 --- a/npc/mapflag/notomb.txt +++ b/npc/mapflag/notomb.txt @@ -1,14 +1,36 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2013-2015 Hercules Dev Team +//= Copyright (C) CairoLee +//= +//= 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 . +//========================================================================= //= Mapflag: Disable MVP Tomb. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0 -//===== Description: ========================================= +//================= Description =========================================== //= Disables MVP tomb on some maps. -//===== Additional Comments: ================================= -//= 1.0 - Added Bossnia maps. [CairoLee] -//============================================================ +//========================================================================= // Bossnia ===== bossnia_01 mapflag notomb diff --git a/npc/mapflag/novending.txt b/npc/mapflag/novending.txt index b91dab340..0047b0cb1 100644 --- a/npc/mapflag/novending.txt +++ b/npc/mapflag/novending.txt @@ -1,14 +1,36 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) Epoque +//= +//= 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 . +//========================================================================= //= Mapflag: Disable vending. -//===== By: ================================================== -//= Epoque -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0a -//===== Description: ========================================= +//================= Description =========================================== //= Disables skill MC_VENDING on a map. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= //prontera mapflag novending //prt_in mapflag novending diff --git a/npc/mapflag/nowarp.txt b/npc/mapflag/nowarp.txt index 5d02a3aca..4682f1d8d 100644 --- a/npc/mapflag/nowarp.txt +++ b/npc/mapflag/nowarp.txt @@ -1,14 +1,37 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena 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 . +//========================================================================= //= Mapflag: Disable warping. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.3 -//===== Description: ========================================= +//================= Description =========================================== //= Disables use of @go to a map. -//===== Additional Comments: ================================= -//= 1.3 - Added WoE SE maps. -//============================================================ +//========================================================================= // Special Quests Places ===== ama_test mapflag nowarp diff --git a/npc/mapflag/nowarpto.txt b/npc/mapflag/nowarpto.txt index ef51a290d..596dabbd0 100644 --- a/npc/mapflag/nowarpto.txt +++ b/npc/mapflag/nowarpto.txt @@ -1,14 +1,37 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena 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 . +//========================================================================= //= Mapflag: Disable warpto. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.3 -//===== Description: ========================================= +//================= Description =========================================== //= Disables use of @warp to a map. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= // Guild Castles ======================== //alde_gld mapflag nowarpto diff --git a/npc/mapflag/partylock.txt b/npc/mapflag/partylock.txt index 0c6cdfe92..2cb06eefa 100644 --- a/npc/mapflag/partylock.txt +++ b/npc/mapflag/partylock.txt @@ -1,15 +1,38 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena 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 . +//========================================================================= //= Mapflag: Party lock. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0 -//===== Description: ========================================= +//================= Description =========================================== //= Blocks all party modifications on a map: //= /organize, /leave, /invite, @changeleader -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= // Sealed Shrine ================== 1@cata mapflag partylock diff --git a/npc/mapflag/pvp.txt b/npc/mapflag/pvp.txt index 959416a99..7f671b49a 100644 --- a/npc/mapflag/pvp.txt +++ b/npc/mapflag/pvp.txt @@ -1,14 +1,37 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena 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 . +//========================================================================= //= Mapflag: Player versus Player mode. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0 -//===== Description: ========================================= +//================= Description =========================================== //= Enables PvP on a map. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= // PvP ======================== pvp_y_1-1 mapflag pvp diff --git a/npc/mapflag/pvp_noguild.txt b/npc/mapflag/pvp_noguild.txt index bb27c463b..b7305c16f 100644 --- a/npc/mapflag/pvp_noguild.txt +++ b/npc/mapflag/pvp_noguild.txt @@ -1,14 +1,37 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena 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 . +//========================================================================= //= Mapflag: Ignore guilds. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.1 -//===== Description: ========================================= +//================= Description =========================================== //= Ignores guild alliances on GvG-enabled maps. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= // PvP Arenas ================= pvp_y_1-1 mapflag pvp_noguild diff --git a/npc/mapflag/pvp_noparty.txt b/npc/mapflag/pvp_noparty.txt index 2f17e39f1..f948a1db7 100644 --- a/npc/mapflag/pvp_noparty.txt +++ b/npc/mapflag/pvp_noparty.txt @@ -1,14 +1,37 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) eAthena 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 . +//========================================================================= //= Mapflag: Ignore parties. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.2 -//===== Description: ========================================= +//================= Description =========================================== //= Ignores party alliances on PvP-enabled maps. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= // GvG Arenas ================= guild_vs1 mapflag pvp_noparty diff --git a/npc/mapflag/reset.txt b/npc/mapflag/reset.txt index 38ef8569c..21a0b04f8 100644 --- a/npc/mapflag/reset.txt +++ b/npc/mapflag/reset.txt @@ -1,14 +1,36 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) Daegaladh +//= +//= 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 . +//========================================================================= //= Mapflag: Enable Neuralizer use. -//===== By: ================================================== -//= Daegaladh -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0 -//===== Description: ========================================= +//================= Description =========================================== //= Maps where Neuralizer (12213) can be used. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= alberta mapflag reset aldebaran mapflag reset diff --git a/npc/mapflag/skillduration.txt b/npc/mapflag/skillduration.txt index 2140896a4..e11278b44 100644 --- a/npc/mapflag/skillduration.txt +++ b/npc/mapflag/skillduration.txt @@ -1,10 +1,33 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2013-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 . +//========================================================================= //= Mapflag: Adjust Skill Duration. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0 -//===== Description: ========================================= +//================= Description =========================================== //= This mapflag allows you to control the duration of unit //= skills in any map. //= Example (1): @@ -14,9 +37,7 @@ //= Example (2): //= prontera mapflag adjust_unit_duration WZ_QUAGMIRE 250 //= Increases duration of Quagmire by 2.5 times in Prontera. -//===== Disclaimer: ========================================== +//================= Additional Notes ====================================== //= Be aware that some skill units have their visual effect //= durations not controlled by the server (e.g. Storm Gust). -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= diff --git a/npc/mapflag/skillmodifier.txt b/npc/mapflag/skillmodifier.txt index 0006066bb..7354f4656 100644 --- a/npc/mapflag/skillmodifier.txt +++ b/npc/mapflag/skillmodifier.txt @@ -1,10 +1,33 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2013-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 . +//========================================================================= //= Mapflag: Adjust Skill Damage. -//===== By: ================================================== -//= Hercules Dev Team -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0 -//===== Description: ========================================= +//================= Description =========================================== //= This mapflag allows you to modify the damage of any skill //= in any map. //= Example (1): @@ -14,6 +37,4 @@ //= Example (2): //= prontera mapflag adjust_skill_damage MG_FIREBOLT 200 //= Doubles the damage of Firebolt in Prontera. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= diff --git a/npc/mapflag/town.txt b/npc/mapflag/town.txt index 54646c95d..463b7390c 100644 --- a/npc/mapflag/town.txt +++ b/npc/mapflag/town.txt @@ -1,14 +1,36 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) Epoque +//= +//= 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 . +//========================================================================= //= Mapflag: Town. -//===== By: ================================================== -//= Epoque -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0a -//===== Description: ========================================= +//================= Description =========================================== //= Designates a map as a town, granting mailbox access. -//===== Additional Comments: ================================= -//= 1.0 - Initial script. -//============================================================ +//========================================================================= prontera mapflag town izlude mapflag town diff --git a/npc/mapflag/zone.txt b/npc/mapflag/zone.txt index 1904e034a..a405934a2 100644 --- a/npc/mapflag/zone.txt +++ b/npc/mapflag/zone.txt @@ -1,13 +1,36 @@ -//===== Hercules============================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2013-2015 Hercules Dev Team +//= Copyright (C) Ind +//= +//= 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 . +//========================================================================= //= Mapflag: Zone. -//===== By: ================================================== -//= Ind/Hercules -//===== Current Version: ===================================== +//================= Current Version ======================================= //= 1.0 -//===== Description: ========================================= +//================= Description =========================================== //= Flags maps as part of zones defined in map_zone_db.txt -//===== Additional Comments: ================================= -//============================================================ +//========================================================================= //Aldebaran Turbo Track alde_tt02 mapflag zone Aldebaran Turbo Track -- cgit v1.2.3-60-g2f50