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/enchan_mal.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/re/merchants/enchan_mal.txt') diff --git a/npc/re/merchants/enchan_mal.txt b/npc/re/merchants/enchan_mal.txt index 272e4ed75..3007c9ee4 100644 --- a/npc/re/merchants/enchan_mal.txt +++ b/npc/re/merchants/enchan_mal.txt @@ -36,7 +36,7 @@ malangdo,213,167,4 script Mayomayo#mal 4_CAT_3COLOR,{ disable_items; - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "You have too many kinds of objects. Let's try to continue after reducing those objects."; close; } @@ -627,7 +627,7 @@ L_Socket: mes "If you change your mind, come back anytime."; close; } - if (countitem(6417) == 0) { + if (countitem(Silvervine) == 0) { mes "[Mayomayo]"; mes "I'm sorry. You don't have Silvervine Fruit. Please check your inventory again?"; close; @@ -645,7 +645,7 @@ L_Socket: specialeffect2 EF_REPAIRWEAPON; mes "[Mayomayo]"; mes "Initialize the enchant effect from the equipment."; - delitem 6417,1; //Silvervine + delitem Silvervine,1; delequip EQI_HAND_R; // GetNonSlotItemSock2 .@equip_refine .@equip_id .@equip_card[0] .@equip_card[1] .@equip_card[2] .@equip_card[3] -- cgit v1.2.3-60-g2f50