DB/TalentTab: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (internalname)
Line 10: Line 10:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2-10 sRefName String + [[Loc]]
  2-17 sRefName String + [[Loc]]
  11 iRefID_[[SpellIcon.dbc|SpellIcon]] Integer
  20 Unknown 
  12 Unknown BitMask A BitMask that correlates to the number of rows per tab + 2 bits (rows). 511 (9 rows) pre BC, and 2047 (11 rows) post BC.
16 iRefID_[[SpellIcon.dbc|SpellIcon]] Integer
  13 sRefMask_[[ChrClasses.dbc|ChrClasses]] BitMask
  20 Unknown BitMask All 2047
  14 tab_number Integer
  21 sRefMask_[[ChrClasses.dbc|ChrClasses]] BitMask
  15 iternalname String
  22 tab_number Integer
  23 iternalname String


Retrieved from "http://www.sourcepeek.com/wiki/TalentTab.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/TalentTab.dbc"


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

Revision as of 20:26, 24 October 2007

This file contains the tabs of the talents, which can be seen when opening the talents window in WoW.

Header Info

Records....................27
Fields.....................15
Record Size................60
String Block Size.........640

Structure

Column	Field 			Type 		Notes 
1 	ID 			Integer 	
2-17 	sRefName 		String + Loc	
20 	Unknown  
16 	iRefID_SpellIcon 	Integer 	
20 	Unknown 		BitMask 	All 2047  
21 	sRefMask_ChrClasses 	BitMask 	
22 	tab_number 		Integer 	
23 	iternalname 		String 	

Retrieved from "http://www.sourcepeek.com/wiki/TalentTab.dbc"