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/novice_exchange.txt | 56 ++++++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 21 deletions(-) (limited to 'npc/merchants/novice_exchange.txt') diff --git a/npc/merchants/novice_exchange.txt b/npc/merchants/novice_exchange.txt index 4f9c05218..d35f1db48 100644 --- a/npc/merchants/novice_exchange.txt +++ b/npc/merchants/novice_exchange.txt @@ -1,19 +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) rAthena Team +//= Copyright (C) eAthena Team +//= Copyright (C) L0ne_W0lf +//= Copyright (C) KarLaeda +//= Copyright (C) Lupus +//= +//= 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 . +//========================================================================= //= Novice Goods Exchanger -//===== By: ================================================== -//= ???, rAthena Team -//===== Current Version: ===================================== -//= 1.4 -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Exchanges your Basic Monster drops for Red Potions. -//===== Additional Comments: ================================= -//= 1.2 Rescripted to Aegis 10.standards. [L0ne_W0lf[ -//= Made it easier to add new items to exhange list -//= meaning only the exchange is done in a function now. -//= 1.3 Fixed dialog mix-up in function. [L0ne_W0lf] -//= 1.4 Added checkweight, and input min/max values. [L0ne_W0lf] -//============================================================ +//================= Current Version ======================================= +//= 1.4 +//========================================================================= prontera,123,102,5 script Merchant#pron 4_M_03,{ if (MaxWeight - Weight < 6301 || checkweight(1201,1) == 0) { @@ -378,10 +399,3 @@ function script F_PotExchange { close; } } - -//============================================================ -// Old changelog -//============================================================ -//= 1.1 Made it as a function. U can add your own Merchs [Lupus] -//= 1.1a Fixed item select [KarLaeda] -//============================================================ -- cgit v1.2.3-70-g09d2