Quote:
Originally Posted by Vexyl
I'm not at all sure about the SoD/Underfoot setup for ports, but (AFAIK) the world server should be connecting to the main login server, eqemulator.net:5998.
|
Correct. Changing the port is only for the players to change to connect to your server. Not for your server to connect to to the login server list.
It should look like this:
Code:
<loginserver1>
<host>eqemulator.net</host>
<port>5998</port>
<account>YOUR WORLD SERVER ACCOUNT</account>
<password>YOUR WORLD SERVER PASSWORD</password>
</loginserver1>
<!-- Additional log in servers to list server on -->
<loginserver2>
<host>tsahosting.net</host>
<port>5998</port>
</loginserver2>
<loginserver3>
<host>login.peqtgc.com</host>
<port>5998</port>
</loginserver3>