From 74b283460a19b508724cd9ea627bf70d0a421e92 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sat, 6 Sep 2008 10:15:27 +0000 Subject: Applied bug fixes for IDs in recent quests. (bugreport:2189) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13193 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_lutie.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/quests/quests_lutie.txt') diff --git a/npc/quests/quests_lutie.txt b/npc/quests/quests_lutie.txt index 62f20de6b..ac5d08289 100644 --- a/npc/quests/quests_lutie.txt +++ b/npc/quests/quests_lutie.txt @@ -186,10 +186,10 @@ xmas,115,297,4 script Vending Machine 111,{ } break; case 3: - if ((countitem(4048) > 849) && (countitem(7068) > 299) && (countitem(1015) > 0)) { + if ((countitem(7033) > 849) && (countitem(7068) > 299) && (countitem(1015) > 0)) { mes "^3355FFYou gingerly place the items into the snowman's mouth.^000000"; next; - delitem 4048,850; //Poison_Spore + delitem 7033,850; //Poison_Spore delitem 7068,300; //Burn_Tree delitem 1015,1; //Thin_N'_Long_Tongue Emotion e_oh; @@ -273,12 +273,12 @@ xmas,115,297,4 script Vending Machine 111,{ } break; case 7: - if ((countitem(539) > 119) && (countitem(982) > 0) && (countitem(916) > 329) && (countitem(1036) > 449)) { + if ((countitem(539) > 119) && (countitem(982) > 0) && (countitem(949) > 329) && (countitem(1036) > 449)) { mes "^3355FFYou gingerly place the items into the snowman's mouth.^000000"; next; delitem 539,120; //Piece_Of_Cake delitem 982,1; //White_Dyestuffs - delitem 916,330; //Feather + delitem 949,330; //Feather delitem 1036,450; //Dragon_Scale Emotion e_oh; mes "^3355FF*Vroooooom~~*"; -- cgit v1.2.3-60-g2f50