diff options
Diffstat (limited to 'npc/guides/guides_alb.txt')
-rw-r--r-- | npc/guides/guides_alb.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/guides/guides_alb.txt b/npc/guides/guides_alb.txt index c88372a37..3564a34a5 100644 --- a/npc/guides/guides_alb.txt +++ b/npc/guides/guides_alb.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.5 +//= 1.5a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -17,6 +17,8 @@ //= to Muad_Dib //= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA] //= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] +//= 1.5 Fixed some errors with the loop[Samuray22] +// -Thanks to $ephiroth. //============================================================ alberta,23,238,4 script Guide#alb::AlbGuide 105,{ @@ -46,7 +48,9 @@ alberta,23,238,4 script Guide#alb::AlbGuide 105,{ } set .@loop2,1; while (.@loop2) { - next; + if (.@wait_button_chk == 0) set .@wait_button_chk,1; + else next; + switch(select("^FF0000Merchant Guild^000000:Weapon Shop:Tool Shop:Inn:Forge:Cancel")) { case 1: mes "[Alberta Guide]"; |