DB/CreatureFamily: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
==0.5.3.3368==
==Classic==
===0.5.3.3368===
====Struct====
  struct CreatureFamilyRec {
  struct CreatureFamilyRec {
   uint32_t m_ID;
   uint32_t m_ID;
Line 8: Line 10:
   uint32_t m_skillLine[2];
   uint32_t m_skillLine[2];
  };
  };
== Structure ==
 
==Wrath==
===3.3.5.12340===
====Table====
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
|-  
|-  
Line 40: Line 45:
| 28 || IconFile || String || "Interface\Icons\Ability_[a-z_]"  
| 28 || IconFile || String || "Interface\Icons\Ability_[a-z_]"  
|}
|}
==6.0.1.18179==
 
==Warlords==
===6.0.1.18179===
====Struct====
  struct CreatureFamilyRec {
  struct CreatureFamilyRec {
   uint32_t m_ID;
   uint32_t m_ID;
Line 54: Line 62:
   {{Template:Type|stringref}} m_iconFile;
   {{Template:Type|stringref}} m_iconFile;
  };
  };
==Old structure (?)==


==Unknown Build==
===Table===
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
Line 68: Line 77:
  18 sRefPath String path: "Interface\Icons\Ability_[a-z_]"  
  18 sRefPath String path: "Interface\Icons\Ability_[a-z_]"  


[[Category:DBC]][[Category:DBC_WotLK]]
[[Category:DBC]]
[[Category:DBC_WotLK]][[Category:3.3.5.12340]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Revision as of 02:53, 14 July 2016

Classic

0.5.3.3368

Struct

struct CreatureFamilyRec {
  uint32_t m_ID;
  float m_minScale;
  uint32_t m_minScaleLevel;
  float m_maxScale;
  uint32_t m_maxScaleLevel;
  uint32_t m_skillLine[2];
};

Wrath

3.3.5.12340

Table

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_]"

Warlords

6.0.1.18179

Struct

struct CreatureFamilyRec {
  uint32_t m_ID;
  float m_minScale;
  uint32_t m_minScaleLevel;
  float m_maxScale;
  uint32_t m_maxScaleLevel;
  uint32_t m_skillLine[2];
  uint32_t m_petFoodMask;
  uint32_t m_petTalentType;
  uint32_t m_categoryEnumID;
  langstringref m_name_lang;
  stringref m_iconFile;
};

Unknown Build

Table

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_]"