View Single Post
  #21  
Old 10-21-2018, 01:56 PM
Mizikezap
Fire Beetle
 
Join Date: Oct 2018
Posts: 21
Default

I think I am getting close. I notice I am not getting any server log files unless I manually run Zone.exe after my start.bat. I had expected this line would run the zone server and use the entry in the launcher table for zone.

start eqlaunch.exe zone

But it's not running zone.exe or starting any log files for the zone server.

I checked the launcher table and found the entry for zone
Name: zone
dynamics: 5

But I found no entry in the launcher_zones table. It is empty. Can you check to see if you have empty entries also?

start.bat
@echo off
shared_memory.exe
start loginserver.exe
start world.exe
echo Waiting for the world to finish loading before starting zones...
ping -n 10 127.0.0.1 > nul
start queryserv.exe
start ucs.exe
start eqlaunch.exe zone
exit
Reply With Quote