diff options
Diffstat (limited to 'npc/re/merchants/enchan_upg.txt')
-rw-r--r-- | npc/re/merchants/enchan_upg.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/re/merchants/enchan_upg.txt b/npc/re/merchants/enchan_upg.txt index e8ba1c274..67ad2c773 100644 --- a/npc/re/merchants/enchan_upg.txt +++ b/npc/re/merchants/enchan_upg.txt @@ -35,7 +35,7 @@ prt_in,28,73,3 script Devil Enchant Master#prq 1_M_SMITH,{ disable_items; - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "You are carrying too many items, please reduce it and come back again!"; close; } @@ -65,7 +65,7 @@ prt_in,28,73,3 script Devil Enchant Master#prq 1_M_SMITH,{ mes "Else, I will not enchant for you...."; close; case 2: - if (!countitem(6484)) { + if (!countitem(Enchant_Book)) { mes "[Devil Enchant Master]"; mes "Are you listening to me? I will only do for you if you bring the Enchant Book!"; close; @@ -109,7 +109,7 @@ prt_in,28,73,3 script Devil Enchant Master#prq 1_M_SMITH,{ .@equip_refine = getequiprefinerycnt(.@part); if (.@select == 1) { - if (!countitem(6484)) { + if (!countitem(Enchant_Book)) { mes "Are you listening to me? I will only do for you if you bring the Enchant Book!"; close; } @@ -231,7 +231,7 @@ prt_in,28,73,3 script Devil Enchant Master#prq 1_M_SMITH,{ mes "This item has been enchanted!"; close; } - if (!countitem(6484)) { + if (!countitem(Enchant_Book)) { mes "Are you listening to me? I will only do for you if you bring the Enchant Book!"; close; } @@ -244,7 +244,7 @@ prt_in,28,73,3 script Devil Enchant Master#prq 1_M_SMITH,{ specialeffect EF_REPAIRWEAPON; mes "The slot ^9900004^000000 has been enchanted!"; } - delitem 6484,1; //Enchant_Book + delitem Enchant_Book,1; delequip .@part; // GetNonSlotItemSock2 .@equip_refine .@equip_id .@equip_card[0] .@equip_card[1] .@equip_card[2] .@enchant |