Lord Ganja Posted September 2, 2015 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Share Posted September 2, 2015 Can anyone fix this for me? Thanks in advance! After updating my rAthena files to the Latest GIT, this scripts doesn't display any ranking information. Might be because of the 'query' scripts. I just don't understand queries so I can't fix it on my own :/ Dota Ladder by AnnieRuru - It doesn't display the ranking information. Always says "The ladder currently is empty". Emperium Breaker Ladder by Sandbox - It also doesn't display the ranking info of the top emperium breakers. - Tried to change global_reg_value to char_reg_num because of the Script Engine Update, but still not working Guild Ranker posted by Capuche - Same thing. Doesn;t display the guild ranking info my agit_main.txt // The Emperium has been broken. OnAgitBreak: if ( strcharinfo(3) == "prtg_cas01" || strcharinfo(3) == "prtg_cas02" || strcharinfo(3) == "payg_cas05" || strcharinfo(3) == "aldeg_cas02" || strcharinfo(3) == "gefg_cas01" || strcharinfo(3) == "payg_cas04" ) { query_sql "update guild set woe_points = woe_points +1 where guild_id = "+ getcharid(2); set brokeemp,brokeemp+1; // For Top 10 Emperium Breaker } This is the script that im currently using: Ladder.txt Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted September 2, 2015 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted September 2, 2015 Which 'latest git' are you referring to? Quote Link to comment Share on other sites More sharing options...
Lord Ganja Posted September 2, 2015 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Author Share Posted September 2, 2015 Which 'latest git' are you referring to? This is what appears on my mapserver. [Info]: Git Hash: '6295c77d393555fe5a366f092a75f4cf0d2de933' Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted September 2, 2015 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted September 2, 2015 Update your server at least to ebaefc14762b519479ec17596dedf8f53cb37388 Quote Link to comment Share on other sites More sharing options...
Lord Ganja Posted September 2, 2015 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Author Share Posted September 2, 2015 Update your server at least to ebaefc14762b519479ec17596dedf8f53cb37388 LOL It' working now. Thanks nanakiwurtz! Quote Link to comment Share on other sites More sharing options...
Question
Lord Ganja
Can anyone fix this for me? Thanks in advance!
After updating my rAthena files to the Latest GIT, this scripts doesn't display any ranking information.
Might be because of the 'query' scripts. I just don't understand queries so I can't fix it on my own :/
Dota Ladder by AnnieRuru
- It doesn't display the ranking information. Always says "The ladder currently is empty".
Emperium Breaker Ladder by Sandbox
- It also doesn't display the ranking info of the top emperium breakers.
- Tried to change global_reg_value to char_reg_num because of the Script Engine Update, but still not working
Guild Ranker posted by Capuche
- Same thing. Doesn;t display the guild ranking info
my agit_main.txt
This is the script that im currently using: Ladder.txt
Link to comment
Share on other sites
4 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.