From 50e59ea8f8cfae5155e8733d4f06d67d91414bb1 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:31:31 +0530 Subject: ItemID to Constant: cities Folder --- npc/cities/einbroch.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/cities/einbroch.txt') 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; -- cgit v1.2.3-60-g2f50