AzerothCore
Pages :

game_event_npc_vendor

<-返回:世界

`game_event_npc_vendor` 表

该表允许你改变商人出售的物品,或者为一个原本不售卖物品的 NPC 创建商人列表(该列表仅在某个事件激活时生效)。

表结构

字段 (Field) 类型 (Type) 属性 (Attributes) 键 (Key) 空 (Null) 默认 (Default) 额外 (Extra) 注释 (Comment)
eventEntry SMALLINT SIGNED NO 0
guid MEDIUMINT UNSIGNED PRI NO 0
slot SMALLINT SIGNED NO 0
item MEDIUMINT UNSIGNED PRI NO 0
maxcount MEDIUMINT UNSIGNED NO 0
incrtime MEDIUMINT UNSIGNED NO 0
ExtendedCost MEDIUMINT UNSIGNED NO 0

字段说明

eventEntry

参照:game_event.entry

只能使用正数值。

guid

参照:creature.guid

slot

参照:npc_vendor.slot

item

参照:item_template.entry

maxcount

参照:npc_vendor.maxcount

incrtime

参照:npc_vendor.incrtime

ExtendedCost

参照:npc_vendor.extendedcost