diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-04-11 15:31:23 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-04-11 15:31:23 +0530 |
commit | ad3c3f42eb9eaa5527108459f3221d75f804aae2 (patch) | |
tree | 567470d4a1cd2acc97e0c953f1a7d7951393ed08 /npc/instances | |
parent | da391caae9d51086ee6b817dbc98459c7fa5fc79 (diff) | |
download | hercules-ad3c3f42eb9eaa5527108459f3221d75f804aae2.tar.gz hercules-ad3c3f42eb9eaa5527108459f3221d75f804aae2.tar.bz2 hercules-ad3c3f42eb9eaa5527108459f3221d75f804aae2.tar.xz hercules-ad3c3f42eb9eaa5527108459f3221d75f804aae2.zip |
Updated Zeny Requirement,Partial Fix for #8619
Diffstat (limited to 'npc/instances')
-rw-r--r-- | npc/instances/SealedShrine.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/instances/SealedShrine.txt b/npc/instances/SealedShrine.txt index 82267be7a..07e0634b5 100644 --- a/npc/instances/SealedShrine.txt +++ b/npc/instances/SealedShrine.txt @@ -272,7 +272,7 @@ prt_monk,261,91,3 script Rust Blackhand#edq 4_M_DWARF,{ mes "[Rust Blackhand]"; mes "Did you bring all of the ingredients?"; next; - if ((countitem(6004) > 0) && (countitem(2256) > 0) && (countitem(7799) > 29) && (countitem(7798) > 49) && (Zeny > 990000)) { + if (countitem(6004) && countitem(2256) && (countitem(7799) > 29) && (countitem(7798) > 49) && (Zeny >= 990000)) { mes "[Rust Blackhand]"; mes "kkk... You prepared the ingredients well. Why don't you leave it there and wait?"; next; |