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/re/cities/mora.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/re/cities/mora.txt')
-rw-r--r-- | npc/re/cities/mora.txt | 61 |
1 files changed, 38 insertions, 23 deletions
diff --git a/npc/re/cities/mora.txt b/npc/re/cities/mora.txt index 5fefc2059..1c9049795 100644 --- a/npc/re/cities/mora.txt +++ b/npc/re/cities/mora.txt @@ -1,23 +1,40 @@ -//===== 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) Flaid +//= Copyright (C) SuperHulk +//= Copyright (C) Euphy +//= +//= 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/>. +//========================================================================= //= Mora Village -//===== By: ================================================== -//= Euphy -//===== Current Version: ===================================== -//= 1.4 -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Mora Town Script -//===== Additional Comments: ================================= -//= 1.0 First version. [SuperHulk] -//= 1.1 Translations to English. [Flaid] -//= 1.1a Standardized. [Euphy] -//= 1.2 Added new NPCs. [Flaid] -//= 1.3 Replaced with full iRO town NPCs. [Euphy] -//= 1.4 Updated to match the official scripts. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 1.4 +//========================================================================= -// Set 1 :: mora_resident -//============================================================ +//== Set 1 :: mora_resident ================================ mora,52,138,5 script Mungmung#p 4_M_RAFLE_GR,{ mes "[Mungmung]"; mes "I'm not the innkeeper!"; @@ -81,8 +98,8 @@ mora,105,100,1 script Rangrang#p 4_F_RAFLE_PK,{ } /* -// Disabled due to overlapping with RangRang, -// and is not clickable on official servers. +// Disabled due to overlapping with RangRang, and is not clickable on official +// servers. mora,105,100,1 script Gurgur#p 4_M_RAFLE_GR,{ mes "[Gurgur]"; mes "He's been crying, falling asleep,"; @@ -208,8 +225,7 @@ mora,108,182,5 script Worker#mo4 4_M_RAFLE_GR,{ close; } -// Set 2 :: npc -//============================================================ +//== Set 2 :: npc ========================================== mora,122,97,6 script Relaxing Raffle#ep14_1 4_M_RAFLE_OLD,{ mes "[Relaxing Rafflesia]"; mes "The public bath in the center of the village is a symbol of Mora Village."; @@ -1033,8 +1049,7 @@ mora,140,72,4 duplicate(#mora_traveler) Traveler#ep14_1_1 4_M_DOGTRAVELER //Upse mora,138,72,6 duplicate(#mora_traveler) Traveler#ep14_1_2 4_M_DOGTRAVELER //Traveler That Posed the Question mora,139,73,4 duplicate(#mora_traveler) Traveler#ep14_1_3 4_M_DOGTRAVELER //Traveler Trying to Stop the Fight -// Set 3 :: tre -//============================================================ +//== Set 3 :: tre ========================================== mora,132,185,5 script Mora Villager#sleep5 4_F_RAFLE_PK,{ mes "[Mora Villager]"; mes "Phew~ Phew~"; |