diff options
Diffstat (limited to 'npc/other/turbotrack/Expert_16.txt')
-rw-r--r-- | npc/other/turbotrack/Expert_16.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/npc/other/turbotrack/Expert_16.txt b/npc/other/turbotrack/Expert_16.txt index 5627295a5..cd758bb3a 100644 --- a/npc/other/turbotrack/Expert_16.txt +++ b/npc/other/turbotrack/Expert_16.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 1.0 First version. [L0ne_W0lf] //= 1.1 Fixed small official bug. [L0ne_W0lf] //= 1.2 Fixed a little mistake [akrus] +//= 1.3 Corrected issue with top record setting. [L0ne_W0lf] //============================================================ turbo_room,124,135,3 script Expert mode - 16 person 124,{ @@ -958,7 +959,7 @@ turbo_e_16,384,167,1 script Winner Helper#TBT_e_16 47,{ next; if (tt_rank > $ttranks[1]) { setarray $ttranks[0],$ttranks[0],tt_rank,$ttranks[1],$ttranks[2],$ttranks[3],$ttranks[4]; - setarray $ttnames[9],strcharinfo(0); + setarray $ttnames$[9],strcharinfo(0); mes "[Guide]"; mes "Congratulations!"; mes "You are ranked as"; @@ -982,7 +983,7 @@ turbo_e_16,384,167,1 script Winner Helper#TBT_e_16 47,{ } else if (tt_rank > $ttranks[2]) { setarray $ttranks[0],$ttranks[0],$ttranks[1],tt_rank,$ttranks[3],$ttranks[4],$ttranks[5]; - setarray $ttnames[10],strcharinfo(0); + setarray $ttnames$[10],strcharinfo(0); mes "[Guide]"; mes "Congratulations!"; mes "You've ranked Second"; @@ -1006,7 +1007,7 @@ turbo_e_16,384,167,1 script Winner Helper#TBT_e_16 47,{ } else if (tt_rank > $ttranks[3]) { setarray $ttranks[0],$ttranks[0],$ttranks[1],$ttranks[2],tt_rank,$ttranks[4],$ttranks[5]; - setarray $ttnames[11],strcharinfo(0); + setarray $ttnames$[11],strcharinfo(0); mes "[Guide]"; mes "Congratulations!"; mes "You've ranked Third"; @@ -1030,7 +1031,7 @@ turbo_e_16,384,167,1 script Winner Helper#TBT_e_16 47,{ } else if (tt_rank > $ttranks[4]) { setarray $ttranks[0],$ttranks[0],$ttranks[1],$ttranks[2],$ttranks[3],tt_rank,$ttranks[5]; - setarray $ttnames[12],strcharinfo(0); + setarray $ttnames$[12],strcharinfo(0); mes "[Guide]"; mes "Congratulations!"; mes "You've ranked Fourth"; @@ -1054,7 +1055,7 @@ turbo_e_16,384,167,1 script Winner Helper#TBT_e_16 47,{ } else if (tt_rank > $ttranks[5]) { setarray $ttranks[0],$ttranks[0],$ttranks[1],$ttranks[2],$ttranks[3],$ttranks[4],tt_rank; - setarray $ttnames[13],strcharinfo(0); + setarray $ttnames$[13],strcharinfo(0); mes "[Guide]"; mes "Congratulations!"; mes "You've ranked Fifth"; |