QuestsTable: Difference between revisions
Jump to navigation
Jump to search
Created page with " {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) unsigned |PRI | |auto_increment | |- | |name |varchar(40) |UNI | | | |- | |task |varchar(250) | | | | |- | |cstr_icon |varchar(200) | | | | |- | |flags |tinyint(3) unsigned | |0 | | |- | |master_quest_id |int(10) unsigned | | | | |- | |minor_step_number |tinyint(3) unsigned | |0 | | |- | |player_lockout_time |int(10) | |0 | | |- | |quest_lockout_time |int(10) | |0..." |
(No difference)
|
Latest revision as of 12:56, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(10) unsigned | PRI | auto_increment | |||
name | varchar(40) | UNI | ||||
task | varchar(250) | |||||
cstr_icon | varchar(200) | |||||
flags | tinyint(3) unsigned | 0 | ||||
master_quest_id | int(10) unsigned | |||||
minor_step_number | tinyint(3) unsigned | 0 | ||||
player_lockout_time | int(10) | 0 | ||||
quest_lockout_time | int(10) | 0 | ||||
category | varchar(30) | |||||
prerequisite | varchar(250) |