DB/SpellShapeshiftForm: Difference between revisions

From wowdev
Jump to navigation Jump to search
(+ Loc)
Line 8: Line 8:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 Unknown Integer Has to do with stance changes. Perhaps recursive to rows 17,18, and 19?
  2 ActionBar Integer
  3-11 sRefName String + [[Loc]]
  3-11 Name [[Loc]]
  12 Unknown BitMask*
  12 Flags BitMask &1: can interact?, &2: Breaks on casting (stealth), &8: can-interact-special? (if not &1), &0x20: modify AttackPowerForAGI, &0x100: related to only_in_shapeshift, &0x400:  &0x1000: Something with EmoteSounds
  13 Unknown Integer
  13 [[CreatureType.dbc|CreatureType]] Integer -1 or 0 for getting overwritten by race or server.
  14 Unknown Integer Only druid stances have a value.  
  14 [[SpellIcon.dbc|SpellIcon]] Integer Instead of "Interface\\Buttons\\Spell-Reset"
  15 Unknown Integer Theory: Attack speed when in form (BC Alpha 8/26/2006)
15 Unknown Integer Only druid stances have a value. {2500, 1000} Default: 2000, has something to do with spellmanacost; attack speed in ms?
16-17 DisplayID[2] Integer {Alliance, Horde}
  18 Unknown[2] Null
18 Unknown[8] Integer Used for "Zombie", "Ghul", "Test", "Tharon'ja"


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


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

Revision as of 19:38, 16 July 2009

Header Info

Records....................32
Fields.....................15
Record Size................60
String Block Size.........247

Structure

Column 	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	ActionBar 	Integer 	
3-11 	Name 		Loc	
12 	Flags 		BitMask		&1: can interact?, &2: Breaks on casting (stealth), &8: can-interact-special? (if not &1), &0x20: modify AttackPowerForAGI, &0x100: related to only_in_shapeshift, &0x400:  &0x1000: Something with EmoteSounds
13 	CreatureType 	Integer 	-1 or 0 for getting overwritten by race or server.
14 	SpellIcon 	Integer 	Instead of "Interface\\Buttons\\Spell-Reset"	
15 	Unknown 	Integer 	Only druid stances have a value. {2500, 1000} Default: 2000, has something to do with spellmanacost; attack speed in ms?
16-17 	DisplayID[2] 	Integer 	{Alliance, Horde}
18 	Unknown[2]	Null 	
18 	Unknown[8]	Integer 	Used for "Zombie", "Ghul", "Test", "Tharon'ja"

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