From 375891127c5b639e04cb356b37f610e95667856c Mon Sep 17 00:00:00 2001 From: SinSloth Date: Thu, 10 May 2007 09:12:40 +0000 Subject: * Players can now dismantle more than one elemental stone at once from Umbala Shaman. * Alchemists are now able to purchase up to 2000 Medicine Bowl. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10519 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/alchemist.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/merchants/alchemist.txt') diff --git a/npc/merchants/alchemist.txt b/npc/merchants/alchemist.txt index f94c35c50..b8c52a0a2 100644 --- a/npc/merchants/alchemist.txt +++ b/npc/merchants/alchemist.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= eAthena Team //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= eAthena 1.0+ //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 1.2 Reddozen's fixes of typos. added optional Elemental //= Potion Guide. [Lupus] //= 1.3 Deleted Elemental Potions Guide due to original quest [Lupus] +//= 1.4 Alchemists can now purchase 2000 Medicine Bowls at once. [SinSloth] //============================================================ @@ -34,7 +35,7 @@ alde_alche,24,188,3 script Gever AI Sharp 740,{ mes "Enter '0' if you want to quit."; next; input @num; - if((@num < 1) || (@num > 1000)) goto M_Bye; + if((@num < 1) || (@num > 2000)) goto M_Bye; set @price,@num * 8; mes "[Gever AI Sharp]"; if(Zeny < @price) goto sL_NoZeny; -- cgit v1.2.3-60-g2f50