Thanks for the reply, here is my config:
<?xml version="1.0"?>
<server>
<world>
<shortname>Shadow Keep</shortname>
<longname>The Shadow Keep Server</longname>
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
</world>
<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>eqemu_user</username>
<password>xxxx</password>
<db>eq</db>
</database>
<qsdatabase>
<host>127.0.0.1</host>
<port>3306</port>
<username>eqemu_user</username>
<password>xxxx</password>
<db>eq</db>
</qsdatabase>
</server>
I'll take a look at the CMake options.
Thanks!
|