View Single Post
  #2  
Old 02-11-2012, 04:54 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

Did you edit your batch file so that it is launching EQEmuLoginServer.exe because it doesn't look like it. Your batch file should look something like the following.

Code:
@echo off
start EQEmuLoginServer.exe
sleep 0
start World.exe
echo Waiting for World to finish before starting Zone...
sleep 20
start eqlaunch.exe zone
If you did set your batch file correctly then it is likely just a simple configuration error causing your problem.
Reply With Quote