vendors

This table defines the selling items for vendors.

Structure

Field Type Default Comment
entry int(10) 0  
item int(10) 0  
amount int(10) 0 This is min_amount…
max_amount int(10) 0  
inctime bigint(20) 0  
extended_cost int(11) 0  

entry

The entry ID of the vendor from creature_properties

item

The entry ID of the selling item from item_properties

amount

The minimum amount of the selling item.

max_amount

The maximum amount of the selling item.

inctime

extended_cost

Overrides the extended_cost in item_properties for the selling item.