Ranking for {{ skillName }}{% if vocation is not null %} ({{ vocation }}){% endif %} on {{ config.lua.serverName }}


Filters
{% if setting('core.account_country') %} {% endif %} {% if setting('core.highscores_outfit') %} {% endif %} {% if skill == constant('POT::SKILL__LEVEL') %} {% endif %} {% if highscores|length < 1 %} {% else %} {% set row = 0 %} {% for player in highscores %} {% set row = row + 1 %} {% if setting('core.account_country') %} {% endif %} {% if setting('core.highscores_outfit') %} {% endif %} {% if skill == constant('POT::SKILL__LEVEL') %} {% endif %} {% endfor %} {% endif %}
#RankOutfitName {{ levelName }}Points
No records yet.
{{ player.flag|raw }}{{ player.rank }}.{{ player.outfit|raw }} {{ player.name }} {% if setting('core.highscores_vocation') %}
{{ player.vocation }} {% endif %}
{{ player.value }}
{{ player.experience }}
{% if linkPreviousPage|length > 0 %} {% endif %} {% if linkNextPage|length > 0 %} {% endif %}
Previous Page
Next Page
Choose a skill
{% for link, name in types %} {{ name }}
{% endfor %}

{% if config.highscores_vocation_box %}
Choose a vocation
[ALL]
{% for i in 0..config.vocations_amount %} {{ config.vocations[i]}}
{% endfor %}
{% endif %}