From bec90279c8edae4c2ab5690567f9ec978ab03285 Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 16 Nov 2015 14:34:46 +0100 Subject: Standardized header in scripts (part 12) - Now including GPL-compliant license/copyright info - Restored some missing copyrights - Instance scripts folders Signed-off-by: Haru --- npc/instances/OrcsMemory.txt | 75 +++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 40 deletions(-) (limited to 'npc/instances/OrcsMemory.txt') diff --git a/npc/instances/OrcsMemory.txt b/npc/instances/OrcsMemory.txt index 68cf8b2e9..41c0d5e5d 100644 --- a/npc/instances/OrcsMemory.txt +++ b/npc/instances/OrcsMemory.txt @@ -1,45 +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) Euphy +//= 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 . +//========================================================================= //= Orc's Memory -//===== By: ================================================== -//= L0ne_W0lf -//===== Current Version: ===================================== -//= 1.7 -//===== Description: ========================================= -//= [Official Conversion] -//= Relive the memory of an orc. -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Relive the memory of an orc. -//===== Additional Comments: ================================= -//= 1.0 First version. [L0ne_W0lf] -//= 1.1 First round of bugfixes. (bugreport:3928) [L0ne_W0lf] -//= Fixed some npcs calling wrong events. -//= Fixed Depraved Orc Spirit spawn point -//= Fixed an NPC that was never being enabled. -//= 1.1a Second round from bugreport. (bugreport:3928) [L0ne_W0lf] -//= Fixed first warp never enabling, issue not seen -//= because of a local source mod. -//= Corrected the IDs for the Vengeful Orc Spirit and -//= Shaman Cargalache, copy/paste fail. -//= Changed spawn point for dungeon according to spawn -//= point on iRO. -//= 1.2 More bugfixes, mostly typos. :O (bugreport:3944) [L0ne_W0lf] -//= Fixed some varaibles (types/values) as well. -//= 1.3 Disabled an exploit related to the orc hero spawn. [L0ne_W0lf] -//= Corrected the variable type for party leader name. -//= 1.4 Fixed donpcevent calling non-existant npc. (bugreport:4039) [L0ne_W0lf] -//= 1.5 Fixed a checkquest condition never setting quest. [L0ne_W0lf] -//= 1.6 Added 'instance_check_party' command to the script for proper checking if -//= the invoking party meets the requirements to join the Memorial Dungeon. -//= 1.7 Instance system rewrite. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 1.7 +//========================================================================= 1@orcs mapflag src4instance 2@orcs mapflag src4instance -//============================================================ -// Entrance -//============================================================ +//== Entrance ============================================== gef_fild10,242,202,0 script Dimensional Gorge Piece 2_MONEMUS,{ .@party_id = getcharid(1); @@ -176,8 +173,7 @@ gef_fild10,238,202,6 script Mad Scientist#orc 4_LGTSCIENCE,{ } } -// Orc's Memory Floor 1 -//============================================================ +//== Orc's Memory Floor 1 ================================== 1@orcs,180,30,0 script #Resurrect Monsters1 CLEAR_NPC,{ end; @@ -523,8 +519,7 @@ OnMyMobDead3: end; } -// Orc's Memory Floor 2 -//============================================================ +//== Orc's Memory Floor 2 ================================== 2@orcs,36,171,0 script #2Resurrect Monsters1 CLEAR_NPC,{ end; -- cgit v1.2.3-60-g2f50