Replies: 2 comments 3 replies
-
Off-hand attack delay was probably introduced in azerothcore/azerothcore-wotlk@6e4a9bbb trickerer/AzerothCore-wotlk-with-NPCBots@5c4085e |
Beta Was this translation helpful? Give feedback.
-
So, I did some AC testing. The commit I mentioned only adds delay to the first off-hand attack and this code only gets executed once at attack start (confirmed using debugger). Then I tested the number of melee swings bot gets while dual-wielding. Here warrior bot uses 2.6 speed weapon in main hand and 1.90 in off-hand. No other equipment, no flurry, no blood frenzy. 2 minute segments
108 melee swings, no additional delay on off-hand attack is visible, 2 off-hand attacks before next main hand swing are happening periodically as expected
211 swings, about the exact number we expect (106.667 * 2 ~= 213), so haste effect was not suppressed or ignored in any way
211 swings again so using abilities did not interfere with haste at all Bots also properly benefit from haste rating from both spells and gear. Here bot receives 500 haste rating from a spell (13494) and 313 haste rating from gear Conclusion: I'll have to assume any problems with haste you're having come from your repack. |
Beta Was this translation helpful? Give feedback.
-
Playing on Ashen Repack with these bots and they have correct attack speed in description (bot-info) but they ignore variable weapon speed (typical for vanilla) and their offhand attacks seems to have some type of cd. Is that case for bots in general? It makes fast weapons completely unviable and even haste less desirable.
There is maybe a icd to attacks so mainhand attacks and offhand attacks cannot occur in ~same time window (for technical reasons). Attacks seems to be following one another and are not independent.
Extra:
Settings for enchants, poisons, pets.. does not save and are set back to default when login.
.npcbot order cast... often fails to do anything without any error message.
Pets often fails to attack. Pets have very low damage (often single digits)
Some abilities ignore role of the player. (Paladin casting Salvation on player tank)
We are unable to set specific auras to be autocasted.
As i said. Iam playing on Ashen Order Repack and these things can be specific for their custom needs. Thx for insight.
Beta Was this translation helpful? Give feedback.
All reactions