| 
				 Launching more zones... 
 Im trying to lauch more than 5 zones via my serverstart.bat.
 at the moment, its very basic, just....
 
 @echo off
 
 cd C:\eqemu\EQEmu-Rev1887-bots
 start world.exe
 echo waiting a bit for world to finish loading...
 echo.
 echo.
 ping -n 10 127.0.0.1 > nul
 
 echo starting zone
 start eqlaunch.exe zone
 exit
 
 This launches 5 dynamic zones in 1 window.
 I want to launch 20 ish or more in 1 window, any idea how i go about this? I will then probably make some static ones in game.
 
 Also when I make changes to the database, do i need to close down world and all zones and reload as i have been, or is there an easier way?
 
 Many Thanks
 
 Monitor
 |