sever screen blank
ok i've read around here a bit, check wiki a little trying to find information on this. so now i lay it down for people to look at, laugh and reply. i am trying to set up a server, i've had bad luck once before with not getting mobs to spawn but thats in the past, i've been following i belive it is tech's new guide to setting up a server.
i have to say it has been rather easy however i am stuck at this one spot.
the server screen is blank and i'm not sure why.
i've got these following for my setup config files i'm using mini login to connect.
minilogin config file:
--------------------
### --- 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=192.168.1.100
loginport=5999
worldname=test land
worldaddress=192.168.1.100
locked=false
account=mike
password=password
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
eqemu config file:
--------------------
<?xml version="1.0">
<server>
<world>
<shortname>tland</shortname>
<longname>testland</longname>
<!-- Only specify these two if you really think you need to. -->
<!--<address>127.0.0.1</address>-->
<!--<localaddress>192.168.1.100</localaddress>-->
<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.100</host>
<port>5999</port>
<account>mike</account>
<password>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>password</password>
<db>peq</db>
</database>
</server>
and finally since i'm going to playing
eqhost file:
------------
[LoginServer]
Host=192.168.1.100:5999
if you have any ideas go ahead and toss them at me i'll give em a try and see what happens.
|