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_coco.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/pre-re/quests/collection/quest_coco.txt') diff --git a/npc/pre-re/quests/collection/quest_coco.txt b/npc/pre-re/quests/collection/quest_coco.txt index 88a860610..358726e1a 100644 --- a/npc/pre-re/quests/collection/quest_coco.txt +++ b/npc/pre-re/quests/collection/quest_coco.txt @@ -180,7 +180,7 @@ mjolnir_01,293,20,3 script Nutters#Coco_Hunt 4_M_YOYOROGUE,{ switch(select("I have 25 Acorns:Please come again?")) { case 1: /* - if (checkweight(502,5) == 0) { + if (checkweight(Orange_Potion,5) == 0) { mes "[Nutters]"; mes "Hey, it looks like that the weight on"; mes "your back will crush you. Come back"; @@ -188,7 +188,7 @@ mjolnir_01,293,20,3 script Nutters#Coco_Hunt 4_M_YOYOROGUE,{ close; } */ - if (countitem(1026) > 24) { + if (countitem(Acorn) > 24) { mes "[Nutters]"; mes "Oh great you found out where they were hiding them."; mes "Gimme Gimme!!!"; @@ -196,9 +196,9 @@ mjolnir_01,293,20,3 script Nutters#Coco_Hunt 4_M_YOYOROGUE,{ mes "[Nutters]"; mes "Oh that's right, sorry I just love roasting Acorns. Mmm."; mes "Here is what I promised you."; - delitem 1026,25; //Acorn + delitem Acorn,25; getexp 3600,3905; - //getitem 502,5; //Orange_Potion + //getitem Orange_Potion,5; close; } else { -- cgit v1.2.3-70-g09d2