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 -
If you want to create a sub-menu, this is the ID (gossip_menu.MenuID / gossip_menu_option.menuID) to link to to create that sub-menu.
If you want a POI (point of interest) to display on the minimap (like how a city guard places a marker when you ask directions), this is the ID from points_of_interest
- no description -
If you want a box to display where you have to enter a code, set this field to 1
.
The amount of money the player has to pay for the selected option, appears in the confirmation box as amount of gold, silver, copper.
The DB value you insert here must be given in the number of copper, so 10 gold is entered as 100000 (10g 00s 00c).
This is the text of the window that appears that has "Yes" or "No" as clickable buttons. This is useful if you want a Yes/No confirmation window before the script executes. For example: "Are you sure you want to teleport to Dalaran?".
If BoxBroadCastTextID contains a valid broadcast_text.ID, it links to broadcast_text so the content from broadcast_text is displayed directly instead of the BoxText field content.
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'