Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Table: gossip_menu_option_action

This table holds information about what a gossip menu option is doing, redirect to gossip or showing poi on mnap.

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

MenuId

int(10)

unsigned

PRI

NO

0



OptionIndex

int(10)

unsigned

PRI

NO

0



ActionMenuId

int(11)

unsigned


NO

0



ActionPoiId

int(11)

unsigned


NO

0



Description of the fields

MenuId

Gossip entry from Gossip_menu.MenuId this option is associated with.
If this is the default gossip option for the selected NPC, verify that the NPC has this value in it's creature_template.gossip_menu_id .

OptionIndex

The OptionIndex associated with this gossip_menu_option. Must be unique for a given  gossip_menu_option.OptionIndex starting from 0 (zero).

ActionMenuId

Gossip entry from Gossip_menu.MenuId this option will link to. Opens Gossip with 

ActionPoiId

Poi id from points_of_interest.ID this option is associated with.
If not 0 will show POI on Map.