The `quest_request_items` table
This table basically handles 3 quest details:
Table Structure
Field | Type | Attributes | Key | NULL | Default | Comment |
---|---|---|---|---|---|---|
ID | MEDIUMINT | UNSIGNED | PRI | NO | 0 | |
EmoteOnComplete | SMALLINT | UNSIGNED | NO | 0 | ||
EmoteOnIncomplete | SMALLINT | UNSIGNED | NO | 0 | ||
CompletionText | text | YES | NULL | |||
VerifiedBuild | SMALLINT | NO | 0 |
Description of the fields
Quest ID for quests showing a completion text upon turning in an item delivery quest. Primary Key for this table. Each quest ID must be unique.
Emote (from Emotes.dbc played by the quest ender NPC when all quest objectives are completed.
Emote (from聽Emotes.dbc)聽played by the quest ender NPC if any of the quest objectives are incomplete.
Quest gossip text shown in the final gossip dialogue window when聽turning in an item delivery quest. The quest item(s) involved in the quest can either聽be provided by the quest giver or collected by the player.
This field is used by the TrinityCore DB Team to determine whether a template has been verified from WDB files.
聽