Back to 'gossip_menu_addon' Return to world Go to 'gossip_menu_option_locale'
Field | Type | Attributes | Key | Null | Default | Extra | Comment | Source in sniff |
---|---|---|---|---|---|---|---|---|
MenuID | int | unsigned | PRI | NO | 0 | SMSG_GOSSIP_MESSAGE | ||
GossipOptionID | int | signed | NO | 0 | ||||
OptionID | int | unsigned | PRI | NO | 0 | SMSG_GOSSIP_MESSAGE | ||
OptionNpc | tinyint | unsigned | NO | 0 | SMSG_GOSSIP_MESSAGE | |||
OptionText | mediumtext | YES | NULL | SMSG_GOSSIP_MESSAGE | ||||
OptionBroadcastTextID | int | unsigned | NO | 0 | fetched from hotfixes db (via wpp) | |||
Language | int | unsigned | NO | 0 | ||||
Flags | int | signed | NO | 0 | ||||
ActionMenuID | int | unsigned | NO | 0 | CMSG_GOSSIP_SELECT_OPTION | |||
ActionPoiID | int | unsigned | NO | 0 | SMSG_GOSSIP_POI | |||
GossipNpcOptionID | int | signed | YES | NULL | ||||
BoxCoded | tinyint | unsigned | NO | 0 | SMSG_GOSSIP_MESSAGE | |||
BoxMoney | int | unsigned | NO | 0 | SMSG_GOSSIP_MESSAGE | |||
BoxText | mediumtext | YES | NULL | SMSG_GOSSIP_MESSAGE | ||||
BoxBroadcastTextID | int | unsigned | NO | 0 | fetched from hotfixes db (via wpp) | |||
SpellID | int | signed | YES | NULL | ||||
OverrideIconID | int | signed | YES | NULL | ||||
VerifiedBuild | int | signed | NO | 0 | generated |
Gossip entry from gossip_menu.MenuID
this option is associated with.
- no description -
The id associated with this gossip_menu_option. Must be unique for a given menu starting from 0 (zero).
Value increments by 1 if there are multiple options in the same gossip_menu.
- no description -
This is the text that you want to be displayed in the player selectable option. Examples would be: "Please train me.", "I would like to browse your goods.", "Learn Dual Spec".
If field OptionBroadcastTextID
contains a valid broadcast_text.ID
, it links to broadcast_text so the content from broadcast_text is displayed directly.
The ID of the OptionText
text in broadcast_text.ID
. Responsible for locales.
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
Text displayed in a box after selecting the gossip option.
The ID of the BoxText
text in broadcast_text.ID
. Responsible for locales.
- no description -
- no description -
This field is used by the TrinityDB Team to determine whether a template has been verified from WDB files.
If value is 0 then it has not been parsed yet.
If value is above 0 then it has been parsed with WDB files from that specific client build.
If value is -1 then it is just a place holder until proper data are found on WDBs.
If value is -Client Build then it was parsed with WDB files from that specific client build and manually edited later for some special necessity.
Back to 'gossip_menu_addon' Return to world Go to 'gossip_menu_option_locale'