ESSENTIALS
MECHANICS
KINGDOMS
THREAD LOGS

Character profiles have a built-in threadlog. Any IC threads you post in are automatically added to your log. Players can edit the description of the thread by viewing their profile, going to the threadlog tab, and clicking in the description area of the thread in the list.

SAVED TABLES

Players can save table codes for easy posting by going to their User CP > Saved Tables. Simply use the drop-down on the left of your post to paste the code while posting.

ACCOUNT SWITCHING

Link your accounts in your User CP. To quickly switch accounts, hover over your account name in the top menu bar. Click the name of the account you'd like to log in. This works on most pages of the site.

USER TAGGING

We do not support on-site tagging on the forum. Use the #thread-tagging channel in our discord.

PRIVATE MESSAGING

We do not support on-site private messaging on the forum. Players may use discord to message others.

PROFILE CUSTOMIZATION

Character profiles use HTML coding in the text areas. Players may use code to spruce up their profile (adding images, tables, formatting text, etc) as long as it does not alter the site skin (built-in skin colors or layout). Players may use CSS to customize the banner on their profile. To add a custom banner, edit your character profile and add the following code to the Custom Banner field. Edit the height and add the URL of your image:

    .logo {display: none;}
    .profile-logo {
    width: 1462px;
    height: 468px;
    background: url('URL-HERE') no-repeat;}

TABLES & AVATARS

Default Avatar size is 250px by 300px.

Posting tables are optional, use HTML & CSS, and may be up to 900px wide (please do not stretch our post layout).
Make sure your tables can be easily read (appropriate font colors and sizes).