PDA

View Full Version : new server public login server


foc
08-21-2009, 07:20 PM
Hey Guys,

I'm trying to bring up a new server on the public login server and I'm getting the following error:

[Debug] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[Debug] [WORLD__LS_ERR] Login server responded with FatalError.
[Debug] [WORLD__LS_ERR] Account/Password invalid

I'm using my login server account information to try to register the server with, here my config:

<?xml version="1.0">
<server>
<world>
<shortname>new server</shortname>
<longname>newserver1</longname>

<!-- Only specify these two if you really think you need to. -->
<address>eqserver.eqserver.com</address>
<localaddress>192.168.1.230</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>foc</account>
<password>*</password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>neednew1</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>
<db>test</db>
</database>

</server>

any ideas?

drzoyburg
08-23-2009, 11:35 AM
<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>foc</account>
<password>*</password>
</loginserver>


try this:
<!-- Loginserver information. -->
<loginserver>
<host>new.eqemulator.net</host>
<port>5998</port>
<account>foc</account>
<password>*</password>
</loginserver>