pioncz
New Member
- Joined
- Dec 3, 2008
- Messages
- 149
- Reaction score
- 1
How works spell formula? I think this should be sticked somewhere.
setHealingFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 3, 4, 5, 6)
Is it: maximum heal = 6 x magiclevel, minimum heal = 5 x magic level?
And what means 4 and 3 in this formula?
I also found this in my config file:
formulaLevel = 5.0
formulaMagic = 1.0
What it means? It multiplies or something?
setHealingFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 3, 4, 5, 6)
Is it: maximum heal = 6 x magiclevel, minimum heal = 5 x magic level?
And what means 4 and 3 in this formula?
I also found this in my config file:
formulaLevel = 5.0
formulaMagic = 1.0
What it means? It multiplies or something?
Last edited: