Lord Ganja Posted September 2, 2015 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
nanakiwurtz Posted September 2, 2015 Posted September 2, 2015 Update your server at least to ebaefc14762b519479ec17596dedf8f53cb37388 Quote
nanakiwurtz Posted September 2, 2015 Posted September 2, 2015 Which 'latest git' are you referring to? Quote
Lord Ganja Posted September 2, 2015 Author Posted September 2, 2015 Which 'latest git' are you referring to? This is what appears on my mapserver. [Info]: Git Hash: '6295c77d393555fe5a366f092a75f4cf0d2de933' Quote
Lord Ganja Posted September 2, 2015 Author Posted September 2, 2015 Update your server at least to ebaefc14762b519479ec17596dedf8f53cb37388 LOL It' working now. Thanks nanakiwurtz! Quote
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
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.