DB/GameTables: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 4: Line 4:
  Record Size................12
  Record Size................12
  String Block Size........1404 (in 3.0[zhCN], this value is 1499)
  String Block Size........1404 (in 3.0[zhCN], this value is 1499)
They list different tables. The real content is in files called gtName.dbc. Not many of them exist in the archives. Far less than in here. As of 3.0.9 the clientside list is:
*gtBarberShopCostBase
*gtCombatRatings
*gtChanceToMeleeCrit
*gtChanceToMeleeCritBase
*gtChanceToSpellCrit
*gtChanceToSpellCritBase
*gtNPCManaCostScaler
*gtOCTRegenHP
*gtOCTRegenMP
*gtRegenHPPerSpt
*gtRegenMPPerSpt


==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 Name String Ideas on what it's for?
  1 Name String how the DBC is called.
  2 Unknown Integer
  2 NumEntries Integer number of entries
  3 Unknown Integer
  3 RowsPerEntry Integer rows per entry, or the way around.
 
Retrieved from "http://www.sourcepeek.com/wiki/GameTables.dbc"


[[Category:DBC]]
[[Category:DBC]]

Revision as of 22:33, 10 July 2009

Header Info

Records....................78 (in 3.0[zhCN], this value is 82)
Fields......................3
Record Size................12
String Block Size........1404 (in 3.0[zhCN], this value is 1499)

They list different tables. The real content is in files called gtName.dbc. Not many of them exist in the archives. Far less than in here. As of 3.0.9 the clientside list is:

  • gtBarberShopCostBase
  • gtCombatRatings
  • gtChanceToMeleeCrit
  • gtChanceToMeleeCritBase
  • gtChanceToSpellCrit
  • gtChanceToSpellCritBase
  • gtNPCManaCostScaler
  • gtOCTRegenHP
  • gtOCTRegenMP
  • gtRegenHPPerSpt
  • gtRegenMPPerSpt

Structure

Column	Field 		Type 		Notes 
1 	Name 		String 		how the DBC is called.
2 	NumEntries 	Integer 	number of entries
3 	RowsPerEntry 	Integer 	rows per entry, or the way around.