DB/CreatureType: Difference between revisions

From wowdev
Jump to navigation Jump to search
(+ Loc)
Line 8: Line 8:


==Structure==
==Structure==
Column Field Type  
{| style="background:#FCFCFC; color:black"
  1 ID Integer
|-
  2-10 sRefName String + [[Loc]]
! width="80" | Column  
  11 is_NoExpRewarded Boolean
! width="180 " | Field  
! width="80" | Type  
! width="600" | Notes
|-
| 1 || ID || Integer ||
|-  
| 2 || Name  || [[Loc]] ||
|-
|  || noExperience || Boolean || Critters etc.
|}


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


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

Revision as of 22:44, 12 June 2009

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

Header Info

Records....................11 
Fields.....................11 
Record Size................44
String Block Size..........94

Structure

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

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