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_payon.txt | 63 ++++++++++++++++++++++++++++----------------- 1 file changed, 39 insertions(+), 24 deletions(-) (limited to 'npc/quests/quests_payon.txt') diff --git a/npc/quests/quests_payon.txt b/npc/quests/quests_payon.txt index 7f3c65a20..c289633cb 100644 --- a/npc/quests/quests_payon.txt +++ b/npc/quests/quests_payon.txt @@ -1,24 +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) L0ne_W0lf +//= Copyright (C) Samuray22 +//= Copyright (C) Silent +//= Copyright (C) Lupus +//= Copyright (C) kobra_k88 +//= +//= 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 Payon -//===== By: ================================================== -//= kobra_k88 -//===== Current Version: ===================================== -//= 1.7 -//===== Description: ========================================= +//================= Description =========================================== //= Pretend Murder, Ear Muffs, Oxygen, Derivuchi Cap, Helm of Angel Quests. -//===== Additional Comments: ================================= -//= 1.1 Helm of Angel bug fixed [Lupus] -//= 1.2 Fixed skirt of virgin [Lupus] -//= 1.3 Fixed exploits [Lupus] -//= 1.4 Removed Duplicates [Silent] -//= 1.5 Updated Dialogs from "Pretend Murdered Quest" [Samuray22] -//= 1.5a replaced item "names" with item id. [Lupus] -//= 1.6 Updated Dialogs from "Oxygen Mask Quest" [Samuray22] -//= 1.7 Updated headgear quests. [L0ne_W0lf] -//============================================================ +//================= Current Version ======================================= +//= 1.7 +//========================================================================= -// 'Pretend Murdered' Quest -//============================================================ +//== 'Pretend Murdered' Quest ============================== payon_in01,99,72,4 script Granny 8_F_GRANDMOTHER,{ if (checkweight(908,1) == 0) { mes "^3355FFWait a second! Right now, you're carrying too many items with you. Please come back after putting some of your things into Kafra Storage.^000000"; @@ -69,8 +87,7 @@ payon_in01,99,72,4 script Granny 8_F_GRANDMOTHER,{ } } -// 'Ear Muffs' Quest -//============================================================ +//== 'Ear Muffs' Quest ===================================== payon_in01,18,10,4 script Mystic Lady 1_F_ORIENT_02,{ mes "[Mystic Lady]"; mes "My family has produced and sold the special Winter product ^3355FFEar Muffs^000000 for many years. We just moved here, but the weather is always warm so we can hardly make a living."; @@ -117,8 +134,7 @@ payon_in01,18,10,4 script Mystic Lady 1_F_ORIENT_02,{ } } -// 'Oxygen Mask' Quest -//============================================================ +//== 'Oxygen Mask' Quest =================================== payon_in02,25,71,4 script Boy 4_M_04,{ if (countitem(701) > 4) { mes "[Young Man]"; @@ -212,8 +228,7 @@ payon_in02,25,71,4 script Boy 4_M_04,{ } } -// 'Helm of Angel' and 'Deviruchi Cap' Quest -//============================================================ +//== 'Helm of Angel' and 'Deviruchi Cap' Quest ============= payon_in01,56,12,7 script Young man#12 4_M_ORIENT02,{ mes "[Young man]"; mes "...What is it?"; -- cgit v1.2.3-70-g09d2