npc_option - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table holds info about how gossip menus are presented to you. It also contains default gossip for option menus.
Field | Type | Null | Key | Default | Extra |
id | int(10) unsigned | NO | PRI | 0 | |
gossip_id | int(10) unsigned | NO | 0 | ||
npcflag | int(10) unsigned | NO | 0 | ||
icon | int(10) unsigned | NO | 0 | ||
action | int(10) unsigned | NO | 0 | ||
option_text | text | YES |
An arbitrary number that is not associated with any other table.
Link to parent npc_option.id.
This the is the creature_template.npcflag that is associated with this option.
This is the icon that is displayed next to the option in the gossip menu.
The action to perform. (paste section of code that lists this)
The text for this particular option