Quest scriptsTable
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(10) unsigned | PRI | auto_increment | |||
quest_id | int(10) | 0 | FK to quests table, or -1 for KA scripts. | |||
script | text | The script for the quest, parsed by questmanager.cpp |
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(10) unsigned | PRI | auto_increment | |||
quest_id | int(10) | 0 | FK to quests table, or -1 for KA scripts. | |||
script | text | The script for the quest, parsed by questmanager.cpp |