Quest scriptsTable: 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 |  |- | |quest_id |int(10) | |0 | |FK to quests table, or -1 for KA scripts.  |- |DIF |script |text | | | |The script for the quest, parsed by questmanager.cpp  Type used to be 'blob' in PSLegacy. |}" | mNo edit summary | ||
| Line 1: | Line 1: | ||
| {| class="wikitable" | {| class="wikitable" | ||
| |+ | |+ | ||
| Line 27: | Line 25: | ||
| |FK to quests table, or -1 for KA scripts.   | |FK to quests table, or -1 for KA scripts.   | ||
| |- | |- | ||
| | | | | ||
| |script | |script | ||
| |text | |text | ||
| Line 33: | Line 31: | ||
| | | | | ||
| | | | | ||
| |The script for the quest, parsed by questmanager.cpp  | |The script for the quest, parsed by questmanager.cpp   | ||
| |} | |} | ||
Latest revision as of 14:55, 11 January 2022
| 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 |