summaryrefslogtreecommitdiff
path: root/npc/merchants/alchemist.txt
diff options
context:
space:
mode:
authorSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-10 09:12:40 +0000
committerSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-10 09:12:40 +0000
commit375891127c5b639e04cb356b37f610e95667856c (patch)
treed015a03514d5090b017cb7ddeadebc1822c70136 /npc/merchants/alchemist.txt
parent5189224e827f3cbe701da961757f0b42c477decb (diff)
downloadhercules-375891127c5b639e04cb356b37f610e95667856c.tar.gz
hercules-375891127c5b639e04cb356b37f610e95667856c.tar.bz2
hercules-375891127c5b639e04cb356b37f610e95667856c.tar.xz
hercules-375891127c5b639e04cb356b37f610e95667856c.zip
* 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
Diffstat (limited to 'npc/merchants/alchemist.txt')
-rw-r--r--npc/merchants/alchemist.txt5
1 files changed, 3 insertions, 2 deletions
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;