From 5ba329bf4324747ef3afe9638c202a6de7512724 Mon Sep 17 00:00:00 2001 From: samuray22 Date: Wed, 15 Aug 2007 23:54:48 +0000 Subject: * Fixed some loop errors in the guides. -Thanks to $ephiroth. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11021 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guides/guides_rachel.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'npc/guides/guides_rachel.txt') diff --git a/npc/guides/guides_rachel.txt b/npc/guides/guides_rachel.txt index 3e450549c..116349689 100644 --- a/npc/guides/guides_rachel.txt +++ b/npc/guides/guides_rachel.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.2 +//= 1.2a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -14,7 +14,10 @@ //= 1.1 Change the while loops a bit. [L0ne_W0lf] //= 1.2 Deleted an Unnecessary "next;" [Samuray22] // -Thanks to $ephiroth. +//= 1.2a Fixed some errors with the loop[Samuray22] +// -Thanks to $ephiroth. //============================================================ + rachel,138,146,5 script Rachel Guide 934,{ mes "[Rachel Guide]"; mes "Welcome to the capital of"; @@ -23,8 +26,8 @@ rachel,138,146,5 script Rachel Guide 934,{ mes "If this is the first time for you"; mes "to use the guide services, why"; mes "don't you check the \"Notice\" menu first?"; - set .@loop,1; - while(.@loop) { + set .@loop1,1; + while(.@loop1) { next; switch(select("Village Guide:Remove Marks from Mini-Map:Notice:Cancel")) { case 1: @@ -103,9 +106,11 @@ rachel,138,146,5 script Rachel Guide 934,{ mes "[Rachel Guide]"; mes "Hope you have a wonderfull journey"; mes "in Arunafeltz."; - set .@loop,0; + close2; + set .@loop1,0; break; } } close; + end; } -- cgit v1.2.3-70-g09d2