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/payon.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/payon.txt')
-rw-r--r-- | npc/cities/payon.txt | 73 |
1 files changed, 42 insertions, 31 deletions
diff --git a/npc/cities/payon.txt b/npc/cities/payon.txt index a5607b412..dfabd63dd 100644 --- a/npc/cities/payon.txt +++ b/npc/cities/payon.txt @@ -1,33 +1,46 @@ -//===== 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) Evera +//= Copyright (C) Silent +//= Copyright (C) Nexon +//= Copyright (C) Lupus +//= Copyright (C) L0ne_W0lf +//= Copyright (C) DracoRPG +//= Copyright (C) Darkchild +//= 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/>. +//========================================================================= //= Payon City -//===== By: ================================================== -//= Muad Dib (1.0) Darkchild (1.1) Muad Dib (1.2) -//= Darkchild (1.3) DracoRPG (1.5) L0ne_W0lf (2.1) -//===== Current Version: ===================================== -//= 2.1c -//===== Description: ========================================= +//================= Description =========================================== //= Payon City Npcs -//===== Additional Comments: ================================= -//= Most Credits To Muad Dib, Some Stuff By Me -//= 1.4 Corrected a few typos -//= 1.5 Rescripted old NPCs + scripted new ones (from iRO Sak) [DracoRPG] -//= 1.5b Used Dino9021's script for the Gemstone exchanger [DracoRPG] -//= 1.5b1 fixed Gemstone Exchanger NPC [Lupus] -//= 1.5b2 added adv.classes/baby classes support [Lupus] -//= 1.6 Fixed typos [Nexon] -//= 1.7 Fixed bugs and exploits V__V [Lupus] -//= 1.8 Removed Duplicates [Silent] -//= 1.9 Fixed missing next;'s [Evera] -//= 2.0 fixed some bugs, optimized script, added missing msg [Lupus] -//= 2.1 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] -//= Moved Gemstone Trader "Jade" to /merchants/gemstone.txt -//= Moved Fortune Teller to /other/fortune.txt -//= 2.1b Added a missing close in the Monster Scholar. [L0ne_W0lf] -//= 2.1c Minor bug fixes. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 2.1c +//========================================================================= -// Payon -//============================================================ +//== Payon ================================================= payon,246,154,0 script Lady#payon 4_F_01,{ mes "[Lady]"; mes "A long time ago,"; @@ -369,8 +382,7 @@ payon,132,235,3 script Monster Scholar#02 4W_M_02,{ close; } -// Inside Payon -//============================================================ +//== Inside Payon ========================================== payon_in01,180,7,2 script Waitress#payon 4_F_01,{ mes "[Pub Lady]"; mes "This place is always bustling with busy people. Little Novices come and go to become Archers, and everyone else is buying arrows while I have to stay here in this small shop."; @@ -988,8 +1000,7 @@ payon_in03,102,185,5 script Guard#payon 4_M_PAY_SOLDIER,{ end; } -// Payon Archer Village -//============================================================ +//== Payon Archer Village ================================== pay_arche,77,131,2 script Archer Joe#payon 4_M_ORIENT01,{ mes "[Archer Joe]"; mes "Payon!"; |