Open the modules/ranking/death.php (lines 24)
and change
now Open modules/character/view.php (lines 59)
and change
If you cant find, just search for PC_DIE_COUNTER
Credit to: Ossi
Make a reference for mine and other people!
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 modules/character/view.php (lines 59)
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' ";
If you cant find, just search for PC_DIE_COUNTER
Credit to: Ossi
Make a reference for mine and other people!
Did this ever get pushed to the official Hercules FluxCP @mrlongshen or @Mysterious / @MishimaHaruna