From 7eea5d3e6051be189736b94e13be847159c87cd7 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:39:41 +0530 Subject: ItemID to Constant: re Folder --- npc/re/merchants/catalog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/re/merchants/catalog.txt') diff --git a/npc/re/merchants/catalog.txt b/npc/re/merchants/catalog.txt index 8f3178531..5267a20b5 100644 --- a/npc/re/merchants/catalog.txt +++ b/npc/re/merchants/catalog.txt @@ -36,7 +36,7 @@ //========================================================================= moc_para01,22,16,5 script Catalog Magician#catal01 4_M_BIBI,{ - if (!checkweight(1301,3)) { + if (!checkweight(Axe,3)) { mes "- You have too many items. Please make space. -"; close; } @@ -97,7 +97,7 @@ moc_para01,22,16,5 script Catalog Magician#catal01 4_M_BIBI,{ } mes "Ok, here you go."; Zeny -= .@sell; - getitem 12580,.@input; //Vending_Search_Scroll + getitem Vending_Search_Scroll,.@input; close; case 2: mes "[Catalog Magician]"; -- cgit v1.2.3-60-g2f50