Fixed Sea Otter Quest

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6511 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Playtester 2006-05-07 14:09:09 +00:00
parent a866920e15
commit 7ccf744633
2 changed files with 6 additions and 3 deletions

View File

@ -27,6 +27,8 @@ Nexon
Date Added Date Added
====== ======
05/07
* Fixed Sea Otter Quest thanks to nolider [Playtester]
05/06 05/06
* Fixed the warp in the Turbo Track Room [Playtester] * Fixed the warp in the Turbo Track Room [Playtester]
05/04 05/04

View File

@ -4,7 +4,7 @@
//= Halca (1.0) //= Halca (1.0)
//= Mass Zero (1.1) //= Mass Zero (1.1)
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.4 //= 1.5
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= Any eAthena Version. //= Any eAthena Version.
//===== Description: ========================================= //===== Description: =========================================
@ -14,6 +14,7 @@
//= 1.3 Fixed possible exploit [Lupus] //= 1.3 Fixed possible exploit [Lupus]
//= 1.4 Fixed required item (Lazy Racoon Hat -> Racoon Hat), //= 1.4 Fixed required item (Lazy Racoon Hat -> Racoon Hat),
//= thanks to frugal [DracoRPG] //= thanks to frugal [DracoRPG]
//= 1.5 Transformation Leaf -> Smokie Leaf [Playtester]
//============================================================ //============================================================
xmas.gat,184,267,4 script Pretty Rency 818,{ 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 "[Pretty Rency]";
mes "The requirements for this item, are very simple:"; mes "The requirements for this item, are very simple:";
mes "1 Raccoon Hat,"; mes "1 Raccoon Hat,";
mes "1 Transformation Leaf"; mes "1 Smokie Leaf";
next; next;
mes "[Pretty Rency]"; mes "[Pretty Rency]";
mes "Do you have these items?"; 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, if(countitem(5033) < 1 || countitem(5064) < 1) GOTO L_NOITEM;//Items: Raccoon Hat, Transformation Leaf,
delitem 5033,1;//Items: Raccoon Hat, delitem 5033,1;//Items: Raccoon Hat,
delitem 5064,1;//Items: Transformation Leaf, delitem 5064,1;//Items: Smokie Leaf,
mes "[Pretty Rency]"; mes "[Pretty Rency]";
mes "Congratulations!"; mes "Congratulations!";
next; next;