diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:39:41 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:37 +0100 |
commit | 7eea5d3e6051be189736b94e13be847159c87cd7 (patch) | |
tree | c046043a8e2a0fcb4702344f6a87883c9efb5b72 /npc/re/merchants/enchan_mal.txt | |
parent | bd18b127755adaea4d958574b5b7f26c8d818b50 (diff) | |
download | hercules-7eea5d3e6051be189736b94e13be847159c87cd7.tar.gz hercules-7eea5d3e6051be189736b94e13be847159c87cd7.tar.bz2 hercules-7eea5d3e6051be189736b94e13be847159c87cd7.tar.xz hercules-7eea5d3e6051be189736b94e13be847159c87cd7.zip |
ItemID to Constant: re Folder
Diffstat (limited to 'npc/re/merchants/enchan_mal.txt')
-rw-r--r-- | npc/re/merchants/enchan_mal.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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] |