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/moscovia.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/moscovia.txt')
-rw-r--r-- | npc/cities/moscovia.txt | 49 |
1 files changed, 34 insertions, 15 deletions
diff --git a/npc/cities/moscovia.txt b/npc/cities/moscovia.txt index e6653fef0..5531a48da 100644 --- a/npc/cities/moscovia.txt +++ b/npc/cities/moscovia.txt @@ -1,19 +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) Kisuka +//= +//= 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/>. +//========================================================================= //= Moscovia Town -//===== By: ================================================== -//= Kisuka -//===== Current Version: ===================================== -//= 1.2 -//===== Description: ========================================= +//================= Description =========================================== //= Moscovia Town Script -//===== Additional Comments: ================================= -//= 1.0 First Version. [Kisuka] -//= 1.1 Removed villagers (they are part of a quest). [Kisuka] -//= 1.2 Moved Alberta NPC to pre-re/re paths. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 1.2 +//========================================================================= -// Moscovia Transportation :: mosk_trans -//============================================================ +//== Moscovia Transportation :: mosk_trans ================= - script ::PR_Officer_moscovia -1,{ mes "[Moscovia P.R. Officer]"; mes "Moscovia! Do you know Moscovia?"; @@ -113,8 +133,7 @@ moscovia,166,53,4 script Moscovia P.R. Officer#2 4_F_RUSWOMAN2,{ end; } -// Moscovia Palace :: mos_swan -//============================================================ +//== Moscovia Palace :: mos_swan =========================== moscovia,253,166,4 script Soldier#mosk1 4_M_RUSKNIGHT,{ mes "[Soldier]"; mes "Our dear Csar Alexsay III is in the palace."; |