diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-15 12:16:35 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-15 12:16:35 +0000 |
commit | 889e98b95f73d821ba5f969f366958993c389371 (patch) | |
tree | b17066b7b699e5898689f5401dc88a81d4bba76a /npc/quests/newgears | |
parent | 765144aa8d65be408caa44bf189e8c2145ca90b8 (diff) | |
download | hercules-889e98b95f73d821ba5f969f366958993c389371.tar.gz hercules-889e98b95f73d821ba5f969f366958993c389371.tar.bz2 hercules-889e98b95f73d821ba5f969f366958993c389371.tar.xz hercules-889e98b95f73d821ba5f969f366958993c389371.zip |
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
Diffstat (limited to 'npc/quests/newgears')
-rw-r--r-- | npc/quests/newgears/2004_headgears.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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;
|