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

trying to get this formula to work #225

Open codeyhanson opened 6 months ago

codeyhanson commented 6 months ago

${$m1$} to ${$m1$} trying to get this formal to work 7-15+caster level*2(spell modifier) with wow spell editor anyone know what im doing wrong I just get 0 both in game and here image image

stoneharry commented 5 months ago

Sorry, I should have replied to this a long time ago.

A lot of formulas require a player to know what values to use, i.e: what is the players attack power, spell power, or some other metric. The spell editor just assumes these are 0. Which means the operation often becomes * 0 and it shows 0.

However it should work in game. Check if you need spell description flags under the base tab, they contain shortcut expressions that can be unfolded.