View Single Post
  #7  
Old 10-01-2006, 12:09 PM
Blacksabbath
Fire Beetle
 
Join Date: Oct 2006
Posts: 2
Default Same problem with server select

Hey, I too am having the same problem as the original poster, with the server select screen not showing up anything once the server is up and running.

It loads all 5 starter zones, shows IP connection in the server/client dos box, but the server select in-game is empty (none).

Using the exact same items as the original poster, here are my config files:

eqhost.txt
Code:
[LoginServer]
Host=127.0.0.1:5999
loginserver.ini
Code:
###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=EQEmu
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
eqemu_config.xml
Code:
<?xml version="1.0">
<server>
        <world>
                <shortname>EQEmu</shortname>
                <longname>EQEmulator</longname>
                
                <!-- Sets the shared key used by zone/launcher to connect to world -->
                <key>some long random string</key>
        </world>
</server>
Any help would be appreciated. This is the last hurdle of getting the entire system running.
Thanks ahead of time.

Blacksabbath
Reply With Quote