Magictibiaman
New Member
- Joined
- May 25, 2009
- Messages
- 371
- Reaction score
- 0
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -6.5, 0, -9, 0)
i should get
MinDmg = (450 + 125 * 4) * (6.5) + (0)
MaxDmg = (450 + 125 * 4) * (9)+ (0)
MinDmg = 950 * 6.5 = 6175
MaxDmg = 950 * 9 = 8550
but my average dmg is in the 1500's
according to-
i should get
MinDmg = (450 + 125 * 4) * (6.5) + (0)
MaxDmg = (450 + 125 * 4) * (9)+ (0)
MinDmg = 950 * 6.5 = 6175
MaxDmg = 950 * 9 = 8550
but my average dmg is in the 1500's
according to-
LUA:
Understanding Spell Formulas [/URL]