From 6133612d369697e2228545e70eff5d69e6e8c46e Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:31:39 +0530 Subject: ItemID to Constant: custom Folder --- npc/custom/events/hallow06.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/custom/events/hallow06.txt') diff --git a/npc/custom/events/hallow06.txt b/npc/custom/events/hallow06.txt index 01a122320..3045c2330 100644 --- a/npc/custom/events/hallow06.txt +++ b/npc/custom/events/hallow06.txt @@ -87,7 +87,7 @@ L_Treat: menu "Got'em",-, "Don't Have",L_Dont_Have, "See List",L_List; mes "[Hallows' Eve Event]"; - if((countitem(2220) < 1) || (countitem(535) < 30) || (countitem(7205) < 20)){ + if((countitem(Hat) < 1) || (countitem(Pumpkin) < 30) || (countitem(Piece_Of_Black_Cloth) < 20)){ mes "You don't have enough items. Come back when you do."; emotion e_sry; close; -- cgit v1.2.3-60-g2f50