Broken tooth?
Broken tooth?
Greetings to all. Can anyone tell me what the respawn time is for a Broken tooth npc? PQ says it's 8 hours, but it's not
Re: Broken tooth?
Pretty sure they fixed it so broken tooth wasn't one of the only viable pet picks. Might be wrong though.
Elmhoof - 60 Boomkin
Tacheka - 41 Melee hunter (Planned secondary main)
Anbone - 36 Shadow Priest (Idk what I'm doing with him)
The laser chicken called to me. And so I answered.
Tacheka - 41 Melee hunter (Planned secondary main)
Anbone - 36 Shadow Priest (Idk what I'm doing with him)
The laser chicken called to me. And so I answered.
Re: Broken tooth?
Well I guess it depends on the use but I haven't seen a reason to bother... In PVP, a sheep that is 1.0AS is still... a sheep...I figured I would give Spiteflayer a try for soloing instances... I can tell you, the re-spawn info wasn't the same for him so maybe it was modified for BrokenTooth but I haven't had luck finding this kinda info...
- Steakhouse
- Posts: 210
- Has liked: 77 times
- Likes: 42 times
Re: Broken tooth?
Brokentooth's attack speed is good for 2 things: caster interrupts and Frenzy, so it's not just a pvp thing.
The ZG bats have an attack speed of 1 (as well as extremely fast movespeed iirc, rivaling epic mounts) so theyre an alternative, but requires going to ZG. It can be solo'd, though, it's just very difficult and risky if you're HC.
I don't know of any other pets that have a fast attack speed ; would be nice to have that info available from Beast Lore.
The ZG bats have an attack speed of 1 (as well as extremely fast movespeed iirc, rivaling epic mounts) so theyre an alternative, but requires going to ZG. It can be solo'd, though, it's just very difficult and risky if you're HC.
I don't know of any other pets that have a fast attack speed ; would be nice to have that info available from Beast Lore.
-
- Posts: 1
Re: Broken tooth?
There's actually a macro that lets you know the attack speed of your target.Steakhouse wrote: ↑Sun Nov 26, 2023 5:40 pm would be nice to have that info available from Beast Lore.
Code: Select all
/run mainSpeed, offSpeed = UnitAttackSpeed("target") print(format("%s: attack speed = %.2f", GetUnitName("target"), mainSpeed))