View Single Post
  #60  
Old 06-07-2024, 08:42 PM
DeathsSilkyMist DeathsSilkyMist is offline
Planar Protector

DeathsSilkyMist's Avatar

Join Date: Jan 2014
Posts: 8,271
Default

Quote:
Originally Posted by Kirdan [You must be logged in to view images. Log in or Register.]
It's possible the flurry swings are 0-3 extra instead of 0-2 extra because I've found rounds with more than 8 now.

10 attacks in a single flurry round:

9 attacks in a single flurry round:


Those are the only 2 rounds I've found over 8 swings so far in dozens of AoW kills I've looked at.
Yeah I couldn't find any instances of more than 8 swings in my logs, so it's probably pretty rare.

I did take a look at the EQEMU server code, since I can't seem to find any websites describing precisely how many attacks Flurry gives you.

In the code I looked at, you could get up to five attacks on a flurry via your main hand attack. One from the initial attack, one from a double attack, one from a triple attack, and 1-2 from the flurry. You have to trigger both a double and triple attack to randomly roll to get a Flurry, which is an additonal attack. The second flurry attack rolls on another dice. That may explain the rarity.

Can't guarantee the code is the same on P99, but the logic is probably close enough. So AoW is probably attacking you twice, with up to 5 hits in each attack.

Still not sure if you'd have enough time to heal between the two attacks, but it looks like each attack is a new function call. You'd only get 10 hits simultaneously if the functions were both called immediately back to back. This is possible for sure, but I don't know.
Last edited by DeathsSilkyMist; 06-07-2024 at 08:55 PM..
Reply With Quote