stoneharry / WoW-Spell-Editor

A Spell Editor for WoW versions WOTLK 3.3.5, TBC 2.4.3, or Vanilla 1.12.1.
252 stars 115 forks source link

What are the respective functions of "Misc Value A" and "Misc Value B"? #203

Closed qidian008 closed 1 year ago

qidian008 commented 1 year ago

image

Could you please explain the respective functions of "Misc Value A" and "Misc Value B" in the SpellEditor tool? Thank you very much for your assistance.

stoneharry commented 1 year ago

They are generic fields that are used differently by every spell and aura effect.

There is a community maintained list here: https://github.com/stoneharry/WoW-Spell-Editor/issues/115

You can also refer to the emulator SpellEffects.cpp and SpellAuraEffects.cpp usage.