DB/SpellAuraNames: Difference between revisions

From wowdev
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|max_expansionlevel=1}}
{{Template:Sandbox/VersionRange|max_expansionlevel=1}}


==0.5.3.3368==
==0.5.3.3368, 1.12.1.5875==
  struct SpellAuraNamesRec {
  struct SpellAuraNamesRec {
   uint32_t m_EnumID;
   uint32_t m_EnumID;
  uint32_t m_specialMiscValue;
  {{Template:Type|stringref}} m_globalstrings_tag;
  {{Template:Type|langstringref}} m_name_lang;
  uint32_t m_generatedID;
};
==1.12.1.5875==
struct SpellAuraNamesRec {
  uint32_t m_ID;
   uint32_t m_specialMiscValue;
   uint32_t m_specialMiscValue;
   {{Template:Type|stringref}} m_globalstrings_tag;
   {{Template:Type|stringref}} m_globalstrings_tag;
   {{Template:Type|langstringref}} m_name_lang;
   {{Template:Type|langstringref}} m_name_lang;
  };
  };
===SpecialMiscValue===
1  = Skill
2  = Transform - mount spells etc
3  = Magic School. Uses the spell's effectMiscValue instead of school for tooltips <code>CGTooltip::GetAuraEffectString</code>
4  = Immune Dispel Type - Abolish Magic, Nullify Poison etc
5  = Stat
6  = Language
8  = Track Resource - find herbs etc
9  = Creature - Track Creatures, Mod Creature Dmg Done
10 = Immunity Effect
11 = Immune State
14 = Shapeshift
15 = Power - increase energy, modify regen rates etc
17 = Mechanical Immune
18 = Channel Death Item - Drain Soul
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 Unknown Integer categorization of some type.  
  2 SpecialMiscValue Integer categorization of some type.  
  3 internalname String
  3 GlobalStringsTag String
  4-12 Name [[Loc]]
  4-12 Name [[Loc]]


[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Alpha]]
[[Category:DBC_Alpha]]
[[Category:DBC_Vanilla]]
[[Category:DBC_Vanilla]]

Latest revision as of 19:47, 9 October 2017

≤ Vanilla

0.5.3.3368, 1.12.1.5875

struct SpellAuraNamesRec {
  uint32_t m_EnumID;
  uint32_t m_specialMiscValue;
  stringref m_globalstrings_tag;
  langstringref m_name_lang;
};

SpecialMiscValue

1  = Skill
2  = Transform - mount spells etc
3  = Magic School. Uses the spell's effectMiscValue instead of school for tooltips CGTooltip::GetAuraEffectString
4  = Immune Dispel Type - Abolish Magic, Nullify Poison etc
5  = Stat
6  = Language
8  = Track Resource - find herbs etc
9  = Creature - Track Creatures, Mod Creature Dmg Done
10 = Immunity Effect
11 = Immune State
14 = Shapeshift
15 = Power - increase energy, modify regen rates etc
17 = Mechanical Immune
18 = Channel Death Item - Drain Soul

Structure

Column	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	SpecialMiscValue 	Integer 	categorization of some type. 
3 	GlobalStringsTag 	String 	
4-12 	Name 			Loc