From 5ff2f8f9e559ccfea8d577abab8b018b07213b2d Mon Sep 17 00:00:00 2001 From: Playtester Date: Sun, 7 May 2006 14:09:09 +0000 Subject: Fixed Sea Otter Quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6511 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/newgears/sea_otter_hat.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/quests/newgears') diff --git a/npc/quests/newgears/sea_otter_hat.txt b/npc/quests/newgears/sea_otter_hat.txt index 244b9d564..79e7a6058 100644 --- a/npc/quests/newgears/sea_otter_hat.txt +++ b/npc/quests/newgears/sea_otter_hat.txt @@ -4,7 +4,7 @@ //= Halca (1.0) //= Mass Zero (1.1) //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= Any eAthena Version. //===== Description: ========================================= @@ -14,6 +14,7 @@ //= 1.3 Fixed possible exploit [Lupus] //= 1.4 Fixed required item (Lazy Racoon Hat -> Racoon Hat), //= thanks to frugal [DracoRPG] +//= 1.5 Transformation Leaf -> Smokie Leaf [Playtester] //============================================================ xmas.gat,184,267,4 script Pretty Rency 818,{ @@ -23,7 +24,7 @@ xmas.gat,184,267,4 script Pretty Rency 818,{ mes "[Pretty Rency]"; mes "The requirements for this item, are very simple:"; mes "1 Raccoon Hat,"; - mes "1 Transformation Leaf"; + mes "1 Smokie Leaf"; next; mes "[Pretty Rency]"; mes "Do you have these items?"; @@ -32,7 +33,7 @@ xmas.gat,184,267,4 script Pretty Rency 818,{ if(countitem(5033) < 1 || countitem(5064) < 1) GOTO L_NOITEM;//Items: Raccoon Hat, Transformation Leaf, delitem 5033,1;//Items: Raccoon Hat, - delitem 5064,1;//Items: Transformation Leaf, + delitem 5064,1;//Items: Smokie Leaf, mes "[Pretty Rency]"; mes "Congratulations!"; next; -- cgit v1.2.3-60-g2f50