Hello there, like the title says i need something that count the achivements points from the player.
I want something like :
That codes gonna be in characters.php
If someone can rewrite the script and add the querys etc, the table is Achievement_Points in players.
Thanks
I want something like :
PHP:
$bgcolor = (($number_of_rows++ % 2 == 1) ? $config['site']['darkborder'] : $config['site']['lightborder']);
$main_content .= '<tr bgcolor="' . $bgcolor . '"><td>Residence:</td><td>' . htmlspecialchars($towns_list[$player->getTownId()][$player->getTownID()]) . '</td></tr>';
That codes gonna be in characters.php
If someone can rewrite the script and add the querys etc, the table is Achievement_Points in players.
Thanks