View Single Post
  #4  
Old 10-17-2018, 08:55 PM
Nightrider84's Avatar
Nightrider84
Discordant
 
Join Date: Aug 2010
Location: Colorado
Posts: 410
Default

Issue I can see is your zones arent loading, Probobly something to do with launching your server. If your using a private login you should get a total of 5 windows running at once when the server is fully loaded.

They should be
world.exe
EQEmu Login Server
queryserv.exe
ucs.exe
and the last one is weird it would say something like 7001:sleeping

post your current start.bat file your using and make sure that you have

eqlaunch.exe
loginserver.exe
queryserv.exe
shared_memory.exe
ucs.exe
wget.exe
world.exe
zone.exe

make sure those are in your server folder.

And your start.bat should look like

@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
__________________
__________________
Supernova - GM/Developer
"Secrets of Faydwer"
Reply With Quote