summaryrefslogtreecommitdiff
path: root/npc/guides/guides_gef.txt
diff options
context:
space:
mode:
authorsamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-15 23:54:48 +0000
committersamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-15 23:54:48 +0000
commit5ba329bf4324747ef3afe9638c202a6de7512724 (patch)
tree93221e0c20ee1c6a1043285a8fbbbf4958d12b7e /npc/guides/guides_gef.txt
parent08f4b386b2dae13aa837e4632ef197299846a7b1 (diff)
downloadhercules-5ba329bf4324747ef3afe9638c202a6de7512724.tar.gz
hercules-5ba329bf4324747ef3afe9638c202a6de7512724.tar.bz2
hercules-5ba329bf4324747ef3afe9638c202a6de7512724.tar.xz
hercules-5ba329bf4324747ef3afe9638c202a6de7512724.zip
* 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
Diffstat (limited to 'npc/guides/guides_gef.txt')
-rw-r--r--npc/guides/guides_gef.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/npc/guides/guides_gef.txt b/npc/guides/guides_gef.txt
index c7ce9f98b..1ef8dd0ed 100644
--- a/npc/guides/guides_gef.txt
+++ b/npc/guides/guides_gef.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= kobra_k88; L0ne_W0lf
//===== Current Version: =====================================
-//= 1.4
+//= 1.4a
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -15,7 +15,9 @@
//= 1.2 Optimized, updated common guide names [Lupus]
//= 1.2a Small note that the BS guild moved to Einbroch [Poki#3]
//= 1.3 Removed Duplicates [Silent]
-//= 1.4 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
+//= 1.4a Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
+//= 1.4 Fixed some errors with the loop[Samuray22]
+// -Thanks to $ephiroth.
//============================================================
geffen,203,116,0 script Guide#gef::GefGuide 705,{
@@ -39,11 +41,14 @@ geffen,203,116,0 script Guide#gef::GefGuide 705,{
mes "Would you like me";
mes "to mark locations";
mes "on your Mini-Map?";
+ next;
if (select("Yes:No") == 1) set .@compass_check,1;
}
set .@loop2,1;
while (.@loop2) {
- next;
+ if (.@wait_button_chk == 0) set .@wait_button_chk,1;
+ else next;
+// next;
switch(select("^FF0000Magic Acedemy^000000:Forge Shop:Weapon Shop:Tool Shop:Pub:Inn:Geffen Tower:Cancel")) {
case 1:
mes "[Geffen Guide]";
@@ -114,6 +119,7 @@ geffen,203,116,0 script Guide#gef::GefGuide 705,{
mes "location marks displayed";
mes "on your Mini-Map.";
set .@loop2,0;
+ break;
}
}
break;