Hello,
I'm trying to estimate/calculate some DPS and I would like to be sure I use the correct method.
What I do is:
1. calculate average damage per hit:
for thf: (1+doublestrike%)*avg_dmg_thf
for twf: (1+doublestrike%)*avg_dmg_mh + 0.8*avg_dmg_oh
(assuming gtwf)
2. I use the attack speed (hits/min) from mrcow (http://forums.ddo.com/showpost.php?p...0&postcount=13)
avg DPS = (avg_dmg * att_speed) / 60
Is that correct ?
Thank you