#228 starting_zones expansion

Closed
opened 3 years ago by image · 0 comments
image commented 3 years ago
  • X,Y,Z,Heading support
  • is_instance support
  • client_version support (min/max range)
  • deity/alignment support (good/evil)
  • rules flag (Specific to starting zone)
  • 0 (default) - match any options available, just based on version/other fields (will not force qc/outpost)
  • 1 - force split zones on alignment/deity despite client selection (queens colony/overlord outpost)
  • 2 - (isle of refuge)
  • 4 - send to 'new' starting zones, won't support old clients
  • 5+ - send to new and old starting zones as needed (bit operand so exclude 1 or 2, don't include both)
- [ ] X,Y,Z,Heading support - [ ] is_instance support - [ ] client_version support (min/max range) - [ ] deity/alignment support (good/evil) - [ ] rules flag (Specific to starting zone) ```RULE_INIT(R_World, StartingZoneRuleFlag, "0"); ``` - 0 (default) - match any options available, just based on version/other fields (will not force qc/outpost) - 1 - force split zones on alignment/deity despite client selection (queens colony/overlord outpost) - 2 - (isle of refuge) - 4 - send to 'new' starting zones, won't support old clients - 5+ - send to new and old starting zones as needed (bit operand so exclude 1 or 2, don't include both)
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.