diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:32:29 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:35 +0100 |
commit | ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac (patch) | |
tree | cf40d3e0bbc9b312e988881b203e96eb515e8299 /npc/other/comodo_gambling.txt | |
parent | 3aa8abd848f1570d514148b311b25871378d2e2d (diff) | |
download | hercules-ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac.tar.gz hercules-ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac.tar.bz2 hercules-ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac.tar.xz hercules-ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac.zip |
ItemID to Constant: other Folder
Diffstat (limited to 'npc/other/comodo_gambling.txt')
-rw-r--r-- | npc/other/comodo_gambling.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |