summaryrefslogtreecommitdiff
path: root/npc/custom/quests/kahohorn.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-12-10 15:31:39 +0530
committerHaru <haru@dotalux.com>2015-12-18 05:13:34 +0100
commit6133612d369697e2228545e70eff5d69e6e8c46e (patch)
tree6c071547753931790428f6d3d673c3469b166ef4 /npc/custom/quests/kahohorn.txt
parent50e59ea8f8cfae5155e8733d4f06d67d91414bb1 (diff)
downloadhercules-6133612d369697e2228545e70eff5d69e6e8c46e.tar.gz
hercules-6133612d369697e2228545e70eff5d69e6e8c46e.tar.bz2
hercules-6133612d369697e2228545e70eff5d69e6e8c46e.tar.xz
hercules-6133612d369697e2228545e70eff5d69e6e8c46e.zip
ItemID to Constant: custom Folder
Diffstat (limited to 'npc/custom/quests/kahohorn.txt')
-rw-r--r--npc/custom/quests/kahohorn.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/quests/kahohorn.txt b/npc/custom/quests/kahohorn.txt
index 8c5c4d8cf..880e2aff9 100644
--- a/npc/custom/quests/kahohorn.txt
+++ b/npc/custom/quests/kahohorn.txt
@@ -53,7 +53,7 @@ geffen,115,107,5 script Lord Kaho's Servant 1_M_PUBMASTER,{
mes .@n$;
for(set .@i,0; .@i<18; set .@i,.@i+1)
if (!countitem(.@items[.@i])) { set .@nr,1; break; }
- if (.@nr || countitem(714) < 3 || Zeny < 5000000) {
+ if (.@nr || countitem(Emperium) < 3 || Zeny < 5000000) {
mes "I can't afford to make this if you don't bring all materials needed. Please understand this is to benefit heroes such as yourself!";
close; }
for(set .@i,0; .@i<18; set .@i,.@i+1)