跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:world数据库:game_event_npc_vendor
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== game_event_npc_vendor 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] This table allows you to change the items a vendor sells, or to create a vendor list for an NPC who does not sell items unless an event is active. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#eventEntry|eventEntry]]|TINYINT|SIGNED| |NO|0| | | |[[#guid|guid]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#slot|slot]]|SMALLINT|SIGNED| |NO|0| | | |[[#item|item]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#maxcount|maxcount]]|MEDIUMINT|UNSIGNED| |NO|0| | | |[[#incrtime|incrtime]]|MEDIUMINT|UNSIGNED| |NO|0| | | |[[#ExtendedCost|ExtendedCost]]|MEDIUMINT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== eventEntry ==== This is the eventEntry from the game_event table that you wish to setup a vendor list for while the event is running. ==== guid ==== This is the guid of the NPC that you wish to create a vendor list for. ==== 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 ==== This is an item from the item_template table. ==== 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. For limited item copies, every refresh, the quantity is increased by item_template.BuyCount ==== ExtendedCost ==== The value here corresponds to the ID in ItemExtendedCost.dbc 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.
数据库/world数据库/game_event_npc_vendor.txt
· 最后更改: 2023/09/24 20:09 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部