diff options
Diffstat (limited to 'npc/pre-re/quests/collection/quest_coco.txt')
-rw-r--r-- | npc/pre-re/quests/collection/quest_coco.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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 { |