View Single Post
  #6  
Old 12-06-2014, 01:48 PM
Kennebec
Fire Beetle
 
Join Date: Mar 2010
Posts: 19
Default

The only .bat file is the start.bat and I posted it here.

@echo off
shared_memory.exe
start loginserver.exe
start world.exe
echo waiting for the world to finish loading
ping -n 10 127.0.0.1 > nul
start queryserv.exe
start ucs.exe
start eqlaunch.exe zone
exit

I am not sure what you mean by "Check your zone launcher information in your database" I can't figure out which table that would be.

Again, thanks for debugging assistance.
Reply With Quote