Skip to content

game_event_npc_vendor

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
eventEntrytinyintsignedNOEntry of the game event.
guidbigintunsignedPRINO0
slotsmallintsignedMULNO0
itemintunsignedPRINO0
maxcountintunsignedNO0
incrtimeintunsignedNO0
ExtendedCostintunsignedPRINO0
typetinyintunsignedPRINO1
BonusListIDsmediumtextYESNULL
PlayerConditionIDintunsignedNO0
IgnoreFilteringtinyintunsignedNO0
 

Description of fields ​

eventEntry ​

This field signifies the game_event.eventEntry  

guid ​

GUID of the creature which this entry should be related to during the event. Referenced in creature.guid  

slot ​

Position of the item when the vendor window opens (order from top-left to bottom.right of the window with values 0 and then 1,2,3,etc).  

item ​

Item to be added during the event, for reference: ItemSparse.ID  

maxcount ​

The maximum number of copies of the item the vendor has available to be sold before incrtime is up. If 0, then it is an unlimited number of copies.  

incrtime ​

Combined with maxcount, this field tells how often (in seconds) the vendor list is refreshed and the limited item copies are restocked.  

ExtendedCost ​

The value here corresponds to the ID in ItemExtendedCost.ID and that ID controls the item's non monetary price, be it honor points, arena points, different types of badges or any combination of the above.  

type ​

- no description -  

BonusListIDs ​

- no description -  

PlayerConditionID ​

- no description -  

IgnoreFiltering ​

- no description -