From 889e98b95f73d821ba5f969f366958993c389371 Mon Sep 17 00:00:00 2001 From: Playtester Date: Sat, 15 Jul 2006 12:16:35 +0000 Subject: Fixed Blue Fish quest only removing 1 Stinky Scale git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7684 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/newgears/2004_headgears.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/quests/newgears/2004_headgears.txt') diff --git a/npc/quests/newgears/2004_headgears.txt b/npc/quests/newgears/2004_headgears.txt index 3418368e5..47ca9276a 100644 --- a/npc/quests/newgears/2004_headgears.txt +++ b/npc/quests/newgears/2004_headgears.txt @@ -44,7 +44,7 @@ //= o yuno_in03.gat 20 18 //=14) Alarm Mask [Muscle Man*]{Aldebaran} //= o alde_alche.gat 88 180 -//=15) Drooping Kitty, Huge Leaf, Lazy Smokie +//=15) Drooping Kitty, Smokie Leaf, Lazy Smokie //= and Blue Fish [Traveler*] {Morroc} //= o morocc.gat 273 79 //=16) Fox Mask [Nine Tail*] {Payon Dungeon} @@ -2177,7 +2177,7 @@ morocc.gat,273,79,4 script Traveler 99,{ case 4: //Blue Fish [5065] if (countitem(624) && countitem(959)>299 && countitem(544)>49 && countitem(1023) && countitem(938)>99 && countitem(7030)) { delitem 624,1; - delitem 959,1; + delitem 959,300; delitem 544,50; delitem 1023,1; delitem 938,100; -- cgit v1.2.3-60-g2f50