安赫尔 9 Posted January 18, 2014 global_reg_value ---------------------- global_acc_reg_num_db global_acc_reg_str_db char ------ char char_reg_num_db char_reg_str_db acc_reg_num_db acc_reg_str_db How to change FluxCP for these new SQL Table? I found many error in Flux. ex. Character Info page, and Death count page. Quote Share this post Link to post Share on other sites
0 ossi0110 200 Posted January 18, 2014 Ok Open the modulesrankingdeath.php and change $sql .= "LEFT JOIN {$server->charMapDatabase}.`global_reg_value` AS reg ON reg.char_id = ch.char_id AND reg.str = 'PC_DIE_COUNTER' "; into $sql .= "LEFT JOIN {$server->charMapDatabase}.`char_reg_num_db` AS reg ON reg.char_id = ch.char_id AND reg.key = 'PC_DIE_COUNTER' "; now Open modulescharacterview.php and change $sql .= "LEFT OUTER JOIN {$server->charMapDatabase}.`global_reg_value` AS reg ON reg.char_id = ch.char_id AND reg.str = 'PC_DIE_COUNTER' "; into $sql .= "LEFT OUTER JOIN {$server->charMapDatabase}.`char_reg_num_db` AS reg ON reg.char_id = ch.char_id AND reg.key = 'PC_DIE_COUNTER' "; and errors are solved 4 Mumbles, mrlongshen, mleo1 and 1 other reacted to this Quote Share this post Link to post Share on other sites
0 mleo1 36 Posted January 18, 2014 ossi is fast Quote Share this post Link to post Share on other sites
0 安赫尔 9 Posted January 18, 2014 Ok Open the modulesrankingdeath.php and change $sql .= "LEFT JOIN {$server->charMapDatabase}.`global_reg_value` AS reg ON reg.char_id = ch.char_id AND reg.str = 'PC_DIE_COUNTER' "; into $sql .= "LEFT JOIN {$server->charMapDatabase}.`char_reg_num_db` AS reg ON reg.char_id = ch.char_id AND reg.key = 'PC_DIE_COUNTER' "; now Open modulescharacterview.php and change $sql .= "LEFT OUTER JOIN {$server->charMapDatabase}.`global_reg_value` AS reg ON reg.char_id = ch.char_id AND reg.str = 'PC_DIE_COUNTER' ";into $sql .= "LEFT OUTER JOIN {$server->charMapDatabase}.`char_reg_num_db` AS reg ON reg.char_id = ch.char_id AND reg.key = 'PC_DIE_COUNTER' "; and errors are solved thx so much Quote Share this post Link to post Share on other sites
0 pr3p 39 Posted January 19, 2014 Thanks Ossi your the man Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted November 18, 2015 @@ossi0110 thanks. its fix the death ranking. How about the alchemist and blacksmith ? Quote Share this post Link to post Share on other sites
global_reg_value
----------------------
global_acc_reg_num_db
global_acc_reg_str_db
char
------
char
char_reg_num_db
char_reg_str_db
acc_reg_num_db
acc_reg_str_db
How to change FluxCP for these new SQL Table? I found many error in Flux.
ex. Character Info page, and Death count page.
Share this post
Link to post
Share on other sites