Log in

View Full Version : Server not showing up...


ryetsu
06-18-2004, 08:37 AM
Here is my world.exe:

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=69304
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Screwing up windows compiles...
TCP listening on: 24.94.xxxx:9000
World server listening on: 24.94.xxxx:9000
Connected to LoginServer: eqlogin3.eqemulator.net:5997
8968 New TCP connection: 192.168.1.100:4713
8968 New TCP connection: 192.168.1.100:4714
New zoneserver: #1 192.168.1.100:4713
New zoneserver: #2 192.168.1.100:4714
Zoneserver SetConnectInfo: 192.168.1.100:4713: 24.94.xxxx:7999
Zoneserver SetConnectInfo: 192.168.1.100:4714: 24.94.xxxx:7998
9062 New TCP connection: 192.168.1.100:4715
9062 New TCP connection: 192.168.1.100:4716
9062 New TCP connection: 192.168.1.100:4717
New zoneserver: #3 192.168.1.100:4717
New zoneserver: #4 192.168.1.100:4716
New zoneserver: #5 192.168.1.100:4715
Zoneserver SetConnectInfo: 192.168.1.100:4715: 24.94.xxxx:7997
Zoneserver SetConnectInfo: 192.168.1.100:4716: 24.94.xxxx:7996
Zoneserver SetConnectInfo: 192.168.1.100:4717: 24.94.xxxx:7995


Here is my zone5bat:

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.7-DR6
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 5426
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
[Status] 164 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 192.168.1.100:9000



As you can see everything seems to be running fine. I have all of the required ports open on my router as well as firewalls removed. I have tried DMZ and nothing seems to work. :(

Here are my config files:

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5999
loginport=5999
loginport=5999
worldname=Storms Of Khoruk Alpha
worldaddress=24.94.xxxx
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
ChatChannelServer=192.168.1.100


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_us.txt goto NOSPELL

start zone . 24.94.xxxx 7995 192.168.1.100
start zone . 24.94.xxxx 7996 192.168.1.100
start zone . 24.94.xxxx 7997 192.168.1.100
start zone . 24.94.xxxx 7998 192.168.1.100
start zone . 24.94.xxxx 7999 192.168.1.100
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

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


Any ideas? Thanks all!

Tertiary
06-18-2004, 08:40 AM
http://www.eqemulator.net/forums/viewtopic.php?t=15300

ryetsu
06-18-2004, 08:55 AM
Ok changed my loginserver.ini and I am now getting this:

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=69304
Incomplete LoginServer.INI file.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[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: 24.94.xxxx:9000
World server listening on: 24.94.xxxx:9000


Does not connect at all now

Jezebell
06-18-2004, 08:58 AM
Incomplete LoginServer.INI file.

You did something wrong with the loginserver.ini file.

ryetsu
06-18-2004, 09:09 AM
You were correct Jezebell..I had a typo in my loginserver.ini

Thanks very much for the responses!