From 183cb7642fcd2ec3568c090dc160a3870a569bc6 Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 16 Nov 2015 12:50:40 +0100 Subject: Standardized header in scripts (part 10) - Now including GPL-compliant license/copyright info - Restored some missing copyrights - City scripts folders Signed-off-by: Haru --- npc/cities/lutie.txt | 62 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 22 deletions(-) (limited to 'npc/cities/lutie.txt') diff --git a/npc/cities/lutie.txt b/npc/cities/lutie.txt index c7ad3a40c..4b18ee7b1 100644 --- a/npc/cities/lutie.txt +++ b/npc/cities/lutie.txt @@ -1,24 +1,44 @@ -//===== 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) Kisuka +//= Copyright (C) DZeroX +//= Copyright (C) Nexon +//= 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 . +//========================================================================= //= Lutie Town -//===== By: ================================================== -//= rAthena Dev Team -//===== Current Version: ===================================== -//= 1.7 -//===== Description: ========================================= +//================= Description =========================================== //= Lutie - City NPCs -//===== Additional Comments: ================================= -//= 1.1 Edited some text and updated/enabled some triggers -//= for the quest.[kobra_k88] -//= 1.2 Fixed exploit. Checked for Bard Job Quest compatibility [Lupus] -//= 1.3 Fixed typos [Nexon] -//= 1.4 Fixed exploit [Lupus] -//= 1.5 Fixed a bug that could reset Lutie quest state [Lupus] -//= 1.6 Heavy optimization to all the NPCs [DZeroX] -//= 1.7 Updated to match AEGIS script. [Kisuka] -//============================================================ +//================= Current Version ======================================= +//= 1.7 +//========================================================================= -// Teleport to Lutie -//============================================================ +//== Teleport to Lutie ===================================== aldebaran,223,222,4 script Mr. Claus 4_M_SANTA,{ mes "[Mr. Claus]"; mes "Ho Ho Ho~"; @@ -66,8 +86,7 @@ aldebaran,223,222,4 script Mr. Claus 4_M_SANTA,{ } } -// Inside Lutie -//============================================================ +//== Inside Lutie ========================================== xmas_in,100,96,4 script Santa Claus 4_M_SANTA,{ mes "[Santa Claus]"; mes "Ho Ho Ho~"; @@ -272,8 +291,7 @@ xmas_in,27,103,4 script Lenient Aunt 4_F_GODEMOM,{ } } -// Lutie -//============================================================ +//== Lutie ================================================= xmas,117,304,4 script Poze 4_M_06,{ if (xmas_npc == 3 || xmas_npc == 4) { mes "[Poze]"; -- cgit v1.2.3-60-g2f50