DB/AttackAnimKits: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
== Structure ==
== Structure ==


  '''Column Field Type Notes'''
  '''Column Field Type Notes'''
  1 ID Integer
  1 ID Integer
  2 iRefID_[[AnimationData.dbc|AnimationData]] Integer Ref to ID in AnimationData.dbc
  2 (iRefID_[[AnimationData.dbc|AnimationData]]) Integer (Ref to ID in [[AnimationData.dbc]]) ? non-combat animid most of the time
  3 iRefID_[[AttackAnimTypes.dbc|AttackAnimTypes]] Integer Ref to ID in AttackAnimTypes.dbc
  3 iRefID_[[AttackAnimTypes.dbc|AttackAnimTypes]] Integer Ref to ID in [[AttackAnimTypes.dbc]]
  4 Unknown Integer
  4 Unknown Integer/Flags
  5 Unknown Integer Appears to be boolean
  5 Unknown Integer Appears to be boolean
Retrieved from "http://www.sourcepeek.com/wiki/AttackAnimKits.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/AttackAnimKits.dbc"


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

Revision as of 15:13, 6 August 2007

Header Info

Records....................26
Fields......................5   
Record Size................20
String Block Size...........1

Structure

Column 	Field 			Type 		Notes
1 	ID 			Integer 	
2 	(iRefID_AnimationData) 	Integer 	(Ref to ID in AnimationData.dbc) ? non-combat animid most of the time
3 	iRefID_AttackAnimTypes 	Integer 	Ref to ID in AttackAnimTypes.dbc
4 	Unknown 		Integer/Flags	
5 	Unknown 		Integer 	Appears to be boolean

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