How i can calculate my swing speed? If somebody know URL for calculator for this or know formula (something like 55dex + 20% swing speed = 3 hits/sec) please to say me. thanks
A "Five on Friday" in March 2007 outlined the formula (excerpted):
1. Figure out Weapon Base speed in ticks. Take whatever speed in seconds your weapon says on the tooltip and multiply that number by 4. If you are barehanded, you swing at the fastest weapon rate (10 ticks = 2.5 seconds). Example: The Halberd (4.25 second base speed) has a base speed of 17 ticks.
2. Figure out Stamina Ticks (Current Stamina / 30). Example: Current Stamina = 50. So Stamina Ticks rounded down = 1.
3. Figure out Swing Speed Increase modifier from equipment. Example: 20.
Here is the formula:
a. Hit Start = ((Base Weapon Speed - Stamina Ticks) * (100.0 / (100 + Swing Speed Increase)))
ex. Hit Start = ((17 - 1) * (100.0 / (100 + 20)))
c. Make sure minimum swing time is never less than 5 ticks (1.25 seconds).
ex. The calculated Halberd Hit Start speed = 13 ticks (3.25 seconds)
FoF linky.
Let's use my Paladin for an example. DEX = 100; Stamina = 112. Weapon is Soul Seeker primarily - same as Radiant Scimitar in speed (3.5s delay).
Swing ticks = (3.25 * 4) = 13
Stam ticks = 112/30 = 3
SS SSI = 60%
Plug it all in:
Hit Start = ((13 - 3) * (100.0 / (100 + 60)))
Hit Start = (10 * (100.0 / 160))
Hit Start = (10 * .625)
Hit Start = 6.25 ticks or (reversing ticks to seconds) (6.25 / 4) = 1.56 seconds
It's 745 AM and my head is already swimming with formulas! Oof!