View Single Post
  #1  
Old 07-16-2007, 03:08 AM
linghuUU
Fire Beetle
 
Join Date: Jul 2007
Posts: 11
Default Newbie tryout: No server showup

Hi all,

I'm new to EQEmu and I gonna setup my own server and play with my frdz on LAN. I followed strictly the guide written by Techguy84 till Minilogin setup and I cannot achieve the same result as shown in the guide.

I can login but I see nth on the server list.

Here are my configurations.

eqemu_config.xml
<?xml version="1.0">
<server>
<world>
<shortname>cxtestser</shortname>
<longname>linghuchanxin</longname>

<!-- Only specify these two if you really think you need to. -->
<address>158.132.45.134</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>158.132.45.134</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>eq</password>
<db>peq</db>
</database>
</server>

LoginServer.ini
[LoginServer]
loginserver=158.132.45.134
loginport=5999
worldname=linghuchanxin
worldaddress=158.132.45.134
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

db.ini
[Database]
host=158.132.45.134
user=root
password=eq
database=peq
compression=off

eqhost.txt
[LoginServer]
Host=158.132.45.134:5999


could anybody help me out on which part i will amend? Many thanks here first.
Reply With Quote