From 01a84660594f5756e9a9a24253007f235074eba9 Mon Sep 17 00:00:00 2001 From: Playtester Date: Fri, 14 Jul 2006 21:33:04 +0000 Subject: Fixed a quest NPC giving you a Huge Leaf rather than Smokie Leaf git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7675 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/newgears/2004_headgears.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/quests/newgears') diff --git a/npc/quests/newgears/2004_headgears.txt b/npc/quests/newgears/2004_headgears.txt index 023958d57..3418368e5 100644 --- a/npc/quests/newgears/2004_headgears.txt +++ b/npc/quests/newgears/2004_headgears.txt @@ -2098,7 +2098,7 @@ morocc.gat,273,79,4 script Traveler 99,{ mes "^FF0000the level of refines and cards will dissapear too.^000000"; mes "So please confirm the item you require."; next; - switch(select("Drooping Cat:Huge Leaf:Lazy Smokie:Blue Fish:There's nothing that I like.")) { + switch(select("Drooping Cat:Smokie Leaf:Lazy Smokie:Blue Fish:There's nothing that I like.")) { case 1: if (countitem(2233) && countitem(983) && countitem(7206) > 299 && countitem(7030)) { delitem 2233,1; @@ -2125,16 +2125,16 @@ morocc.gat,273,79,4 script Traveler 99,{ mes "If you bring them to me, I will make the Cat for you."; close; } - case 2: //Huge Leaf [7198] + case 2: //Smokie Leaf [5064] if (countitem(945) > 599 && countitem(7030)) { delitem 945,600; delitem 7030,1; creation_lines; - getitem 7198,1; + getitem 5064,1; close; } else { mes "[Human]"; - mes "Ah, so you want the Huge Leaf."; + mes "Ah, so you want the Smokie Leaf."; mes "Well,"; mes "I can make that for you,"; mes "but you will have to"; -- cgit v1.2.3-70-g09d2