Keeps responding with Fatal Error and talk about how my world name is bad and whatnot. If someone sees something wrong here let me know
For now I'm just trying to run it all on the same computer, hence the same IP everywhere.
<?xml version="1.0">
<server>
<world>
<shortname>x</shortname>
<longname>x</longname>
<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>
<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>password</password>
<db>peq</db>
</database>
</server>
and loginserver.ini
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=x
worldaddress=127.0.0.1
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
Servermode=MiniLogin
Serverport=5999