Damage and Healing Formulas

QTpie

Neophyte
Hello guys im searching for the formulas to calculate- Wepon Damage output, Spell damage output and healing done to self by spell and by bandages. I think this is very important inforamtion and it should be published to some very visible place and updated on time when needed.

Please if you know the answer Quote or give me the link to the Thread you acquired the information from.
 

QTpie

Neophyte
Thanks for the great excel man. Meanwhile i found the latest formula about wep damage:


(basedamage + QualityModifier(exceptional)) * bonus) where bonus =
  • bonus += Math.Min(100.0, attacker.Str) / 500.0 +
  • bonus += Math.Min(anatomyValue, 100.0) / 500.0 + if (anatomy == 100)(bonus +0.1) +
  • bonus += (Math.Min(tacticsValue, 100) - 50.0) / 100.0;
  • bonus += lumberValue / 500.0
from - http://uoforum.com/threads/publish-4-september-5-2014-meta-pets-pvp-tweaks-and-more.42697/
 
Top