Elqpal Posted May 2, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 66 Reputation: 2 Joined: 09/01/12 Last Seen: October 1, 2018 Share Posted May 2, 2013 Can i request a rank ladder? Everytime a player win in an event, their name will come out in Rank ladder. Quote Link to comment Share on other sites More sharing options...
Jaburak Posted May 2, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted May 2, 2013 set #questpoints,#questpoints+1; prontera,200,180,1 script Test 853,{ query_sql "SELECT `account_id`,`value` FROM `global_reg_value` WHERE `str` = '#questpoints' ORDER BY CAST(`value` AS UNSIGNED) DESC LIMIT 20",.@aid,.@var; for(set .@i,0;.@aid[.@i];set .@i,.@i+1) mes "AID:"+.@aid[.@i]+" | VALUES: ^FF0000"+.@var[.@i]+"^000000"; close; } } Quote Link to comment Share on other sites More sharing options...
LatSo Posted July 8, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Share Posted July 8, 2013 set #questpoints,#questpoints+1; prontera,200,180,1 script Test 853,{ query_sql "SELECT `account_id`,`value` FROM `global_reg_value` WHERE `str` = '#questpoints' ORDER BY CAST(`value` AS UNSIGNED) DESC LIMIT 20",.@aid,.@var; for(set .@i,0;.@aid[.@i];set .@i,.@i+1) mes "AID:"+.@aid[.@i]+" | VALUES: ^FF0000"+.@var[.@i]+"^000000"; close; } } This displays account ID, how to change to character name? Quote Link to comment Share on other sites More sharing options...
Question
Elqpal
Can i request a rank ladder? Everytime a player win in an event, their name will come out in Rank ladder.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.