Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions database/335/world/quest_request_items.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ This table basically handles 3 quest details:
| [ID](#id-alt) | int | unsigned | PRI | NO | 0 | | |
| [EmoteOnComplete](#emoteoncomplete) | smallint | unsigned | | NO | 0 | | |
| [EmoteOnIncomplete](#emoteonincomplete) | smallint | unsigned | | NO | 0 | | |
| [EmoteOnCompleteDelay](#emoteoncompletedelay) | int | unsigned | | NO | 0 | | |
| [EmoteOnIncompleteDelay](#emoteonincompletedelay) | int | unsigned | | NO | 0 | | |
| [CompletionText](#completiontext) | mediumtext | | | YES | NULL | | |
| [VerifiedBuild](#verifiedbuild) | int | signed | | NO | 0 | | |
 
Expand All @@ -39,6 +41,12 @@ references [quest_template.ID](../world/quest_template#id)
[Emote ID](/files/DBC/335/emotes#id) played by the quest ender NPC if any of the quest objectives are incomplete.
 

### EmoteOnCompleteDelay
Delay in milliseconds before triggers the emote ID defined in [EmoteOnComplete](#emoteoncomplete)

### EmoteOnIncompleteDelay
Delay in milliseconds before triggers the emote ID defined in [EmoteOnIncomplete](#emoteonincomplete)

### CompletionText
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.
Expand Down