gossip_menu_items

This table contains all data for gossip menu generation.

Structure

Field Type Default Comment
id int(10)   key 1
item_order int(10) 1 key 2
menu_option int(10) 0  
icon int(10) 0  
on_choose_action int(8) 0  
on_choose_data int(10) 0  
on_choose_data2 int(10) 0  
on_choose_data3 int(10) 0  
on_choose_data4 int(10) 0  
next_gossip_menu int(10) 0  
next_gossip_text int(10) 0  
requirement_type int(8) 0  
requirement_data int(10) 0  

id

The entry ID for the gossip_menu the option should be displayed.

item_order

The number the item is ordered in the menu. 1-…

The unique menu option ID from gossip_menu_option table

icon

Icon displayed beside the option.

on_choose_action

Action 0

Action 1

Action 2

Action 3

Action 4

Action 5

Action 6

next_gossip_menu

Next gossip menu id in this table.

next_gossip_text

The unique text id in npc_text table.

requirement_type

Type 0

Type 1

Type 2

Type 3

Type 4