DB/SkillLineAbility: Difference between revisions

From wowdev
Jump to navigation Jump to search
(2 intermediate revisions by one other user not shown)
Line 10: Line 10:
  2 iIDRef_[[SkillLine.dbc|SkillLine]] Integer
  2 iIDRef_[[SkillLine.dbc|SkillLine]] Integer
  3 iIDRef_[[Spell.dbc|Spell]] Integer
  3 iIDRef_[[Spell.dbc|Spell]] Integer
  4 Unknown BitMask*
  4 iRefMask_[[ChrRaces.dbc|ChrRaces]] BitMask
  5 Unknown BitMask*
  5 iRefMask_[[ChrClasses.dbc|ChrClasses]] BitMask  
  ''6 Unknown NULL ''
  ''6 Unknown NULL ''
  ''7 Unknown NULL''
  ''7 Unknown NULL''
Line 21: Line 21:
  ''13 Unknown NULL ''
  ''13 Unknown NULL ''
  ''14 Unknown NULL ''
  ''14 Unknown NULL ''
  15 Unknown BitMask*
  15 Pet tp Integer the pet tp points that req for ability


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


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

Revision as of 01:57, 27 October 2007

Header Info

Records..................6761
Fields.....................15
Record Size................60
String Block Size...........1

Structure

Column	Field 			Type 		Notes  
1 	ID 			Integer 	
2 	iIDRef_SkillLine 	Integer 	
3 	iIDRef_Spell 		Integer 	
4 	iRefMask_ChrRaces 	BitMask 	
5 	iRefMask_ChrClasses 	BitMask 
6 	Unknown 		NULL 	
7 	Unknown 		NULL 	
8 	Unknown 		BitMask* 	
9 	iIDRef_Spell_parent 	Integer 	The spell that supercedes this one 
10 	requiredSkillLineLevel 	Integer 	
11 	skill_grey_level 	Integer 	Skill becomes grey... 
12 	skill_green_level 	Integer 	...green 
13 	Unknown 		NULL 	
14 	Unknown 		NULL 	
15 	Pet tp 			Integer		the pet tp points that req for ability 	

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