-
Notifications
You must be signed in to change notification settings - Fork 0
Gossip_menu
Lukas edited this page Jul 10, 2014
·
1 revision
Back to world database list of tables.
This table is used for displaying gossip when a player talks to an NPC.
Field | Type | Attributes | Key | Null | Default |
entry | smallint(6) | unsigned | PRI | NO | 0 |
text_id | mediumint(8) | unsigned | PRI | NO | 0 |
script_id | mediumint(8) | unsigned | NO | 0 | |
condition_id | mediumint(8) | unsigned | NO | 0 |
Gossip ID from gossip_menu_id and gameobject_template.GAMEOBJECT_TYPE_QUESTGIVER.data3
Reference to npc_text.id.
If set a DBScript with this ID will be started of the selected text
NOTE: Called when menu shown (not when clicked)
dbscripts_on_gossip