DB/ItemClass: Difference between revisions

From wowdev
Jump to navigation Jump to search
(+ Loc)
(redone.)
Line 8: Line 8:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 Unknown Integer
  2 Subclass? Integer pointing back to an other ID ;)
  3 Unknown Boolean* If boolean only "Weapon" active.
  3 isWeapon? Boolean Only set on id=2 (name="Weapon", subclass=2)
  4-12 sRefName String + [[Loc]]
  4-12 Name String + [[Loc]]


Retrieved from "http://www.sourcepeek.com/wiki/ItemClass.dbc"
--[[User:Schlumpf|schlumpf_]] 00:24, 24 August 2007 (CEST)


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

Revision as of 00:24, 24 August 2007

Header Info

Records....................16
Fields.....................12
Record Size................48
String Block Size.........176

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	Subclass? 	Integer 	pointing back to an other ID ;)
3 	isWeapon? 	Boolean 	Only set on id=2 (name="Weapon", subclass=2)
4-12 	Name 		String + Loc	

--schlumpf_ 00:24, 24 August 2007 (CEST)