DB/ItemSubClass: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
  1 iRefID_[[ItemClass.dbc|ItemClass]] Integer
  1 iRefID_[[ItemClass.dbc|ItemClass]] Integer
  2 subClassID Integer Index, non-unique, type.  
  2 subClassID Integer Index, non-unique, type.  
  3 Unknown Integer
  3 prerequisiteProficiency Integer
  4 Unknown Integer
  4 postrequisiteProficiency Integer
  5 Unknown Integer
  5 flags Integer
  6 Unknown Integer
  6 displayFlags Integer
  7 Unknown Integer
  7 weaponParrySeq Integer
  8 Unknown Integer
  8 weaponReadySeq Integer
  9 Unknown Integer
  9 weaponAttackSeq Integer
  10 handsNumber Integer Melee slots required.  
  10 WeaponSwingSize Integer Melee slots required.  
  11-27 sRefName String + [[Loc]]
  11-27 displayName String + [[Loc]]
  28-44 Unique plural String + [[Loc]]
  28-44 verboseName String + [[Loc]]


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


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

Revision as of 19:22, 16 April 2011

Header Info

Records....................76
Fields.....................44
Record Size...............112
String Block Size.........920

Structure

Column	Field 			Type 		Notes 
1 	iRefID_ItemClass 	Integer 	
2 	subClassID 		Integer 	Index, non-unique, type. 
3 	prerequisiteProficiency 		Integer 	
4 	postrequisiteProficiency 		Integer	 	
5 	flags 		Integer	 	
6 	displayFlags 		Integer 	
7 	weaponParrySeq 		Integer 	
8 	weaponReadySeq 		Integer 	
9 	weaponAttackSeq 		Integer 	
10 	WeaponSwingSize 		Integer 	Melee slots required. 
11-27 	displayName 		String + Loc
28-44 	verboseName 		String + Loc

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