View Single Post
  #1  
Old 01-16-2009, 11:34 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default Can't see my server in server selection

I know that a lot of people have posted stuff like this, but none of the solutions have helped. I did the latest tutorial to set up a windows server, but for some reason when I try to connect to the login server, it doesn't show my server.

Here's the eqemu_config
<?xml version="1.0"?>
<server>
<world>
<shortname>test</shortname>
<longname>Solo Server</longname>

<!-- address has to be specified for minilogin to work -->
<address>eqs.starspark.net</address>
<localaddress>eqs.starspark.net</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>eqs.starspark.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>localhost</host>
<port>3306</port>
<username>root</username>
<password>********</password>
<db>peq</db>
</database>
</server>

and then the login server
[LoginServer]
loginserver=eqs.starspark.net
loginport=5999
worldname=test
worldaddress=eqs.starspark.net
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999



I'm pretty sure I followed the tutorial perfectly, but no matter what I do, I can't get it to appear. Tell me if you need more information to help
Reply With Quote