From 3aa8abd848f1570d514148b311b25871378d2e2d Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:32:14 +0530 Subject: ItemID to Constant: kafras/merchants Folder --- npc/merchants/alchemist.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/merchants/alchemist.txt') diff --git a/npc/merchants/alchemist.txt b/npc/merchants/alchemist.txt index c563eb747..ee5663232 100644 --- a/npc/merchants/alchemist.txt +++ b/npc/merchants/alchemist.txt @@ -40,7 +40,7 @@ //========================================================================= alde_alche,24,188,3 script Guild Dealer 2_M_ALCHE,{ - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "- Wait a minute! -"; mes "- Currently you are carrying -"; mes "- too many items with you. -"; @@ -100,7 +100,7 @@ alde_alche,24,188,3 script Guild Dealer 2_M_ALCHE,{ close; } Zeny -= .@sell; - getitem 7134,.@input; //Medicine_Bowl + getitem Medicine_Bowl,.@input; mes "[Gever Al Sharp]"; mes "Thank you."; mes "Come again."; -- cgit v1.2.3-70-g09d2