Anyone know the unit ID of a BM hunter's second pet?

I’m trying to design some custom unit frames for both my pets on beast mastery using the addon WeakAuras. Everything works just fine so far with my first pet, as their unit ID is just simply “pet”. But I have no idea what the ID for the 2nd pet is, or if it’s even possible to do this for that unit. Anyone know?

Can you access the unit ID of the contents of stable slot 1 ?

The second pet isn’t a pet, it’s a guardian. Guardians, unfortunately, don’t have unitids.

2 Likes

I was suspecting as much, oh well. Thanks so much for your response!

Hi,

I’m not exactly sure how you would configure the following in WeakAuras, but when your pet (“guardian”) is summoned via the Animal Companion talent, the UNIT_SPELLCAST_SUCCEEDED event will fire.

Digging through Wowhead for “animal companion” returned a promising result: 273277 (“Summon Animal Companion”).

I can’t seem to find anything on Wowhead that points to when the pet (“guardian”) is dismissed.