View Single Post
  #1  
Old 01-13-2013, 11:41 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Change your eqhost.txt to read:

For Titanium client:
Code:
[LoginServer]
Host=eqemulator.net:5998
For SoD, SoF, UF client(s):
Code:
[LoginServer]
Host=eqemulator.net:5999
Then in your eqemu_config.xml:

Code:
		<loginserver>
			<host>eqemulator.net</host>
			<port>5998</port>
			<account>your worldserver account name</account>
			<password>and its password</password>
		</loginserver>
and re-remark these out:

Code:
		<!-- <address>server.dyndns.org</address> -->
		<!-- <localaddress>192.168.1.254</localaddress> -->
Restart server.
Reply With Quote