Thread: No zoneserver
View Single Post
  #8  
Old 04-09-2013, 09:14 PM
Tartarian
Fire Beetle
 
Join Date: Apr 2013
Posts: 10
Default

Here's my batch file


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

I copied that from the guide and just realized it might need the word start before shared_memory.exe! I should also inform the guide. About to test this, will report on it! Thank you!
Reply With Quote