From b14a29b01e52692e95fcabfc387e9300a8f98845 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 8 Aug 2008 19:54:07 +0000 Subject: * Slew up NPC bug fixes and other updates. - Corrected item checking in Dancer job quest. (buggreport:1987) - Fixed infinite dialog in novice grounds. (buggreport:1998) - Fixed overlapping warps in ice dungeon. (buggreport:2009) - Corrected super novice script checks. (buggreport:2016) - Corrected bug in alchemist dealer. (bugreport:2020) - Commented out message board NPCs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13052 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 212bc8ab7..9c68c992b 100644 --- a/npc/merchants/alchemist.txt +++ b/npc/merchants/alchemist.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= eAthena Team //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.3 Deleted Elemental Potions Guide due to original quest [Lupus] //= 1.4 Alchemists can now purchase 2000 Medicine Bowls at once. [SinSloth] //= 1.5 Updated to Aegis 10.3 Standards. [L0ne_W0lf] +//= 1.6 Corrected canceling purchase. [L0ne_W0lf] //============================================================ alde_alche,24,188,3 script Guild Dealer 740,{ @@ -149,7 +150,7 @@ S_SellManual: mes ""+getitemname(getarg(0))+"?"; mes "That'll be "+getarg(1)+" zeny."; next; - switch(select("Purchase.:Quit.")) { + if (select("Purchase.:Quit.") == 1) { set zeny,zeny-getarg(1); getitem getarg(0),1; mes "[Gever Al Sharp]"; -- cgit v1.2.3-60-g2f50