Swoo Member Nov 24, 2015 #1 hi, can someone please give me a hint where spelldamage is defined, especially for magery
Ravenwolfe Member Nov 24, 2015 #2 There are a lot of places that the damage from a spell is calculated, along with several modifiers in different scripts. However, a good starting place is the Damage method of SpellHelper.cs.
There are a lot of places that the damage from a spell is calculated, along with several modifiers in different scripts. However, a good starting place is the Damage method of SpellHelper.cs.
arphile Member Nov 24, 2015 #3 You need to find this code and modify. SpellHelper.Damage( ~~~ ) [ Each of spell scripts use this code to deal damages to target ] and this function return to AOS.Damage( ~~~ )
You need to find this code and modify. SpellHelper.Damage( ~~~ ) [ Each of spell scripts use this code to deal damages to target ] and this function return to AOS.Damage( ~~~ )