Thread: Static Zones
View Single Post
  #4  
Old 04-10-2007, 08:12 AM
StorkFG
Fire Beetle
 
Join Date: Mar 2007
Posts: 1
Default

You could edit the database.

If you examine the table "launcher_zones" you will find 3 fields, launcher, zone, and port. I'm not sure what else could be added for the launcher filed, but "zones" works well. The example below would add a static zone for Freeport East on port 7001.

Code:
INSERT into launcher_zones VALUES ('zones','freporte',7001)
Reply With Quote