{% set rows = 0 %}
{{ hook(constant('HOOK_CHARACTERS_BEFORE_INFORMATIONS')) }} {% if config.characters.outfit %}
player outfit
{% endif %} {% set rows = rows + 1 %} {% set rows = rows + 1 %} {% if marriage_enabled %} {% set rows = rows + 1 %} {% endif %} {% set rows = rows + 1 %} {% if config.characters.level %} {% set rows = rows + 1 %} {% endif %} {% if config.characters.experience %} {% set rows = rows + 1 %} {% endif %} {% if config.characters.magic_level %} {% set rows = rows + 1 %} {% endif %} {% if frags_enabled %} {% set rows = rows + 1 %} {% endif %} {% set rows = rows + 1 %} {% if config.characters.balance %} {% set rows = rows + 1 %} {% endif %} {% if house.found %} {% set rows = rows + 1 %} {% endif %} {% if guild.rank is not null %} {% set rows = rows + 1 %} {% endif %} {% set rows = rows + 1 %} {% if config.characters.creation_date %} {% set rows = rows + 1 %} {% endif %} {% if comment is not null %} {% set rows = rows + 1 %} {% endif %} {% set rows = rows + 1 %}
Character Information
Name: {{ flag|raw }} {{ player.getName() }}{{ oldName }}
Sex: {{ sex }}
Marital status: {{ marital_status }}
Profession: {{ vocation }}
Level: {{ player.getLevel() }}
Experience: {{ player.getExperience() }}
Magic Level: {{ player.getMagLevel() }}
Frags: {{ frags_count }}
Residence: {{ town }}
Balance: {{ player.getBalance() }} Gold Coins.
House:
{{ house.name ~ house.town ~ house.add }}
Guild membership: {{ guild.rank }} of the {{ guild.link|raw }}
Last login: {% if player.getLastLogin() == 0 %}Never logged in.{% else %}{{ player.getLastLogin()|date("M d Y, H:i:s") }} CEST{% endif %}
Created: {{ player.getCreated()|date("M d Y, H:i:s") }} CEST
Comment: {{ comment|raw }}
Account Status: {% if account.isPremium() %}Premium Account{% else %}Free Account{% endif %}
{{ hook(constant('HOOK_CHARACTERS_AFTER_INFORMATIONS')) }}
{% if config.characters.skills %} {% endif %} {% if quests_enabled %} {% endif %} {% if config.characters.equipment %} {% endif %}
{% set i = 0 %} {% for skill in skills %} {% set i = i + 1 %} {% endfor %}
Skills
{{ skill.name }} {{ skill.value }}
{% set i = 0 %} {% for name, done in quests %} {% set i = i + 1 %} {% endfor %}
Quests
{{ name }}
Equipment
{{ equipment[2]|raw }}
{{ equipment[6]|raw }}
{{ equipment[9]|raw }}
{% if skull is not null %}{% endif %}
{{ equipment[1]|raw }}
{{ equipment[4]|raw }}
{{ equipment[7]|raw }}
{{ equipment[8]|raw }}
{{ equipment[3]|raw }}
{{ equipment[5]|raw }}
{{ equipment[10]|raw }}
{{ deaths|raw }} {{ frags|raw }} {{ hook(constant('HOOK_CHARACTERS_BEFORE_SIGNATURE')) }} {% if config.signature_enabled %}
Signature
Signature for player {{ player.getName() }}
Show links
{% endif %} {{ hook(constant('HOOK_CHARACTERS_AFTER_SIGNATURE')) }} {% if hidden != 1 %} {% set rows = 0 %}

{% set realName = account.getCustomField('rlname') %} {% if realName is not empty %} {% set rows = rows + 1 %} {% endif %} {% set group = player.getGroup() %} {% if group.isLoaded() and group.getId() != 1 %} {% set rows = rows + 1 %} {% endif %} {% set realLocation = account.getCustomField('location') %} {% if realLocation is not empty %} {% set rows = rows + 1 %} {% endif %} {% set rows = rows + 1 %}
Account Information
Real name: {{ realName }}
Position: {{ group.getName()|capitalize }}
Location: {{ realLocation }}
Created: {{ account.getCustomField("created")|date("j F Y, g:i a") ~bannedUntil }}
{{ hook(constant('HOOK_CHARACTERS_AFTER_ACCOUNT')) }}

{% set i = 0 %} {% for player in account_players %} {% if not player.isHidden() %} {% set i = i + 1 %} {% set vocation = 'Unknown' %} {% if config.vocations[player.getVocation()] is defined %} {% set vocation = config.vocations[player.getVocation()] %} {% endif %} {% endif %} {% endfor %}
Characters
Name Level Status  
{{ i }}. {{ player.getName() }}{% if player.isDeleted() %} [DELETED]{% endif %} {{ player.getLevel() }} {{ vocation }} {% if player.isOnline() %}Online{% endif %}
{% endif %} {{ hook(constant('HOOK_CHARACTERS_AFTER_CHARACTERS')) }}


{{ search_form|raw }}