Pet Attack Speeds


Pet attack speeds were standardised in Burning Crusade, so all pets in BC Classic should have a base attack speed of 2.0. But if you've added points to the Beast Mastery talent Serpent's Swiftness then their base attack speed will be faster: up to 1.67 if you've added 5 points (remember, lower attack speeds are faster!). Furthermore, if your pet has been taught the ability Cobra Reflexes then its attack speed will be faster again and can be as fast as 1.28 when this ability is combined with Serpent's Swiftness.

The following table shows your pet's attack speed, based on how many points of Serpent's Swiftness your hunter has, and whether your pet has been taught Cobra Reflexes:

Serpent's
Swiftness Rank
Attack SpeedAttack Speed w/
Cobra Reflexes
02.001.54
11.921.48
21.851.42
31.791.37
41.721.33
51.671.28

If you happen to find any pets with attack speeds that don't fit this formula, please report them in the following Blizzard forum post, or on our Petopia forums, or let us know by mail. Thanks!


How do you check a creature's attack speed?

I use the following macro, which you can either type into your chat window, or add to a macro button (hit ESC, then select 'Macros'):

/run mainSpeed, offSpeed = UnitAttackSpeed("target") print(format("%s: attack speed = %.2f", GetUnitName("target"), mainSpeed))

Then you simply target any creature of interest and use the macro.

Loading