View Single Post
  #9  
Old 12-30-2012, 11:37 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

Quote:
Originally Posted by Vexyl View Post
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>
Reply With Quote