summaryrefslogtreecommitdiff
path: root/npc/cities/gonryun.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-11-16 12:50:40 +0100
committerHaru <haru@dotalux.com>2015-12-15 20:53:52 +0100
commit183cb7642fcd2ec3568c090dc160a3870a569bc6 (patch)
tree82669007dd2f6c324e6896f16b537b8ef97d0b8d /npc/cities/gonryun.txt
parent1a6bb87686dd770b3f072fb5d687ba71ff29c51a (diff)
downloadhercules-183cb7642fcd2ec3568c090dc160a3870a569bc6.tar.gz
hercules-183cb7642fcd2ec3568c090dc160a3870a569bc6.tar.bz2
hercules-183cb7642fcd2ec3568c090dc160a3870a569bc6.tar.xz
hercules-183cb7642fcd2ec3568c090dc160a3870a569bc6.zip
Standardized header in scripts (part 10)
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - City scripts folders Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/cities/gonryun.txt')
-rw-r--r--npc/cities/gonryun.txt67
1 files changed, 40 insertions, 27 deletions
diff --git a/npc/cities/gonryun.txt b/npc/cities/gonryun.txt
index 86493f1d9..ddcea9935 100644
--- a/npc/cities/gonryun.txt
+++ b/npc/cities/gonryun.txt
@@ -1,20 +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) Euphy
+//= Copyright (C) L0ne_W0lf
+//= Copyright (C) x[tsk]
+//= Copyright (C) Lupus
+//= Copyright (C) Toms
+//= Copyright (C) Silent
+//= Copyright (C) Nexon
+//= Copyright (C) KarLaeda
+//=
+//= 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 <http://www.gnu.org/licenses/>.
+//=========================================================================
//= Kunlun Town
-//===== By: ==================================================
-//= x[tsk], KarLaeda
-//===== Current Version: =====================================
-//= 1.6
-//===== Description: =========================================
-//= [Official Conversion]
+//================= Description ===========================================
//= Kunlun Town Script
-//===== Additional Comments: =================================
-//= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
-//= Moved Lost Knife mini-quest to quest file.
-//= 1.6 Moved Alberta NPC to pre-re/re paths. [Euphy]
-//============================================================
+//================= Current Version =======================================
+//= 1.6
+//=========================================================================
-// Kunlun Transportation
-//============================================================
+//== Kunlun Transportation =================================
- script ::Kunlun_Envoy_gonryun -1,{
mes "[Wa Bai Hu]";
mes "Good day~";
@@ -186,8 +211,7 @@ gonryun,153,64,7 script Kunlun Envoy#gon4 4_M_TWMIDMAN,{
close;
}
-// Generic Kunlun NPCs
-//============================================================
+//== Generic Kunlun NPCs ===================================
gonryun,200,82,3 script Jian Chung Xun#gon 4_M_TWBOY,{
mes "[Jian Chung Xun]";
mes "I simply adore festivals.";
@@ -409,14 +433,3 @@ gonryun,169,71,3 script Guidev#gon 4_F_TWGIRL,{
mes "sights throughout the town.";
close;
}
-
-//============================================================
-// Old changelog
-//============================================================
-// May be missing npc's and dialogue.
-//= 1.1 Fixed Typos [Nexon]
-//= 1.2 Removed Duplicates [Silent]
-//= 1.3 Max NPC Name is 23 [Toms]
-//= 1.3a Removed temp NPC plugs due Broken Sword quest [Lupus]
-//= 1.4 Added missing NPC [KarLaeda]
-//============================================================