DB/ItemClass: Difference between revisions

From wowdev
Jump to navigation Jump to search
(redone.)
No edit summary
Line 1: Line 1:
==Header Info ==
==Header Info ==
  Records....................16
  Records....................16
  Fields.....................12
  Fields.....................20
  Record Size................48
  Record Size................48
  String Block Size.........176
  String Block Size.........176
Line 10: Line 10:
  2 Subclass? Integer pointing back to an other ID ;)
  2 Subclass? Integer pointing back to an other ID ;)
  3 isWeapon? Boolean Only set on id=2 (name="Weapon", subclass=2)
  3 isWeapon? Boolean Only set on id=2 (name="Weapon", subclass=2)
  4-12 Name String + [[Loc]]
  4-20 Name String + [[Loc]]


--[[User:Schlumpf|schlumpf_]] 00:24, 24 August 2007 (CEST)
--[[User:Schlumpf|schlumpf_]] 00:24, 24 August 2007 (CEST)


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

Revision as of 16:03, 16 September 2009

Header Info

Records....................16
Fields.....................20
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-20 	Name 		String + Loc	

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