View Single Post
  #6  
Old 04-30-2009, 09:33 AM
nosfentora
Discordant
 
Join Date: Oct 2004
Location: In a house
Posts: 387
Default

if i read your post correctly you are using "stat zone" as the zone name, and the server is looking for 'stat' only. I don't know if you can use spaces in the names.

make sure in Launcher table you have something like:

Name | Dynamics
-------------------
zone | 5

and in Launcher_Zones you have something like:

launcher | zone | port
---------------------------
zone | Halas | 7000

then in your .bat file

start eqlaunch.exe zone

this will start the 5 dynamic zones and the 1 static zone for Halas.

Modify as needed.

You can also break them up into groups

Launcher:
Name | Dynamics
-------------------
stat | 0
dynam | 5

Launcher_Zones:
launcher | zone | port
---------------------------
stat | Halas | 7000

Then start in your .bat file:

start "Dynamic Zones" eqlaunch.exe dyanm
start "Static Zones" eqlaunch.exe stat
Reply With Quote