目录

quest_greeting

Table: quest_greeting

This table add greeting behavior to an NPC or an Gameobject.

Field Type Attributes Key NULL Default Comment
ID MEDIUMINT UNSIGNED Yes NO 0
Type TINYINT UNSIGNED Yes NO 0
GreetEmoteType SMALLINT UNSIGNED NO NO 0
GreetEmoteDelay INT UNSIGNED NO NO 0
Greeting TEXT NO YES NULL
VerifiedBuild SMALLINT SIGNED NO NO 0

Description of the fields:

ID

Unique ID (creature_template.entry or gameobject_template.entry)

Type

GreetEmoteType

Quest NPC Emote

GreetEmoteDelay

Emote delay in milliseconds

Greeting

Text to show

VerifiedBuild

This field was used to determine whether a template has been verified from WDB files.