diff options
Diffstat (limited to 'npc/guides/guides_moc.txt')
-rw-r--r-- | npc/guides/guides_moc.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/guides/guides_moc.txt b/npc/guides/guides_moc.txt index 44a091122..b3d4f1f83 100644 --- a/npc/guides/guides_moc.txt +++ b/npc/guides/guides_moc.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.4 +//= 1.4a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -15,6 +15,8 @@ //= 1.2 Optimized, updated common guide names [Lupus] //= 1.3 Removed Duplicates [Silent] //= 1.4 rescripted to Aegis 10.3 standards. [L0ne_W0lf] +//= 1.4a Fixed some errors with the loop[Samuray22] +// -Thanks to $ephiroth. //============================================================ morocc,153,286,6 script Guide#moc::MocGuide 707,{ @@ -44,7 +46,9 @@ morocc,153,286,6 script Guide#moc::MocGuide 707,{ } set .@loop2,1; while(.@loop2) { - next; + if (.@wait_button_chk == 0) set .@wait_button_chk,1; + else next; + switch(select("^FF0000Thief Guild^000000:Weapon Shop:Inn:Pub:Mercenary Guild:Forge:Cancel")) { case 1: mes "[Morroc Guide]"; |