Difference between revisions of "DB/AuctionHouse"
Jump to navigation
Jump to search
(+ Loc) |
m |
||
Line 1: | Line 1: | ||
− | + | This one stores information about auction houses and their fees. | |
− | |||
− | |||
− | |||
− | |||
− | |||
==Structure== | ==Structure== | ||
− | + | {| style="background:#FCFCFC; color:black" | |
− | + | |- | |
− | + | ! width="80" | Column | |
− | + | ! width="180 " | Field | |
− | + | ! width="80" | Type | |
− | + | ! width="600" | Notes | |
− | + | |- | |
+ | |1 || ID || Integer || | ||
+ | |- style="background:#F0F8FF;" | ||
+ | |2 || [[Faction.dbc|Faction]] || iRefID || Faction this AH belongs to. | ||
+ | |- | ||
+ | |3 || AuctionFee || Integer || The AH's cut of your final earnings. | ||
+ | |- | ||
+ | |4 || DespositTax || Integer || x% of sale price | ||
+ | |- | ||
+ | |5 || Name || [[Loc]] || The name of the house. | ||
+ | |} | ||
Retrieved from "http://www.sourcepeek.com/wiki/AuctionHouse.dbc" | Retrieved from "http://www.sourcepeek.com/wiki/AuctionHouse.dbc" | ||
− | [[Category:DBC]] | + | [[Category:DBC]][[Category:3.0.2.8905]] |
Revision as of 00:00, 29 September 2008
This one stores information about auction houses and their fees.
Structure
Column | Field | Type | Notes |
---|---|---|---|
1 | ID | Integer | |
2 | Faction | iRefID | Faction this AH belongs to. |
3 | AuctionFee | Integer | The AH's cut of your final earnings. |
4 | DespositTax | Integer | x% of sale price |
5 | Name | Loc | The name of the house. |
Retrieved from "http://www.sourcepeek.com/wiki/AuctionHouse.dbc"