diff options
Diffstat (limited to 'npc/guides/guides_pron.txt')
-rw-r--r-- | npc/guides/guides_pron.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/npc/guides/guides_pron.txt b/npc/guides/guides_pron.txt index 8311f7010..d4b518966 100644 --- a/npc/guides/guides_pron.txt +++ b/npc/guides/guides_pron.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.6 +//= 1.6a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -18,6 +18,8 @@ //= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA] //= 1.5 Removed Duplicates [Silent] //= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] +//= 1.6a Fixed some errors with the loop[Samuray22] +// -Thanks to $ephiroth. //============================================================ prontera,154,187,4 script Guide#prt::PrtGuide 105,{ @@ -45,7 +47,9 @@ prontera,154,187,4 script Guide#prt::PrtGuide 105,{ } set .@loop2,1; while (.@loop2) { - next; + if (.@wait_button_chk == 0) set .@wait_button_chk,1; + else next; + switch(select("Swordman Association:^0000FFSanctuary^000000:Prontera Chivalry:Weapon Shop:Tool Shop:Inn:Trading Post:Pub:Library:Job Agency:Prontera Castle:City Hall:Cancel")) { case 1: mes "[Prontera Guide]"; @@ -168,6 +172,7 @@ prontera,154,187,4 script Guide#prt::PrtGuide 105,{ mes "location marks displayed"; mes "on your Mini-Map."; set .@loop2,0; + break; } } break; |