View Single Post
  #2  
Old 10-19-2010, 05:01 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

If you need more than five dynamic zones then just change the launcher table in your database. A simple one line update will do the trick. Run the following line in Mysql or Navicat.

update launcher set dynamics = 15;

That will give you a possible 15 zones up at any given time.
Reply With Quote