From bd18b127755adaea4d958574b5b7f26c8d818b50 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:36:07 +0530 Subject: ItemID to Constant: pre-re Folder --- npc/pre-re/quests/collection/quest_pecopeco.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/pre-re/quests/collection/quest_pecopeco.txt') diff --git a/npc/pre-re/quests/collection/quest_pecopeco.txt b/npc/pre-re/quests/collection/quest_pecopeco.txt index 462703638..32c595c92 100644 --- a/npc/pre-re/quests/collection/quest_pecopeco.txt +++ b/npc/pre-re/quests/collection/quest_pecopeco.txt @@ -195,10 +195,10 @@ moc_fild02,74,329,3 script Gregor#PecoPeco_Hunt 4W_M_01,{ next; switch(select("I have some Bill of Birds:What did you need?")) { case 1: - if (countitem(925) > 24) { + if (countitem(Bill_Of_Birds) > 24) { mes "[Gregor]"; mes "Thank you so much."; - delitem 925,25; //Bill_Of_Birds + delitem Bill_Of_Birds,25; getexp 4000,2000; next; mes "[Gregor]"; -- cgit v1.2.3-60-g2f50