Hmmm...I am using Titanium and getting the 0 of 0 expansions. I can't get past this "Error 1017: Cannot login to the EverQuest server. You may need to re-run the Update Patch. Repeatedly seeing this message indicates a loss of connectivity to the Patch Server. This is usually temporary."
I am using the eqemuloginserver.exe which works playing on the same computer as the server, but it doesn't work across the LAN. On the client computer the eqhost file is configured: Host=10.117.40.21:5998. Both firewalls are turned off.
Here are my server configurations:
eqemu_config
<?xml version="1.0">
<server>
<world>
<shortname>Underworld</shortname>
<longname>Underworld</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>10.117.40.21</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>sharedkey</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>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>xxxxxxxxxx</password>
<db>PEQ</db>
</database>
</server>
eqemulogin
Port=5998
DumpPacketsIn=true
DumpPacketsOut=true
Trace=true
DatabaseServerName=127.0.0.1
DatabaseCatalogName=PEQLoginDB
DatabaseUserName=root
DatabaseUserPassword=xxxxxxxxxx
OPCodePathAndFileName=login_opcodes.conf
AllowUnregistered=true
Any help is appreciated.
|