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/malangdo.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/malangdo.txt')
-rw-r--r-- | npc/re/cities/malangdo.txt | 53 |
1 files changed, 34 insertions, 19 deletions
diff --git a/npc/re/cities/malangdo.txt b/npc/re/cities/malangdo.txt index 7e597a140..43897e15f 100644 --- a/npc/re/cities/malangdo.txt +++ b/npc/re/cities/malangdo.txt @@ -1,23 +1,39 @@ -//===== 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) Muad_Dib +//= +//= 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/>. +//========================================================================= //= Malangdo Town -//===== By: ================================================== -//= Muad_Dib -//===== Current Version: ===================================== -//= 1.5 -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Malangdo Town Script -//===== Additional Comments: ================================= -//= 1.0 First version. [Euphy] -//= 1.1 Added entrance scripts. -//= 1.2 Moved "Odgnalam" coordinates. -//= 1.3 Fixed dialogues. -//= 1.4 Dialogue edits, source iRO. -//= 1.5 Added Izlude duplicates. -//============================================================ +//================= Current Version ======================================= +//= 1.5 +//========================================================================= -// Malangdo Transportation :: malangdo_go -//============================================================ +//== Malangdo Transportation :: malangdo_go ================ - script Dolangmal -1,{ if (!questprogress(5091)) { mes "[Dolangmal]"; @@ -282,8 +298,7 @@ malangdo,219,86,4 script Kong#malang 4_CAT_SAILOR2,{ close; } -// Generic Malangdo NPCs :: malang_tre -//============================================================ +//== Generic Malangdo NPCs :: malang_tre =================== malangdo,147,117,3 script Innkeeper#malang 4_CAT_REST,{ mes "You see a lazy cat standing on a chair."; mes "You guess that this is the Innkeeper."; |