diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:36:07 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:37 +0100 |
commit | bd18b127755adaea4d958574b5b7f26c8d818b50 (patch) | |
tree | 01eef4e4d0bcd5937deb4801fae7eaa1a90b06eb /npc/pre-re/quests/collection/quest_caramel.txt | |
parent | 48122727289c06906d8c4e38e183bb0a16ddbb53 (diff) | |
download | hercules-bd18b127755adaea4d958574b5b7f26c8d818b50.tar.gz hercules-bd18b127755adaea4d958574b5b7f26c8d818b50.tar.bz2 hercules-bd18b127755adaea4d958574b5b7f26c8d818b50.tar.xz hercules-bd18b127755adaea4d958574b5b7f26c8d818b50.zip |
ItemID to Constant: pre-re Folder
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 { |