Npc_gossip - cmangos/issues GitHub Wiki
Back to world database list of tables.
THIS TABLE IS OUTDATED. DO NOT USE
It should have been removed around 2009, but for some bad reasons it wasn’t..
Use table gossip_menu instead.
This table is the link between NPCs and gossip text. When you click on an NPC that says something more than just "Greetings ", this is the table that links that NPC to the text.
Field | Type | Null | Key | Default | Extra |
npc_guid | int(11) unsigned | NO | PRI | 0 | |
textid | int(11) unsigned | NO | 0 | ||
You place the GUID from creature.guid in this field for the NPC that you want to have gossip.
This is the ID from npc_text.ID of the text that you want the NPC to say.
Now, to get your NPC to actually say something, you need to update creature_template.npcflag with the gossip flag, which is 1.