From 1a6bb87686dd770b3f072fb5d687ba71ff29c51a Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 16 Nov 2015 02:40:31 +0100 Subject: Standardized header in scripts (part 9) - Now including GPL-compliant license/copyright info - Restored some missing copyrights - Quest scripts folders Signed-off-by: Haru --- npc/quests/quests_niflheim.txt | 63 +++++++++++++++++++++++++----------------- 1 file changed, 38 insertions(+), 25 deletions(-) (limited to 'npc/quests/quests_niflheim.txt') diff --git a/npc/quests/quests_niflheim.txt b/npc/quests/quests_niflheim.txt index 711acdb1a..05f9e6079 100644 --- a/npc/quests/quests_niflheim.txt +++ b/npc/quests/quests_niflheim.txt @@ -1,34 +1,48 @@ -//===== 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) Euphy +//= Copyright (C) eAthena Dev Team +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Lupus +//= Copyright (C) Evera +//= +//= 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 . +//========================================================================= //= Quest NPCs related to Niflheim -//===== By: ================================================== -//= The rAthena Dev Team -//===== Current Version: ===================================== -//= 1.6 -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Piano Key Ouest //= - Escape from Niflheim //= - Variables in use: nif_esc, MISC_QUEST (Bit 32) //= Message Delivery Quest //= - Deliver a message to Erious' departed wife. //= - Variables in use: nif_revive, MISC_QUEST (Bit 16384) -//===== Additional Comments: ================================= -//= 1.0 Initial release, moved Book of Devil and Piano quest -//= from npc/cities/niflheim.txt [Evera] -//= 1.1 Optimized Book of Devil quest. used bit-wise var, -//= Optimized Piano Quest - now uses 1 variable [Lupus] -//= 1.2 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf] -//= 1.3 Moved the Book of Devil quest to custom folder. [L0ne_W0lf] -//= Updated to Aegis 10.3 Standed, added Message Delivery Quest. -//= Rescripted Piano Quest. Prior quest progress will be lost. -//= 1.4 Fixed NPCs using ID 111 when it shoudl have been 139. [L0ne_W0lf] -//= 1.5 Swapped NPC IDs back from last change (139 back to 111). [L0ne_W0lf] -//= Clicking will do nothing, you have to still "touch" the npc. -//= 1.6 Added questlog support. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 1.6 +//========================================================================= -// Piano Quest :: nif_ryu -//============================================================ +//== Piano Quest :: nif_ryu ================================ niflheim,224,243,3 script Alreg#nif 4_M_NFDEADMAN,{ if (nif_piano) nif_piano = 0; mes "[Alreg]"; @@ -293,8 +307,7 @@ nif_in,188,168,3 script Witch#nif 4_F_NFDEADMGCIAN,{ end; } -// Message Delivery Quest :: nif_npc_lackee -//============================================================ +//== Message Delivery Quest :: nif_npc_lackee ============== prt_in,161,20,3 script Erious#nif 4_F_03,{ if (MISC_QUEST & 16384) { mes "[Erious]"; -- cgit v1.2.3-70-g09d2