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/instances/WolfchevLaboratory.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/instances/WolfchevLaboratory.txt')
-rw-r--r-- | npc/re/instances/WolfchevLaboratory.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/re/instances/WolfchevLaboratory.txt b/npc/re/instances/WolfchevLaboratory.txt index 30cd74c7f..7adc07995 100644 --- a/npc/re/instances/WolfchevLaboratory.txt +++ b/npc/re/instances/WolfchevLaboratory.txt @@ -43,7 +43,7 @@ //== Giacomo Girolam ======================================= lighthalzen,303,303,6 script Giacomo Girolamo#kiup2 4_M_KHMAN,3,3,{ - if ((MaxWeight - Weight) < 1000 || !checkweight(1201, 1)) { + if ((MaxWeight - Weight) < 1000 || !checkweight(Knife, 1)) { mes "^FF0000 Check up your inventory. You got too many items to carry out the quest. ^000000"; close; } @@ -320,7 +320,7 @@ lighthalzen,303,303,6 script Giacomo Girolamo#kiup2 4_M_KHMAN,3,3,{ //== Weird Old Man (Rewards) =============================== lighthalzen,342,291,4 script Weird old man#Bio4Reward 4_M_EINOLD,{ - if ((MaxWeight - Weight) < 2800 || !checkweight(1201, 1)) { + if ((MaxWeight - Weight) < 2800 || !checkweight(Knife, 1)) { mes "^FF0000 Check up your inventory. You got too many items to carry out the quest. ^000000"; close; } @@ -695,7 +695,7 @@ lighthalzen,342,291,4 script Weird old man#Bio4Reward 4_M_EINOLD,{ //== Sorcerer (Rewards) ==================================== lhz_cube,233,24,4 script Sorcerer#Bio4Reward 4_M_UMDANCEKID,{ - if ((MaxWeight - Weight) < 1200 || !checkweight(1201, 1)) { + if ((MaxWeight - Weight) < 1200 || !checkweight(Knife, 1)) { mes "^FF0000 Check up your inventory. You got too many items to carry out the quest. ^000000"; close; } @@ -1458,7 +1458,7 @@ que_lhz,206,74,4 script Researcher#02 4_LGTSCIENCE,3,3,{ //== Wolfchev ============================================== que_lhz,94,119,4 script Researcher#03 4_LGTSCIENCE,{ - if ((MaxWeight - Weight) < 1000 || !checkweight(1201, 1)) { + if ((MaxWeight - Weight) < 1000 || !checkweight(Knife, 1)) { mes "^FF0000 Check up your inventory. You got too many items to carry out the quest. ^000000"; close; } @@ -1499,7 +1499,7 @@ que_lhz,94,119,4 script Researcher#03 4_LGTSCIENCE,{ //== Wolfchev ============================================== que_lhz,147,224,4 script Researcher#04 4_LGTSCIENCE,{ - if ((MaxWeight - Weight) < 1000 || !checkweight(1201, 1)) { + if ((MaxWeight - Weight) < 1000 || !checkweight(Knife, 1)) { mes "^FF0000 Check up your inventory. You got too many items to carry out the quest. ^000000"; close; } @@ -1699,7 +1699,7 @@ que_lhz,140,224,2 duplicate(Human Guinea pig#01) Human Guinea pig#08 CHEN //== Wolfchev ============================================== lhz_dun04,151,276,3 script Researcher#memo 4_LGTSCIENCE,{ - if ((MaxWeight - Weight) < 1000 || !checkweight(1201, 1)) { + if ((MaxWeight - Weight) < 1000 || !checkweight(Knife, 1)) { mes "^FF0000You cannot continue the process due to possessing too many belongings.^000000"; close; } @@ -1916,7 +1916,7 @@ lhz_dun04,151,276,3 script Researcher#memo 4_LGTSCIENCE,{ //========================================================== lhz_dun04,147,279,0 script Laboratory Entrance#memo CLEAR_NPC,{ - if ((MaxWeight - Weight) < 1000 || !checkweight(1201, 1)) { + if ((MaxWeight - Weight) < 1000 || !checkweight(Knife, 1)) { mes "^FF0000You cannot continue the process due to possessing too many belongings.^000000"; close; } @@ -3094,7 +3094,7 @@ lhz_dun04,147,279,0 script Laboratory Entrance#memo CLEAR_NPC,{ //== Wolfchev - Final encounter ============================ 1@lhz,137,156,7 script Wolfchev#last 4_LGTSCIENCE,{ - if ((MaxWeight - Weight) < 1000 || !checkweight(1201, 1)) { + if ((MaxWeight - Weight) < 1000 || !checkweight(Knife, 1)) { mes "^FF0000 Check up your inventory. You got too many items to carry out the quest. ^000000"; close; } |