NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the DBC file 'AuctionHouse' for MaNGOSTwo
The auction house table contains definitions for available auction houses for each faction including payments for placing auctions.
The file contents is read and mapped into the struct auctionhouseEntry in the MaNGOS core.
The field types and usage is defined in auctionhousefmt in the MaNGOS core.
The File is currently *NOT USED* by the MaNGOS core.
The Field definitions follow, No. of fields: 21 strong>
Field Name | Field Type | Notes |
---|---|---|
AuctionHouseId | INT(11) | Unique Id |
FactionId | INT(11) | References the faction to which the Auction House belongs. |
AuctionFee | INT(11) | The Auction House's cut of the final earnings. |
DepositTax | INT(11) | The Deposit fee based on the sale price |
Name | TEXT | The name of auction house |
Name1 | TEXT | The Localised Korean version of the above. |
Name2 | TEXT | The Localised French version of the above. |
Name3 | TEXT | The Localised German version of the above. |
Name4 | TEXT | The Localised Chinese version of the above. |
Name5 | TEXT | The Localised Taiwanese version of the above. |
Name6 | TEXT | The Localised Spanish (Traditional) version of the above. |
Name7 | TEXT | The Localised Spanish (Latin America) version of the above. |
Name8 | TEXT | |
Name9 | TEXT | |
Name10 | TEXT | |
Name11 | TEXT | |
Name12 | TEXT | |
Name13 | TEXT | |
Name14 | TEXT | |
Name15 | TEXT | |
TEXTCHECKSUM1 | FLOAT | A checksum value for the preceeding text fields. |
Description of the fields
AuctionHouseId INT(11)
Unique ID
FactionId INT(11)
References the primary key of [Faction.dbc]
AuctionFee INT(11)
The Auction House's cut of the final earnings.
DepositTax INT(11)
The Deposit fee based on the sale price
Name TEXT
The name of auction house
Name1 TEXT
The name of auction house
Name2 TEXT
The name of auction house
Name3 TEXT
The name of auction house
Name4 TEXT
The name of auction house
Name5 TEXT
The name of auction house
Name6 TEXT
The name of auction house
Name7 TEXT
The name of auction house
Name8 TEXT
Name9 TEXT
Name10 TEXT
Name11 TEXT
Name12 TEXT
Name13 TEXT
Name14 TEXT
Name15 TEXT
TEXTCHECKSUM1 FLOAT
A checksum value for the preceeding text fields.
auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now