View Single Post
  #2  
Old 04-29-2009, 08:48 AM
circuitdragon
Sarnak
 
Join Date: Jun 2003
Posts: 57
Default

I can't remember the actual areas and or files needed to be modified right now that I am at work...but...there are a few things you need to do. In no real particular order...

1) In the DB, there are 2 tables for zones, their names I can't remember, but the first one to me is mostly for the dynamics, and name of your "zone servers". There should be a field for the number of dynamics you want it to open, for our sake, we will say 10. For static, you will need to set in a new zone server, and give it a diferent name of course. Thinking that is all you will need to do in the first table, other than making sure this one doesn't boot any dynamics.

2) the second zone table in the DB is where you can set your static zones. Thinking this is done by something like...

ZoneServerName -> NameOfZoneToBoot -> ZonePort

So for each entry you add, make sure the ZoneServerName part is the same for all entires, unless you want to split them up to more zone servers.

3) in your "start.bat" file used to start the whole server (if you use this file) you will need to edit that, to reflect the new boot up process. The biggest thing is getting the commands right, and I don't remember them off the top of my head...but I think its something like "zone.exe ZoneServerName" where ZoneServerName is the names you gave them in your DB...I'm sure I'm missing a lot here, but I can add more details later when I get home.
__________________
You can do nothing, and fail all the time. Or you can try something, and win some of the time.
Reply With Quote