View Single Post
  #4  
Old 08-23-2016, 08:33 PM
phantomghost
Hill Giant
 
Join Date: May 2015
Posts: 132
Default

You can set different rule sets for different zones.

Table:Zone under ruleset (put the # in).

So, you could make different rules various zones however you choose: expansion, individual zones, custom zones, etc.

If you want everything to use the same ruleset you can just update a specific ruleset (this is using ruleset 1- change 1 to whatever ruleset you want to update).

Run this query:

UPDATE zone SET ruleset= '1'

If you want different rulesets for each zone, go through the list one by one or as needed.
Reply With Quote