DB/CreatureFamily: Difference between revisions

From wowdev
Jump to navigation Jump to search
(+ Loc)
Line 6: Line 6:
  String Block Size........1231
  String Block Size........1231


==Structure==
== Structure ==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|-
| 1 || ID || Integer ||
|-
| 2 || minScale || Float ||
|-
| 3 || minScaleLevel || Integer ||
|-
| 4 || maxScale || Float ||
|-
| 5 || maxScaleLevel || Integer ||
|- style="background:#F0F8FF;"
| 6 || [[SkillLine.dbc|SkillLine]] || iRefID ||
|- style="background:#F0F8FF;"
| 7 || [[SkillLine.dbc|SkillLine]] || iRefID ||
|- style="background:#F0F8FF;"
| 8 || [[ItemPetFood.dbc|ItemPetFood]] || iRefMask ||
|-
| 9 || petTalentType || Integer ||
|-
| 10 || categoryEnumID || Integer ||
|-
| 11 || Name || [[Loc]] ||
|-
| 28 || IconFile || String || "Interface\Icons\Ability_[a-z_]"
|}
 
==Old structure (?)==


  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
Line 19: Line 52:
  9-17 sRefName String + [[Loc]]
  9-17 sRefName String + [[Loc]]
  18 sRefPath String path: "Interface\Icons\Ability_[a-z_]"  
  18 sRefPath String path: "Interface\Icons\Ability_[a-z_]"  
Retrieved from "http://www.sourcepeek.com/wiki/CreatureFamily.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/CreatureFamily.dbc"


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

Revision as of 22:36, 12 June 2009

Header Info

Records....................30
Fields.....................18
Record Size................72
String Block Size........1231

Structure

Column Field Type Notes
1 ID Integer
2 minScale Float
3 minScaleLevel Integer
4 maxScale Float
5 maxScaleLevel Integer
6 SkillLine iRefID
7 SkillLine iRefID
8 ItemPetFood iRefMask
9 petTalentType Integer
10 categoryEnumID Integer
11 Name Loc
28 IconFile String "Interface\Icons\Ability_[a-z_]"

Old structure (?)

Column 	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	Unknown 		Float 		Q: movement or attack speed modifier? 
3 	iRefID_PetPersonality 	Integer 	Base data columns 11-19. 
4 	Unknown 		Float 		Q: movement or attack speed modifier? 
5 	Unknown 		Integer 	Q: is player controlled? 
6 	iRefID_SkillLine 	Integer 	
7 	Unknown 		Integer 	Q: is tameable? 
8 	iRefMask_ItemPetFood 	BitMask 	
9-17 	sRefName 		String + Loc		
18 	sRefPath 		String 		path: "Interface\Icons\Ability_[a-z_]" 

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