Hey maybe it would help if I showed my LoginServer.ini and eqemu_config.xml files.
LoginServer.ini
[LoginServer]
loginserver=192.168.1.103
loginport=5999
worldname=Cedarwood
worldaddress=192.168.1.103
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
eqemu_config.xml
<?xml version="1.0"?>
<server>
<world>
<shortname>Cedarwood</shortname>
<longname>Cedarwood</longname>
<!-- address has to be specified for minilogin to work -->
<address>192.168.1.103</address>
<localaddress>192.168.1.103</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.103</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>make up some random string of characters here</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>letmein</password>
<db>peq</db>
</database>
</server>
My world keeps saying the login server is now responding with a fatal error, but earlier I had it set to public not minilogin...
(Then it showed 1 server, now it shows zero, but I tweaked this files above and possible messed something else up>
Last edited by mrkcmty3; 05-28-2010 at 03:31 PM..
Reason: Corrections to xml file
|