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_pupa.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/pre-re/quests/collection/quest_pupa.txt') diff --git a/npc/pre-re/quests/collection/quest_pupa.txt b/npc/pre-re/quests/collection/quest_pupa.txt index 4280870ea..5868fae84 100644 --- a/npc/pre-re/quests/collection/quest_pupa.txt +++ b/npc/pre-re/quests/collection/quest_pupa.txt @@ -185,11 +185,11 @@ gef_fild04,191,54,3 script Halgus#Pupa_Hunt 2_F_MAGICMASTER,{ next; switch(select("I have Chrysalis:What did you need?")) { case 1: - if (countitem(915) > 24) { + if (countitem(Chrysalis) > 24) { mes "[Halgus]"; mes "Amazing you found so many that fast."; mes "Like I promised, give me the Chrysalis and I will reward you with my wisdom."; - delitem 915,25; //Chrysalis + delitem Chrysalis,25; getexp 385,30; close; } -- cgit v1.2.3-60-g2f50