Was trying to use build EQEmu-Rev2214 for this implementation. I do have a log.ini file in my C:\EQemu directory but it remains blank.
Which logs would be the most helpful in this situation?
Here is my current eqemu_config.xml
<?xml version="1.0"?>
<server>
<world>
<shortname>PlanesWalker</shortname>
<longname>The PlanesWalker World</longname>
<!-- address has to be specified for minilogin to work -->
<address>localhost</address>
<localaddress>localhost</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>85094385042</key>
<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>
<!-- Database configuration, replaces db.ini -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>mypassword</password>
<db>peq</db>
</database>
</server>
And my eqemulogin.ini
Port=5999
DumpPacketsIn=true
DumpPacketsOut=true
Trace=false
DatabaseServerName=localhost
DatabaseCatalogName=peq
DatabaseUserName=root
DatabaseUserPassword=mypassword
OPCodePathAndFileName=opcodes.conf
|