Log in

View Full Version : probs seeing my own server on server select


jasmine
10-08-2004, 09:29 PM
OK I finnaly was able to log onto the login sever using in the eqhost.txt file

[Registration Servers]
{
"register.eqemulator.net:5999"
}
[LoginServer]
Host=newlogin1.eqemulator.net:5994

the plain

LoginServer]
Host=newlogin1.eqemulator.net:5994

didnt work.. kept getting a timeout error :evil:

Anyways after starting up world.exe and the Boot5Zones.BAT then logging onto the login sever I dont see the server i want hosted on my own machine on the server select section

I'm using 5.9-DR2

other files follow as such

Boot5Zones.BAT

@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 66.xx.xx.213 7995 66.xx.xx.213
start zone . 66.xx.xx.213 7996 66.xx.xx.213
start zone . 66.xx.xx.213 7997 66.xx.xx.213
start zone . 66.xx.xx.213 7998 66.xx.xx.213
start zone . 66.xx.xx.213 7999 66.xx.xx.213
exit
cls

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

LoginServer.ini

[LoginServer]
loginserver=login1.eqemulator.net
loginserver2=login2.eqemulator.net
loginport=5995
loginport2=5995
worldname=Jasmineville
worldaddress=66.xx.xx.213
locked=true
account=
password=


[WorldServer]
Defaultstatus=20
Unavailzone=

Is there somthing that I'm not doing right to get my server not to be showing up on the server select area.

I also tryed replacing my real ip address woth both 127.0.0.1 and locallost but no dice... Im not behind any firewall or router

mattmeck
10-08-2004, 11:07 PM
hard to tell without seeing the output from world and zone

The_Horrid
10-09-2004, 12:15 AM
ports do not match, 059dr2 uses port 5994
In Loginserver.ini:
loginserver=login1.eqemulator.net
loginport=5995

should be:
loginserver=newlogin1.eqemulator.net
loginport=5994

then you should see your server among the other 059dr2.

The_Horrid

jasmine
10-09-2004, 05:57 AM
Change port address to proper setting and still not seeing my server

world.exe output file

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.9-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=34229, max id=77505
[Error] [ChatChannelServer] block not found in ./LoginServer.ini
[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
Liberating a country that despises us...
TCP listening on: 66.xx.xx.213:9000
World server listening on: 66.xx.xx.213:9000
59266 New TCP connection: 66.xx.xx.213:3057
New zoneserver: #1 66.xx.xx.213:3057
Zoneserver SetConnectInfo: 66.xx.xx.213:3057: 66.xx.xx.213:7998
59313 New TCP connection: 66.xx.xx.213:3058
59313 New TCP connection: 66.xx.xx.213:3059
59313 New TCP connection: 66.xx.xx.213:3060
New zoneserver: #2 66.xx.xx.213:3059
New zoneserver: #3 66.xx.xx.213:3058
Zoneserver SetConnectInfo: 66.xx.xx.213:3058: 66.xx.xx.213:7995
Zoneserver SetConnectInfo: 66.xx.xx.213:3059: 66.xx.xx.213:7999
New zoneserver: #4 66.xx.xx.213:3060
Zoneserver SetConnectInfo: 66.xx.xx.213:3060: 66.xx.xx.213:7996
59360 New TCP connection: 66.xx.xx.213:3061
New zoneserver: #5 66.xx.xx.213:3061
Zoneserver SetConnectInfo: 66.xx.xx.213:3061: 66.xx.xx.213:7997


and one of the 5 zone.exe file output

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.9-DR2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 166 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 66.xx.xx.213:9000

Derision
10-09-2004, 07:17 AM
[Error] [ChatChannelServer] block not found in ./LoginServer.ini


Add

[ChatChannelServer]

to the end of your LoginServer.ini (if it is there already, make sure there are no spaces after [ChatChannelServer]