summaryrefslogtreecommitdiff
path: root/npc/cities/einbroch.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-12-10 15:31:31 +0530
committerHaru <haru@dotalux.com>2015-12-18 05:13:34 +0100
commit50e59ea8f8cfae5155e8733d4f06d67d91414bb1 (patch)
tree7efb5f6af006cbf4da7c2ba7f82f151c126cdc90 /npc/cities/einbroch.txt
parent99e13a34742b3c745f8b2247bc0e0a39042b78d1 (diff)
downloadhercules-50e59ea8f8cfae5155e8733d4f06d67d91414bb1.tar.gz
hercules-50e59ea8f8cfae5155e8733d4f06d67d91414bb1.tar.bz2
hercules-50e59ea8f8cfae5155e8733d4f06d67d91414bb1.tar.xz
hercules-50e59ea8f8cfae5155e8733d4f06d67d91414bb1.zip
ItemID to Constant: cities Folder
Diffstat (limited to 'npc/cities/einbroch.txt')
-rw-r--r--npc/cities/einbroch.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/einbroch.txt b/npc/cities/einbroch.txt
index 15bbc6614..8fd4c3119 100644
--- a/npc/cities/einbroch.txt
+++ b/npc/cities/einbroch.txt
@@ -158,14 +158,14 @@ function script EinTower {
mes "your safety before I give";
mes "you the Apple Combo Set.";
next;
- if (checkweight(512,1)) {
+ if (checkweight(Apple,1)) {
mes "[" + getarg(0) + "]";
mes "Thank you for";
mes "using our services.";
mes "Let me guide you to";
mes "the tower right away.";
Zeny -= 20;
- getitem 512,1; //Apple
+ getitem Apple,1;
close2;
warp "einbroch",174,204;
end;