DB/AuctionHouse: Difference between revisions

From wowdev
Jump to navigation Jump to search
(+ Loc)
mNo edit summary
Line 1: Line 1:
==Header Info==
This one stores information about auction houses and their fees.
 
Records.....................7
Fields.....................13
Record Size................52
String Block Size.........170


==Structure==
==Structure==
 
{| style="background:#FCFCFC; color:black"
'''Column Field Type Notes'''
|-
  1 ID Integer
! width="80" | Column  
  2 iRefID_[[Faction.dbc|Faction]] Integer Faction this AH belongs to  
! width="180 " | Field  
  3 Auction Fee Integer The AH's cut of your final earnings  
! width="80" | Type  
  4 Desposit Tax Integer x% of sale price  
! width="600" | Notes
  5-13 sRefName String + [[Loc]] Auction House Name
|-
|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"