It seems the problem might be that my server isn't loading zones? I have the zones in the database but for some reason it is not loading them on startup. this is my .bat file
Code:
@echo off
start minilogin
start world
echo Please wait for World to connect into login server...
Pause
start eqlaunch zones
my world log file
Code:
[02.02. - 08:27:37] Starting Log: logs/eqemu_debug_world_1892.log
[02.02. - 08:27:37] [WORLD__INIT] Loading server configuration..
[02.02. - 08:27:37] [WORLD__INIT] Log settings loaded from log.ini
[02.02. - 08:27:37] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[02.02. - 08:27:37] [WORLD__INIT] Connecting to MySQL...
[02.02. - 08:27:38] [WORLD__INIT] Starting HTTP world service...
[02.02. - 08:27:38] [WORLD__HTTP] Loaded mime types from mime.types
[02.02. - 08:27:38] [WORLD__INIT] Loading variables..
[02.02. - 08:27:38] [WORLD__INIT] Loading zones..
[02.02. - 08:27:38] [WORLD__INIT] Clearing groups..
[02.02. - 08:27:38] [WORLD__INIT] Clearing temporary merchant lists..
[02.02. - 08:27:38] [WORLD__INIT] Loading items..
[02.02. - 08:27:44] [WORLD__INIT] Loading guilds..
[02.02. - 08:27:44] [WORLD__INIT] Loading EQ time of day..
[02.02. - 08:27:44] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[02.02. - 08:27:44] [WORLD__INIT] Loading launcher list..
[02.02. - 08:27:44] [WORLD__INIT] Reboot zone modes ON
[02.02. - 08:27:45] [WORLD__INIT] Deleted 0 stale player corpses from database
[02.02. - 08:27:45] [WORLD__INIT] Deleted 0 stale player backups from database
[02.02. - 08:27:45] [WORLD__INIT] Zone (TCP) listener started.
[02.02. - 08:27:45] [WORLD__INIT] Client (UDP) listener started.
[02.02. - 08:27:45] [NET__IDENTIFY] Registered patch 6.2
[02.02. - 08:27:45] [NET__IDENTIFY] Registered patch Titanium
[02.02. - 08:27:45] [NET__IDENTIFY] Registered patch Live
[02.02. - 08:27:45] [WORLD__LS] Connecting to login server...
[02.02. - 08:27:45] [WORLD__LS] Setting World to MiniLogin Server type
[02.02. - 08:27:45] [WORLD__LS] Connected to Loginserver: 127.0.0.1:5999
[02.02. - 08:27:55] [WORLD__ZONE] New TCP connection from 127.0.0.1:1566
[02.02. - 08:27:55] [WORLD__CONSOLE] New launcher from 127.0.0.1:1566
[02.02. - 08:27:55] [WORLD__LAUNCH] Adding pending launcher 1
[02.02. - 08:27:55] [WORLD__LAUNCH] Launcher Identified itself as 'zones'. Loading zone list.
[02.02. - 08:27:55] [WORLD__LAUNCH] Removing pending launcher 1. Adding zones to active list.
[02.02. - 08:28:00] [WORLD__LAUNCH] zones: dynamic_01 reported state STARTED (1 starts)
[02.02. - 08:28:26] [WORLD__LAUNCH] zones: dynamic_02 reported state STARTED (1 starts)
[02.02. - 08:28:31] [WORLD__LAUNCH] zones: dynamic_03 reported state STARTED (1 starts)
[02.02. - 08:28:35] [WORLD__LAUNCH] zones: dynamic_04 reported state STARTED (1 starts)
[02.02. - 08:28:41] [WORLD__LAUNCH] zones: dynamic_05 reported state STARTED (1 starts)
[02.02. - 08:29:14] [WORLD__ZONE] New TCP connection from 127.0.0.1:1574
[02.02. - 08:29:15] [WORLD__CONSOLE] New zoneserver #1 from 127.0.0.1:1574
[02.02. - 08:29:15] [WORLD__ZONE] [1] Zone started with name dynamic_01 by launcher zones
[02.02. - 08:29:15] [WORLD__ZONE] [1] Auto zone port configuration. Telling zone to use port 7000
[02.02. - 08:29:15] [WORLD__ZONE] New TCP connection from 127.0.0.1:1575
[02.02. - 08:29:15] [WORLD__CONSOLE] New zoneserver #2 from 127.0.0.1:1575
[02.02. - 08:29:15] [WORLD__ZONE] [2] Zone started with name dynamic_02 by launcher zones
[02.02. - 08:29:15] [WORLD__ZONE] [2] Auto zone port configuration. Telling zone to use port 7001
[02.02. - 08:29:15] [WORLD__ZONE] New TCP connection from 127.0.0.1:1576
[02.02. - 08:29:15] [WORLD__ZONE] New TCP connection from 127.0.0.1:1577
[02.02. - 08:29:15] [WORLD__CONSOLE] New zoneserver #3 from 127.0.0.1:1576
[02.02. - 08:29:15] [WORLD__ZONE] New TCP connection from 127.0.0.1:1578
[02.02. - 08:29:15] [WORLD__CONSOLE] New zoneserver #4 from 127.0.0.1:1578
[02.02. - 08:29:15] [WORLD__CONSOLE] New zoneserver #5 from 127.0.0.1:1577
[02.02. - 08:29:15] [WORLD__ZONE] [5] Zone started with name dynamic_04 by launcher zones
[02.02. - 08:29:15] [WORLD__ZONE] [5] Auto zone port configuration. Telling zone to use port 7002
[02.02. - 08:29:15] [WORLD__ZONE] [4] Zone started with name dynamic_05 by launcher zones
[02.02. - 08:29:15] [WORLD__ZONE] [4] Auto zone port configuration. Telling zone to use port 7003
[02.02. - 08:29:15] [WORLD__ZONE] [3] Zone started with name dynamic_03 by launcher zones
[02.02. - 08:29:15] [WORLD__ZONE] [3] Auto zone port configuration. Telling zone to use port 7004
and zone log
Code:
[02.02. - 08:28:00] Starting Log: logs/eqemu_debug_zone_0796.log
[02.02. - 08:28:00] [ZONE__INIT] Loading server configuration..
[02.02. - 08:28:00] [ZONE__INIT] Log settings loaded from log.ini
[02.02. - 08:28:00] [ZONE__INIT] Connecting to MySQL...
[02.02. - 08:28:00] [ZONE__INIT] CURRENT_ZONE_VERSION: EQEMu 0.7.0
[02.02. - 08:28:00] [ZONE__INIT] Log settings loaded from ./log.ini
[02.02. - 08:28:00] [ZONE__INIT] Mapping Incoming Opcodes
[02.02. - 08:28:00] [ZONE__INIT] Loading Variables
[02.02. - 08:28:00] [ZONE__INIT] Loading zone names
[02.02. - 08:28:00] [ZONE__INIT] Loading items
[02.02. - 08:28:00] [ZONE__INIT] Loading npc faction lists
[02.02. - 08:28:01] [ZONE__INIT] Loading loot tables
[02.02. - 08:29:14] [ZONE__INIT] Loading guilds
[02.02. - 08:29:14] [ZONE__INIT] Loading factions
[02.02. - 08:29:14] [ZONE__INIT] Loading titles
[02.02. - 08:29:14] [ZONE__INIT] Loading AA effects
[02.02. - 08:29:14] [ZONE__INIT] Loading swarm spells
[02.02. - 08:29:14] [ZONE__INIT] Loading tributes
[02.02. - 08:29:14] [ZONE__INIT] Loading corpse timers
[02.02. - 08:29:14] [ZONE__INIT] Loading commands
[02.02. - 08:29:14] [ZONE__INIT] 189 commands loaded
[02.02. - 08:29:14] [ZONE__INIT] No rule set configured, using default rules
[02.02. - 08:29:14] [ZONE__INIT] Loading embedded perl XS
[02.02. - 08:29:14] [ZONE__INIT] Loading quests
[02.02. - 08:29:14] [ZONE__INIT] Entering sleep mode
[02.02. - 08:29:14] [NET__IDENTIFY] Registered patch 6.2
[02.02. - 08:29:14] [NET__IDENTIFY] Registered patch Titanium
[02.02. - 08:29:14] [NET__IDENTIFY] Registered patch Live
[02.02. - 08:29:14] [NET__WORLD] Connected to World: 127.0.0.1:9000
[02.02. - 08:29:15] [ZONE__WORLD] World indicated port 7000 for this zone.
[02.02. - 08:29:15] [ZONE__INIT] Starting EQ Network server on port 7000
I have done a lot of searching here and it looks like a lot of people have had this problem, but when they figure out what is wrong they dont post what the fix was.