跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:characters数据库:auctionhouse
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== auctionhouse 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] Contains all information about the currently ongoing auctions in the auction houses. It controls what items are put up for auction and who put it up, who is the highest bidder, etc. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#id|id]]|INT|UNSIGNED|PRI|NO|0| | | |[[#houseid|houseid]]|INT|UNSIGNED| |NO|0| | | |[[#itemguid|itemguid]]|INT|UNSIGNED|UNI|NO|0| | | |[[#itemowner|itemowner]]|INT|UNSIGNED| |NO|0| | | |[[#buyoutprice|buyoutprice]]|INT|UNSIGNED| |NO|0| | | |[[#time|time]]|INT|UNSIGNED| |NO|0| | | |[[#buyguid|buyguid]]|INT|UNSIGNED| |NO|0| | | |[[#lastbid|lastbid]]|INT|UNSIGNED| |NO|0| | | |[[#startbid|startbid]]|INT|UNSIGNED| |NO|0| | | |[[#deposit|deposit]]|INT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== id ==== Unique identifier for every auction. ==== houseid ==== The GUID of the creature where the auction item was added. See creature.guid. ==== itemguid ==== The GUID of the item that is up for auction. See item_instance.guid. ==== itemowner ==== The GUID of the owner of the item up for auction. See characters.guid. ==== buyoutprice ==== The buyout price of the item in copper. Divide by 100 to get silver and by 100 again to get gold. ==== time ==== The time when the auction will end, measured in Unix time (number of seconds from 00:00 Jan 1, 1970). ==== buyguid ==== The GUID of the highest bidder. See characters.guid. ==== lastbid ==== The amount of copper of the last bid put on the item. ==== startbid ==== The amount of copper of the starting bid. ==== deposit ==== The amount of copper spent on the deposit.
数据库/characters数据库/auctionhouse.txt
· 最后更改: 2023/09/24 09:58 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部