Skip to content

start_zones

Relationships

erDiagram
    start_zones {
        varchar content_flags
        varchar content_flags_disabled
        int start_zone
        int zone_id
    }
    content_flags {
        varchar flag_name
    }
    zone {
        int zoneidnumber
        varchar short_name
        tinyintunsigned version
        varchar content_flags
        varchar content_flags_disabled
    }
    start_zones ||--o{ content_flags : "One-to-One"
    start_zones ||--o{ content_flags : "One-to-One"
    start_zones ||--o{ zone : "One-to-One"
    start_zones ||--o{ zone : "One-to-One"

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