DB/CreatureType: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


==Header Info==  
==Header Info==  
  Records....................11
  Records....................13
  Fields.....................11
  Fields.....................19
  Record Size................44
  Record Size................76
  String Block Size..........94
  String Block Size.........119


==Structure==
==Structure==
Line 17: Line 17:
| 1  || ID  || Integer  ||  
| 1  || ID  || Integer  ||  
|-   
|-   
| 2  || Name  || [[Loc]]  ||  
| 2-18 || Name  || [[Loc]]  ||  
|-  
|-  
|   || noExperience  || Boolean || Critters etc.
| 19  || noExperience  || Boolean || Critters etc.
|}
|}



Revision as of 14:55, 16 September 2009

Called from column 16 in Spell.dbc. ID's are referenced by the placement within the BitMask.

Header Info

Records....................13
Fields.....................19
Record Size................76
String Block Size.........119

Structure

Column Field Type Notes
1 ID Integer
2-18 Name Loc
19 noExperience Boolean Critters etc.

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