PDA

View Full Version : Server not Listed


tckeyser
09-27-2003, 05:40 AM
Heya's,

I got everything up and running for DR3 running on WinXP but for some reason my server isnt listed, i've searched the forums but still cant find a solution here is the output i get;

World.exe output

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.0
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=0, max id=0
[Status] LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Please don't make me a levelme server. :(
TCP listening on: 67.164.245.115:9000
World server listening on: 67.164.245.115:9000
Connected to LoginServer: eqlogin1.eqemulator.net:5999
20159 New TCP connection: 67.164.245.115:2033
New zoneserver: #1 67.164.245.115:2033
20179 New TCP connection: 67.164.245.115:2034
New zoneserver: #2 67.164.245.115:2034
20199 New TCP connection: 67.164.245.115:2035
Zoneserver SetConnectInfo: 67.164.245.115:2033: 67.164.245.115:7999
New zoneserver: #3 67.164.245.115:2035
20219 New TCP connection: 67.164.245.115:2036
Zoneserver SetConnectInfo: 67.164.245.115:2034: 67.164.245.115:7998
New zoneserver: #4 67.164.245.115:2036
Zoneserver SetConnectInfo: 67.164.245.115:2035: 67.164.245.115:7996
20249 New TCP connection: 67.164.245.115:2037
New zoneserver: #5 67.164.245.115:2037
Zoneserver SetConnectInfo: 67.164.245.115:2036: 67.164.245.115:7997
Zoneserver SetConnectInfo: 67.164.245.115:2037: 67.164.245.115:7995

Files

db.ini

[Database]
host=localhost
user=edited
password=edited
database=eq
compression=off

LoginServer.ini

[LoginServer]
loginserver=eqlogin2.eqemulator.net
loginport=5999
worldname=wizball's world
worldaddress=67.164.245.115
locked=false
account=
password=

[worldserver]
Defaultstatus=
Unavailzone=

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

Boot5zones.bat

REM: ****Read this first!!!****



REM: This file requires your real IP in the place of "YourIP" when you are connecting

REM: To the EQEmu Loginserver.



REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1



REM: If you still get errors try using localhost instead of 127.0.0.1



REM:--------------Start-----------------------

@echo off



if NOT exist spells_en.txt goto NOSPELL



start zone . 67.164.245.115 7995 67.164.245.115

start zone . 67.164.245.115 7996 67.164.245.115

start zone . 67.164.245.115 7997 67.164.245.115

start zone . 67.164.245.115 7998 67.164.245.115

start zone . 67.164.245.115 7999 67.164.245.115

exit

cls



:NOSPELL

echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.

PAUSE



REM:---------------END------------------------


eqhost.txt

[Registration Servers]
{
"eqlogin1.eqemulator.net:5997"
}
[Login Servers]
{
"eqlogin1.eqemulator.net:5997"
}







any help would be appricated

tckeyser
09-27-2003, 05:49 AM
the port numbers had to match in loginserver.ini and eqhosts.txt after changing loginserver.ini's loginport to 5997 everything was fixed

Merth
09-27-2003, 05:56 AM
Which guide did you follow?

Here's your problem in LoginServer.ini:
loginport=5999

Should be 5997.

tckeyser
09-27-2003, 06:49 AM
/bonk followed your walk through here http://www.eqemulator.net/forums/viewtopic.php?t=9648 just overlooked that number change in the loginserver.ini, great walkthrough btw had no problem compiling through VS 6 too =)