Configuring the server

 

Browse into your Release folder  (Can differ depending on OS)

Delete the .dist extensions from worldserver.conf.dist and authserver.conf.dist

You should now have worldserver.conf and authserver.conf within your Release folder (Windows).

worldserver.conf

Scroll down to the LoginDatabaseInfo, WorldDatabaseInfo, and CharacterDatabaseInfo config options and enter MySQL Server login information for the server to be able to connect to your database.

On a newly compiled config, you should have the following values:

LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth"     
WorldDatabaseInfo = "127.0.0.1;3306;trinity;trinity;world"     
CharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters"

It follows this structure:

Variablename = "MySQLIP;Port;Loginname;Password;database"  

 

The following settings must be verified:

IMPORTANT: If you choose not to run vmaps or mmaps, you must make the following changes:

authserver.conf

Scroll down to the LoginDatabaseInfo and enter MySQL Server login information.

LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth"

It follows this structure:

Variablename = "MySQLIP;Port;Loginname;Password;database"

Just like the worldserver.conf, you have to enter these necessary values and customize your preferences.

Realmlist Table

You need to make sure that your authserver application directs incoming connections to your realm.

Running and Connecting to Your Server

After completing all the steps listed above you can now start your server.

Final Steps

You can type commands inside the worldserver program, similar to a command prompt.