2011-10-21, 10:24 AM
(This post was last modified: 2011-10-22, 08:33 AM by Five Second Pose.)
Omg, I realised I just made the biggest derp ever.
I, for some reason, completely negated the Faster, Fast etc... on LazyBui's thread.
Sorry for wasting your time Fear.
Using that formula for some skills on Bui's thread gives different results.
E.g.
.'. 810((10+5)/16) should equal 750.
It is actually 759.375.
What's going on there?
Or is that simply an error margin.
I, for some reason, completely negated the Faster, Fast etc... on LazyBui's thread.
Sorry for wasting your time Fear.
kruimel0 Wrote:I'm not totally sure whether this is right (confirmation would be nice), but I thought this was the formula to get the delay for weapon speed:
(10+WeaponSpeed)/(16)*DelayAtNormal(6), rounded to the nearest (or lower? I don't know this) 30 ms, as Maple works in intervals of 30 ms.
That means with 200 ms delay at normal (6), at fastest (2), one would have 12/16*200 = 150 ms, which rounds to 150 ms.
EDIT: Ah well, since I'm ninja'd with the same formula, I guess it's right.
Using that formula for some skills on Bui's thread gives different results.
E.g.
Code:
Strafe/Arrow Rain/Inferno/Arrow Bomb/Normal Attack
Faster (2): 600ms (-210ms)
Faster (3): 660ms (-150ms)
Fast (4): 720ms (-90ms)
Fast (5): 750ms (-60ms)
Normal (6): 810ms.'. 810((10+5)/16) should equal 750.
It is actually 759.375.
What's going on there?
Or is that simply an error margin.

