![]() |
|
|
|
#1
|
|||
|
You are correct in thinking that there should be no delay cap. In classic through part of Kunark there was none. There is a reason nearly every weapon below 16 delay was nerfed. The fact that there was no delay cap was half, the other was the primary hand damage bonus.
However sometime shortly after the fast delay weapon nerfs in early to mid kunark, a Delay cap of 8 was hardcoded by Verant, primarily to keep any new weapons from being too powerful. I beleive this delay cap is hardcoded client-side on P99 and most likely cannot be changed. Even if it could be changed, However, It would need to be changed back to the 8 delay cap very soon, like in less than a month. So basically all this is mute. The twig and other weapons like it were godly on live. They are pretty much crap here on p99. | ||
|
|
|||
|
#2
|
|||
|
Moot.
| ||
|
|
|||
|
#3
|
||||
|
Quote:
| |||
|
|
||||
|
#4
|
||||
|
Quote:
Take the Revultant Whip also (5/14 Never nerfed) -- What you are saying here is this thing would only ever benefit from having 75% COMBINED V1, V2, and V3 haste. It makes no sense. Capped weapon delay is and always has been a myth by people who failed at parsing. Trying to derive minimum weapon delay from a file that logs in increments of one second instead of counting total attacks. | |||
|
|
||||
|
#5
|
||||
|
Quote:
Go parse on live, you fill find there is a min delay of 8. Think about what you are saying btw, You think these folks at P99 put in a cap? lmao It was already there, in the titanium client they used. | |||
|
Last edited by Brinkman; 06-26-2011 at 01:13 PM..
|
|
|||
|
#6
|
|||
|
Straight from attack.cpp:
Code:
weapon_speed = ((int)(weapon_speed*(100.0f+attack_speed)*PermaHaste) / 100); if(weapon_speed < 10) // fast as a client can swing, so should be the floor of the proc chance weapon_speed = 10; ProcBonus += (float(itembonuses.ProcChance + spellbonuses.ProcChance) / 1000.0f + AABonus); | ||
|
|
|||
|
#7
|
||||
|
Quote:
__________________
Another witty, informative, and/or retarded post by:
![]() "You know you done fucked up when Yendor gives you raid commentary." - Tiggles | |||
|
|
||||
|
#8
|
|||
|
10 delay is OBVIOUSLY not the lowest a weapon's delay can go, look at the parses WITH haste in my first post. No, it's not hardcoded. Fuck.
| ||
|
|
|||
![]() |
|
|