diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-06 10:15:27 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-06 10:15:27 +0000 |
commit | 74b283460a19b508724cd9ea627bf70d0a421e92 (patch) | |
tree | c2db95dc856d613f80bd21833389837d2cbe8653 /npc/quests/quests_lutie.txt | |
parent | ad176fadd0e7e095f91f122776ccaad6f3416540 (diff) | |
download | hercules-74b283460a19b508724cd9ea627bf70d0a421e92.tar.gz hercules-74b283460a19b508724cd9ea627bf70d0a421e92.tar.bz2 hercules-74b283460a19b508724cd9ea627bf70d0a421e92.tar.xz hercules-74b283460a19b508724cd9ea627bf70d0a421e92.zip |
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
Diffstat (limited to 'npc/quests/quests_lutie.txt')
-rw-r--r-- | npc/quests/quests_lutie.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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~~*"; |