To play on {{ config.lua.serverName }} you need an account. All you have to do to create your new account is to enter an account {% if constant('USE_ACCOUNT_NAME') %}name{% else %}number{% endif %}, password{% if config.recaptcha_enabled %}, confirm reCAPTCHA{% endif %}{% if config.account_country %}, country{% endif %} and your email address. Also you have to agree to the terms presented below. If you have done so, your account {% if constant('USE_ACCOUNT_NAME') %}name{% else %}number{% endif %} will be shown on the following page and your account password will be sent to your email address along with further instructions. If you do not receive the email with your password, please check your spam filter.

Create {{ config.lua.serverName }} Account
{% if (not config.mail_enabled or not config.account_mail_verify) and config.account_create_character_create %} {% endif %}
{% if config.account_country %} {% if errors.country is defined %} {% endif %} {% endif %} {% if config.recaptcha_enabled %} {% if errors.verification is defined %} {% endif %} {% endif %}
Account {% if constant('USE_ACCOUNT_NAME') %}Name{% else %}Number{% endif %}:
{% if errors.account is defined %}{{ errors.account }}{% endif %}
Email Address:
{% if errors.email is defined %}{{ errors.email }}{% endif %}
Country:
{{ errors.country }}
Password:
{% if errors.password is defined %}{{ errors.password }}{% endif %}
Repeat password:
{% if errors.password is defined %}{{ errors.password }}{% endif %}
Verification:
{{ errors.verification }}
{% if config.character_samples|length > 1 %} {% endif %} {% if config.character_towns|length > 1 %} {% endif %}
Character Name:
{% if errors.name is defined %}{{ errors.name }}{% endif %}
Sex:
{% set i = 0 %} {% for id, gender in config.genders|reverse(true) %} {% set i = i + 1 %} {% endfor %}
{% if errors.sex is defined %}{{ errors.sex }}{% endif %}
Vocation:
{% for key, sample_char in config.character_samples %} {% endfor %}
{% if errors.vocation is defined %}{{ errors.vocation }}{% endif %}
Select your city:
{% for town_id in config.character_towns %} {% endfor %}
{% if errors.accept_rules is defined %} {% endif %}
Please select the following check box:
{{ errors.accept_rules }}

{{ include('buttons.submit.html.twig') }}