From 0cc6aa2a8b1fa570b020fa1c582bedc74f273ee4 Mon Sep 17 00:00:00 2001 From: Haru Date: Wed, 11 Nov 2015 14:03:45 +0100 Subject: Standardized header in scripts (part 6) - Now including GPL-compliant license/copyright info - Restored some missing copyrights - Merchants scripts folders Signed-off-by: Haru --- npc/merchants/renters.txt | 68 +++++++++++++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 26 deletions(-) (limited to 'npc/merchants/renters.txt') diff --git a/npc/merchants/renters.txt b/npc/merchants/renters.txt index 00ff18dd5..d3447b2b1 100644 --- a/npc/merchants/renters.txt +++ b/npc/merchants/renters.txt @@ -1,30 +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) Daegaladh +//= Copyright (C) Euphy +//= Copyright (C) Masao +//= Copyright (C) L0ne_W0lf +//= Copyright (C) Poki#3 +//= Copyright (C) Komurka +//= Copyright (C) Nexon +//= Copyright (C) Lupus +//= Copyright (C) kobra_k88 +//= +//= 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 . +//========================================================================= //= Renters -//===== By: ================================================== -//= kobra_k88, mod by Lupus -//===== Current Version: ===================================== -//= 2.2 -//===== Description: ========================================= +//================= Description =========================================== //= Knight and Crusader Peco Peco Breeders, Falcon Breeder scripts -//===== Additional Comments: ================================= -//= Fully working -//= Added another Falcon Master into the Hunters Guild [Lupus] -//= 1.2: replaced checkoption(x) with checkriding,checkfalcon [Lupus] -//= 1.3: Added support Adv Classes + Baby Class [Lupus] -//= 1.4: Added different prices for normal, advanced and baby classes -//= but you could set them to the same [Lupus] -//= 1.5: Fixed spelling mistakes [Nexon] -//= 1.5a: Small fix (Falcon Taming -> Falcon Mastery) [Komurka] -//= 1.6: Moved the Falcon Master to Hugel [Poki#3] -//= 1.7 Updated to Aegis 10.3 standards. [L0ne_W0lf] -//= 1.8 Added 3rd Job creature NPCs (Dragon/Gryphon) [L0ne_W0lf] -//= 1.9 Enabled Gryphon Renter NPC and added Mado Gear NPC. [Masao] -//= 2.0 Fixed problems with third classes and new mounts. [Euphy] -//= 2.1 Moved some renters to a separate renewal file. [Daegaladh] -//= 2.2 Added warg checks. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 2.2 +//========================================================================= -// PecoPeco Breeder (for Knights)------------------------------------------- +//== PecoPeco Breeder (for Knights) ======================== prontera,55,350,5 script Peco Peco Breeder#knt 8W_SOLDIER,{ if(Upper==0) .@price = 2500; //Normal Peco - default price if(Upper==1) .@price = 2500; //Armored Peco @@ -86,7 +102,7 @@ prontera,55,350,5 script Peco Peco Breeder#knt 8W_SOLDIER,{ } } -// Grand PecoPeco Breeder (for Crusaders)------------------------------------------- +//== Grand PecoPeco Breeder (for Crusaders) ================ prontera,232,318,3 script Peco Peco Breeder#cru 8W_SOLDIER,{ if(Upper==0) .@price = 3500; //Normal Peco - default price if(Upper==1) .@price = 3500; //Armored Peco @@ -147,7 +163,7 @@ prontera,232,318,3 script Peco Peco Breeder#cru 8W_SOLDIER,{ } } -// Falcon Master-------------------------------------------------------------- +//== Falcon Master ========================================= hu_in01,381,304,5 script Falcon Breeder#hnt 8W_SOLDIER,{ if(Upper==0) .@price = 2500; //Normal Falcon - default price if(Upper==1) .@price = 2500; //Scarf Falcon -- cgit v1.2.3-70-g09d2