start_zones¶
Info
This page was last generated 2023.04.23
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | content_flags | content_flags | flag_name |
One-to-One | content_flags_disabled | content_flags | flag_name |
One-to-One | start_zone | zone | zoneidnumber |
One-to-One | zone_id | zone | zoneidnumber |
Schema¶
Column | Data Type | Description |
---|---|---|
x | float | X Coordinate |
y | float | Y Coordinate |
z | float | Z Coordinate |
heading | float | Heading Coordinate |
zone_id | int | Zone Identifier |
bind_id | int | Bind Identifier |
player_choice | int | Player Choice |
player_class | int | Player Class |
player_deity | int | Player Deity |
player_race | int | Player Race |
start_zone | int | Zone Identifier |
bind_x | float | Bind X Coordinate |
bind_y | float | Bind Y Coordinate |
bind_z | float | Bind Z Coordinate |
select_rank | tinyint | Select Rank: Always 50 |
min_expansion | tinyint | Minimum Expansion |
max_expansion | tinyint | Maximum Expansion |
content_flags | varchar | Content Flags Required to be Enabled |
content_flags_disabled | varchar | Content Flags Required to be Disabled |