Any Help would be most appreciated
I am able to login, but when i do so my server database doesnt show up i have a blank server list. I'm not sure where i am going wrong so I was hoping to post my eqemu config, and minilogin config and see if someone is able to point out the problem. i am playing locally, or wanting to anyways.
****eqemuconfig****
<?xml version="1.0"?>
<server>
<world>
<shortname>EQ Tester</shortname>
<longname>EQ Tester</longname>
<!-- address has to be specified for minilogin to work -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</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>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>camaro</password>
<db>peq</db>
</database>
</server>
****mini login config****
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.
### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.
### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.
# READ README.TXT
[LoginServer]
loginserver=127.0.0.1
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldname=EQ Tester
worldaddress=127.0.0.1
locked=false
account=
password=
[WorldServer]
Defaultstatus=20
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
thank you so much in advance should anyone have any ideas as to what i messed up
|