diff options
Diffstat (limited to 'npc/pre-re/quests/collection/quest_caramel.txt')
-rw-r--r-- | npc/pre-re/quests/collection/quest_caramel.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/pre-re/quests/collection/quest_caramel.txt b/npc/pre-re/quests/collection/quest_caramel.txt index 20bf28b8e..97d5b50ec 100644 --- a/npc/pre-re/quests/collection/quest_caramel.txt +++ b/npc/pre-re/quests/collection/quest_caramel.txt @@ -182,7 +182,7 @@ mjolnir_01,296,29,6 script Yullo#Caramel_Hunt 4_F_SISTER,{ switch(select("I have Porcupine Quills:Well I don't think I can help.")) { case 1: /* - if (checkweight(501,10) == 0) { + if (checkweight(Red_Potion,10) == 0) { mes "[Yullo]"; mes "Hey, it looks like that the weight on"; mes "your back will crush you. Come back"; @@ -190,13 +190,13 @@ mjolnir_01,296,29,6 script Yullo#Caramel_Hunt 4_F_SISTER,{ close; } */ - if (countitem(1027) > 24) { + if (countitem(Porcupine_Spike) > 24) { mes "[Yullo]"; mes "Great, you have enough!"; mes "Just like I promised a little reward."; - delitem 1027,25; //Porcupine_Spike + delitem Porcupine_Spike,25; getexp 10425,6272; - //getitem 501,10; //Red_Potion + //getitem Red_Potion,10; close; } else { |