diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:31:48 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:35 +0100 |
commit | bfc63570ef3f5c37eab9c84d62a382bd54c66ff4 (patch) | |
tree | 4d930dae40d64231ed8f79204cc87ce878f96862 /npc/events/RWC_2012.txt | |
parent | 6133612d369697e2228545e70eff5d69e6e8c46e (diff) | |
download | hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.gz hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.bz2 hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.xz hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.zip |
ItemID to Constant: events Folder
Diffstat (limited to 'npc/events/RWC_2012.txt')
-rw-r--r-- | npc/events/RWC_2012.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/events/RWC_2012.txt b/npc/events/RWC_2012.txt index a97ec90fc..b23ebe2d3 100644 --- a/npc/events/RWC_2012.txt +++ b/npc/events/RWC_2012.txt @@ -34,7 +34,7 @@ prontera,147,61,3 script Driller#pron 4_M_BARBER,{ disable_items; - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "You're carrying too many items in your inventory. Visit Kafra storage and try again."; close; } @@ -103,7 +103,7 @@ prontera,147,61,3 script Driller#pron 4_M_BARBER,{ prontera,147,59,3 script Goldberg#pron 4_M_OILMAN,{ disable_items; - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "You are carrying too many items. Come back after you have organized your inventory."; close; } @@ -319,7 +319,7 @@ prontera,147,59,3 script Goldberg#pron 4_M_OILMAN,{ mes "Come back if you change your mind."; close; } - if (countitem(6665) == 0) { + if (countitem(RWC_Inicializer) == 0) { mes "[Goldberg]"; mes "I'm sorry. But you don't have the RWC Initialization coupon. Can you check your inventory?"; close; @@ -332,7 +332,7 @@ prontera,147,59,3 script Goldberg#pron 4_M_OILMAN,{ specialeffect2 EF_REPAIRWEAPON; mes "[Goldberg]"; mes "The enchant option in your item will be initialized."; - delitem 6665,1; //RWC_Inicializer + delitem RWC_Inicializer,1; delequip .@part; //GetNonSlotItemSock2 .@equip_refine .@equip_id .@equip_card[0] .@equip_card[1] .@equip_card[2] .@equip_card[3] |