Quote (Neoblack @ Jan 30 2010 04:49am)
atm my druid can hit almost 40k ar idk thow
Formula’s
Let's add some of the many relevant formulas and statistics that are out there. These come from the Facts and Formula Archive except where noted.
Increase Attack Speed – courtesy of RTB
EIAS = (120*IAS)/(120+IAS) - (WSM) + (SIAS)
Also, for figuring out what IAS is required to reach a certain breakpoint:
IAS = 120*(EIAS - SIAS + WSM)/(120 - EIAS + SIAS - WSM) if E-S+W > 0
Chance to Block
Total Blocking = (Blocking * (Dexterity - 15)) / (Character Level * 2)
Dexterity formula for blocking
Dex = (150*clvl/(amount of block on gear)) + 15
Chance to Hit
100 * AR / (AR + DR) * 2 * alvl / (alvl + dlvl)
AR = Attack Rating; alvl = Level of Attacker; dlvl = Level of Defender; DR = Defense Rating
Note: Attacks will never have less than 5% chance to hit nor more than 95% chance to hit.
Base Attack Rating
(Your attack rating without +AR or +Ar% from equipment, charms or skills)
= (Dex * 5) - 35 + ClassBonus
The ClassBonus is:
20 for Barbarians and Paladins
15 for Assassins
5 for Amazons and Druids
-10 for Necromancers
-15 for Sorceresses
Defense Rating
Defense = Dex / 4 (rounding down) + (Defense from Equipment)
Starting Stats Points
Strength Dexterity Vitality Energy
10 25 10 35
Replenish Life
(25 * (+Replenish life)) / 256 = Life Per Second
Mana Regeneration
Mana Regenerated per second = 25 * [[256 * max_mana / (25 * 120)] * (%Mana Regeneration/100 + 1] / 256
Walking/Running Speed [Originally Posted by Hammerman]
Basic Speed
Walking 4 yards/s
Running 6 yards/s
Formulae
FinalWalkSpeed = BaseWalkSpeed *(1 + skillFRW/100 + [itemFRW*150/(itemFRW + 150)]/100 + armourRed/100)
FinalRunSpeed = BaseRunSpeed+BaseWalkSpeed *(skillFRW/100 +[itemsFRW*150/(itemFRW+150)]/100 + armourRed/100)
BaseWalkSpeed - Value obtained from above table (4)
BaseRunSpeed - Value obtained from above table (6)
skillFRW - Faster Run/Walk from skills
itemFRW - Faster Run/Walk from items
armourRed - Total reduction (negative number) from armour and/or shield. (-5) for medium shields/armours, (-10) for heavy shields/armours.
The minimum cap on run/walk is 1 yard/s.
If FinalSpeed < 1
then FinalSpeed = 1
There is not a chart available to show you the faster run/walk speed of your character. Faster run/walk has similar items that increase your running/walking speed, but you also have to compensate for the weight of the armor you are wearing. You can however check here to get details on Faster run/walk.
all the forumals i got