View Single Post
  #5  
Old 03-08-2008, 04:42 AM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

you shouldn't need to manually load a zone. your start.bat file should have a line:

start eqlaunch.exe zone

and in your database the table: launcher should have name=zone and dynamics=5 and this should be all you need. This will have all your zones be dynamically loaded when you zone to them. If there are particular zones that you want to be running at all times (static zone) then enter them into the table launcher_zones for example the Plane of Knowledge zone would be: launcher=zone zone=poknowledge and port=0
Reply With Quote