PDA

View Full Version : can't get my server working can some one help me out


IAsnug30
04-28-2003, 11:03 AM
i am geting this

DEBUG:0
EMuShareMem.dll loaded.
Loading items from database...
...done.
Incomplete LoginServer.INI file.
Loading guild ranks...done.
Loading EQ time of day..."./eqtime.cfg" is NOT a vaild EQTime file. File version
is 0; EQTime version is 1000 - failed.
Deleted 0 stale player corpses from database.
Deleted -1 stale player backups from database.
You may already be a winner... of the darwin award.
TCP listening on: port 9000
World server listening on: port 9000
11216 New TCP connection: 127.0.0.1:1522
11236 New TCP connection: 127.0.0.1:1523
New zoneserver: #1 127.0.0.1:1523
New zoneserver: #2 127.0.0.1:1522
Zoneserver SetConnectInfo: 127.0.0.1:1522: my ip here
Zoneserver SetConnectInfo: 127.0.0.1:1523:my ip here
11266 New TCP connection: 127.0.0.1:1525
11266 New TCP connection: 127.0.0.1:1526
11266 New TCP connection: 127.0.0.1:1524
New zoneserver: #3 127.0.0.1:1524
New zoneserver: #4 127.0.0.1:1526

and my

Boot5zones
if NOT exist spells_en.txt goto NOSPELL
@echo off
start zone .my ip 7995 127.0.0.1
start zone .my ip 7996 127.0.0.1
start zone .my ip 7997 127.0.0.1
start zone .my ip 7998 127.0.0.1
start zone .my ip 7999 127.0.0.1
exit
cls

and my
:cry:
[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=
locked=false
account=
password=
worldaddress=localhost

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

and my db.ini

[Database]
host=localhost
user=my username
password=my password
database=eq




:( :?: :? :cry: :roll:

vetoeq
04-28-2003, 11:29 AM
Your Boot5Zones looks bunk, it needs to be of the format:


start zone . 127.0.0.1 7995 127.0.0.1

if you are playing on the same machine as the server is running. However, if you are trying to log into it from the local LAN, it needs to be the IP address of the local LAN interface which can be found by doing a ipconfig from a command prompt and putting that into your Boot5Zones. Example:

start zone . 192.168.1.10 7995 192.168.1.10

--
VetoEQ