View Single Post
  #2  
Old 05-10-2018, 11:42 PM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

You don't need to touch that expansion field in the zone table at all, simply set that in the rules
like you did (63) and could do same in variables table as well.
To close any zones off, past ldon, set the min_status in the zone table for all those zones to a GM,
like 80 or something.
You want to keep all zones with "expansion" 7 (and below) open for LDoN and close off the rest.
example sql query :
UPDATE zone SET min_status = 80 WHERE expansion > 7;

BUT if you are planning on keeping some of them later ones open, such as GH and GL, etc.,
you will have to change the min_status back to 0 for all non-GM toons to get in. You will also
need to check and/or adjust all doors and zone points to use the versions of zones you want.
Example: freporte (old) vs freeporteast (new)
Reply With Quote