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/amatsu.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/amatsu.txt')
-rw-r--r-- | npc/cities/amatsu.txt | 85 |
1 files changed, 48 insertions, 37 deletions
diff --git a/npc/cities/amatsu.txt b/npc/cities/amatsu.txt index 3db68617e..4d4ab6803 100644 --- a/npc/cities/amatsu.txt +++ b/npc/cities/amatsu.txt @@ -1,20 +1,52 @@ -//===== 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) Evera +//= Copyright (C) Silent +//= Copyright (C) MasterOfMuppets +//= Copyright (C) Skotlex +//= Copyright (C) Nexon +//= Copyright (C) Lupus +//= Copyright (C) massdriller +//= Copyright (C) Darkchild +//= Copyright (C) Valaris +//= Copyright (C) dj +//= Copyright (C) Makenshi +//= +//= 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/>. +//========================================================================= //= Amatsu Town -//===== By: ================================================== -//= rAthena Dev Team -//===== Current Version: ===================================== -//= 1.4 -//===== Description: ========================================= -//= [Aegis Conversion] +//================= Description =========================================== //= Amatsu Town Script -//===== Additional Comments: ================================= -//= 1.3 Rescripted to Aegis 10.3 Standards. [L0ne_W0lf] -//= Moved elemental stone trader to 'elemental_trader.txt' -//= 1.4 Moved Alberta NPC to pre-re/re paths. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 1.4 +//========================================================================= -// Amatsu Transportation -//============================================================ +//= Amatsu Transportation ================================== - script ::Sea_Captain_amatsu -1,{ mes "[Walter Moers]"; mes "Hey, there."; @@ -148,8 +180,7 @@ amatsu,194,79,5 script Sea Captain#ama2 4_M_SEAMAN,{ close; } -// Generic Amatsu NPCs -//============================================================ +//== Generic Amatsu NPCs =================================== amatsu,230,160,3 script Well-side Maiden#ama 4_F_JPN2,{ mes "[Yuuko]"; mes "I usually come to this well to"; @@ -336,8 +367,7 @@ amatsu,287,266,3 script Jyaburo#ama 4_M_JPNOJI,{ close; } -// Legendary Tree -//============================================================ +//== Legendary Tree ======================================== amatsu,269,221,1 script Propose Girl#ama 4_F_JPN,{ jap_tree = 1; mes "[Hutari Shioko]"; @@ -583,22 +613,3 @@ amatsu,262,197,1 script Legendary Tree HIDDEN_NPC,{ mes "I better ask her about this tree.^000000"; close; } - -//============================================================ -// Old changelog -//============================================================ -//= Amatsu Town NPCs : Revision 2 (Fox quest fix) -//= Translated by Makenshi and dj -//= Revisions and edits by Valaris and Darkchild -//= 1.01 event_sushi -> ama_sushi fixed -//= and other fixes, thanks to Shinomori -//= 1.02 Fixed & Spell Checked [massdriller] -//= 1.03 Fixed 2 NPC names, slight optimization [Lupus] -//= 1.04 Fixed a few typos [Nexon] -//= 1.05 Changed all breaks to ends. [Skotlex] -//= 1.06 The Captain now uses iRO dialog [MasterOfMuppets] -//= 1.07 Implemented a missing NPC [MasterOfMuppets] -//= 1.08 Removed Duplicates [Silent] -//= 1.1 Split quests into quests/quests_amatsu.txt [Evera] -//= 1.2 Fixed missing name [Evera] -//============================================================ |