DB/Talent: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
  1 ID Integer
  1 ID Integer
  2 iRefID_[[TalentTab.dbc|TalentTab]] Integer
  2 iRefID_[[TalentTab.dbc|TalentTab]] Integer
  3 row Integer
  3 tierID Integer
  4 col Integer
  4 columnIndex Integer
  5 iRefID_[[Spell.dbc|Spell]] Integer Rank 1
  5 iRefID_[[Spell.dbc|spellRank]] Integer[9]
6 iRefID_[[Spell.dbc|Spell]] Integer Rank 2
  14 iRefID_[[Talent.dbc|prereqTalent]] Integer[3] Required talent  
7 iRefID_[[Spell.dbc|Spell]] Integer Rank 3
  15 iRefID_[[Talent.dbc|prereqRank]] Integer[3] Required points in talent
8 iRefID_[[Spell.dbc|Spell]] Integer Rank 4
  20 flags Boolean 1 if the talent only has one point, otherwise 0.  
9 iRefID_[[Spell.dbc|Spell]] Integer Rank 5
  21 requiredSpellID Integer 0 or 339 (Only talent with 339 is the druid talent: Nature's Grasp)   
10 iRefID*_[[Spell.dbc|Spell]] Integer Rank 6?
11 iRefID*_[[Spell.dbc|Spell]] Integer Rank 7?
12 iRefID*_[[Spell.dbc|Spell]] Integer Rank 8?
13 iRefID*_[[Spell.dbc|Spell]] Integer Rank 9?
  14 iRefID_[[Talent.dbc|Talent]] Integer Required talent  
  15 iRefID*_[[Talent.dbc|Talent]] Integer Required talent 2?
16 iRefID*_[[Talent.dbc|Talent]] Integer Required talent 3?
17 talentCount Integer Required points in talent (zero-indexed)
18 talentCount_2* Integer Required points in talent 2 (zero-indexed)?
19 talentCount_3* Integer Required points in talent 3 (zero-indexed)?
  20 singlePoint Boolean 1 if the talent only has one point, otherwise 0.  
  21 Unknown Integer 0 or 339 (Only talent with 339 is the druid talent: Nature's Grasp)   
  22-23  allowForPetFlags[2]           
  22-23  allowForPetFlags[2]           



Revision as of 20:12, 16 April 2011

Header Info

Records...................577
Fields.....................23
Record Size................84
String Block Size...........1

Structure

Column	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	iRefID_TalentTab 	Integer 	
3 	tierID 			Integer 	
4 	columnIndex 			Integer 	
5 	iRefID_spellRank 		Integer[9]
14 	iRefID_prereqTalent 		Integer[3] 	Required talent 
15 	iRefID_prereqRank 		Integer[3] 	Required points in talent
20 	flags 		Boolean 	1 if the talent only has one point, otherwise 0. 
21 	requiredSpellID 		Integer 	0 or 339 (Only talent with 339 is the druid talent: Nature's Grasp)  
22-23  allowForPetFlags[2]          

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