From ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:32:29 +0530 Subject: ItemID to Constant: other Folder --- npc/other/comodo_gambling.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/other/comodo_gambling.txt') diff --git a/npc/other/comodo_gambling.txt b/npc/other/comodo_gambling.txt index b5df0c04d..07e48365f 100644 --- a/npc/other/comodo_gambling.txt +++ b/npc/other/comodo_gambling.txt @@ -44,7 +44,7 @@ comodo,219,158,6 script Kachua 4_F_02,{ - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "^3355FFWait a second! Right now, you're carrying too many items with you. Please come back after putting some of your things into Kafra Storage.^000000"; close; } @@ -69,7 +69,7 @@ comodo,219,158,6 script Kachua 4_F_02,{ end; } - if (countitem(732) == 0) { + if (countitem(Crystal_Jewel__) == 0) { cutin "katsua01.bmp",255; cutin "katsua03.bmp",2; mes "[Kachua]"; @@ -103,7 +103,7 @@ comodo,219,158,6 script Kachua 4_F_02,{ end; } - if (countitem(732) == 0) { // anti-hack + if (countitem(Crystal_Jewel__) == 0) { // anti-hack logmes "Hack: Tried to bypass item check."; cutin "katsua01.bmp",255; close; @@ -509,7 +509,7 @@ comodo,210,154,2 script Suspicious Guy#cmd 2_M_THIEFMASTER,{ mjolnir_02,85,362,3 script Blacksmith Miner 4_F_JOB_BLACKSMITH,{ - if (checkweight(1201,1) == 0) { + if (checkweight(Knife,1) == 0) { mes "^3355FFWait a second! Right now, you're carrying too many items with you. Please come back after putting some of your things into Kafra Storage.^000000"; close; } -- cgit v1.2.3-70-g09d2