diff options
author | Haru <haru@dotalux.com> | 2015-11-16 12:50:40 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-15 20:53:52 +0100 |
commit | 183cb7642fcd2ec3568c090dc160a3870a569bc6 (patch) | |
tree | 82669007dd2f6c324e6896f16b537b8ef97d0b8d /npc/cities/louyang.txt | |
parent | 1a6bb87686dd770b3f072fb5d687ba71ff29c51a (diff) | |
download | hercules-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/louyang.txt')
-rw-r--r-- | npc/cities/louyang.txt | 99 |
1 files changed, 48 insertions, 51 deletions
diff --git a/npc/cities/louyang.txt b/npc/cities/louyang.txt index 67d6ec87d..b0138e86f 100644 --- a/npc/cities/louyang.txt +++ b/npc/cities/louyang.txt @@ -1,24 +1,51 @@ -//===== Hercules Script ====================================== -//= Louyang City NPCs -//===== By: ================================================== -//= Vidar (1.0) -//= Mass Zero (1.1) -//= Dino9021, roughly translated by Celest (1.2) -//= Mass Zero (1.3) -//= MasterOfMuppets (2.0) -//= rAthena Dev Team -//===== Current Version: ===================================== -//= 3.0 -//===== Description: ========================================= -//= [Official Conversion] +//================= 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) MasterOfMuppets +//= Copyright (C) Celest +//= Copyright (C) Dino9021 +//= Copyright (C) Mass Zero +//= Copyright (C) SinSloth +//= Copyright (C) Evera +//= Copyright (C) Silent +//= Copyright (C) Nexon +//= Copyright (C) Lupus +//= Copyright (C) Vidar +//= +//= 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/>. +//========================================================================= +//= Louyang City +//================= Description =========================================== //= Louyang Town Script -//===== Additional Comments: ================================= -//= 2.9 Rescripted to Aegis 10.3 Standards. [L0ne_W0lf] -//= 3.0 Moved Alberta NPC to pre-re/re paths. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 3.0 +//========================================================================= -// Louyang Transportation -//============================================================ +//== Louyang Transportation ================================ - script ::Girl_louyang -1,{ mes "[Girl]"; mes "La la la la~"; @@ -133,8 +160,7 @@ lou_fild01,190,100,7 script Girl#1lou 4_F_CHNDRESS1,{ close; } -// Generic Louyang NPCs -//============================================================ +//== Generic Louyang NPCs ================================== louyang,297,167,2 script Muscular Woman#lou 4_F_CHNDRESS1,{ if (!Sex) { mes "[Zhi Ching Li]"; @@ -259,8 +285,7 @@ louyang,272,133,0 duplicate(LouTrainee) Trainee#10lou 4_M_CHN8GUEK louyang,272,131,0 duplicate(LouTrainee) Trainee#11lou 4_M_CHN8GUEK louyang,272,129,0 duplicate(LouTrainee) Trainee#12lou 4_M_CHN8GUEK -// Louyang Viewing Tower -//============================================================ +//== Louyang Viewing Tower ================================= lou_in01,25,23,5 script Friendly Looking Lady#lo 4_F_CHNDRESS3,{ mes "[Hong Miao]"; mes "Welcome."; @@ -322,31 +347,3 @@ louyang,84,254,0 script Exit#lou HIDDEN_NPC,{ } close; } - -//============================================================ -// Old changelog -//============================================================ -//= Originally made for Vidar -//= 1.2 Added official warp NPC's -//= 1.3 Fixed gramatical errors. (Like wtf's with the weird -//= texts celest? xD) -//= 2.0 Completely rewrote the current scripts based on iRO. -//= Added the 'Shouting Quest' and the 'Medicine Quest' -//= 2.1 Optimized, made quest vars unique [Lupus] -//= 2.1a minor fix, 2.1b Fixed Typos [Nexon] -//= 2.2 Fixed exploits [Lupus] -//= 2.2a Updated the color codes a little and fixed the shouting quest -//= to broadcast green text. -//= 2.2b A small fix to the shout quest npc in louyang field not warping you -//= back up to the tower if you died or teleported out of there. [MasterOfMuppets] -//= 2.3 A small fix, the code is so messy I can't believe I scripted it >.< [MasterOfMuppets] -//= 2.4 Implemented a few more npcs, thanks to Prometheus for them. [MasterOfMuppets] -//= 2.5 Implemented the Poison King quest, beware of potential bugs. [MasterOfMuppets] -//= 2.6 Removed Duplicates [Silent] -//= 2.6a Updated a few names with new item_db.txt names [Evera] -//= 2.7 Split quests to quests/quests_louyang.txt [Evera] -//= 2.7a Minor optimizations before Louyang quests [Lupus] -//= 2.7b Moved guides to the Guides folder. 2.7 more typos [Lupus] -//= 2.8 Moved some quest-related NPCs to proper file. [SinSloth] -//= 2.9 Rescripted to Aegis 10.3 Standards. [L0ne_W0lf] -//============================================================ |