View Single Post
  #7  
Old 11-06-2006, 09:55 AM
bufferofnewbies
Hill Giant
 
Join Date: Dec 2005
Location: Lurking in KY
Posts: 239
Default

Quote:
Originally Posted by Rhodan
If anyone knows other ways of starting static zones, please let us know!
Inside your database itself, there are 2 tables:
launcher controls the number of dynamic zones you start with
launcher_zones control which zones you start as static

Inside launcher_zones there are 3 fields:
launcher is the name of the launcher you wish to open with it, if you put zones in this field it will load them in the same window as your dynamics
zone is the shortname of the zone you wish to launch
port is the port you wish to assign the zone launched

Hope that was some help. no web interface required as this is all database.
You can use mysql CC ( or if you have 5.0, use the query browser)

Last edited by bufferofnewbies; 11-06-2006 at 05:57 PM..
Reply With Quote