Back to 'game_event_pool' Return to world Go to 'game_event_quest_condition'
This table contains events that must have been completed to start the given event. You can have more than one event that must be completed before the next will start.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
eventEntry | tinyint | unsigned | PRI | NO | Entry of the game event | ||
prerequisite_event | int | unsigned | PRI | NO |
This is the game_event.eventEntry that will start when all prerequisite_events have been completed.
The is the game_event.eventEntry that must be completed before the event from eventEntry will start.
Back to 'game_event_pool' Return to world Go to 'game_event_quest_condition'