Can't Find The Database Record For Minion Portraits

Hey folks,

I’ve spent hours searching for a database record that I simply can’t find.

When a Blightbeast is summoned, there is a small portrait of the creature in the top left corner that allows you to set it to aggressive and so forth.

When a Skeleton is summoned, their portrait is just above the players health bar.

For the life of me I can’t find the database records that define these portraits/icons.

If anybody knows, please tell me, cause I’m slowly going cross eyed here :upside_down_face:

They are set in the pet’s DBR.

StatusIcon
StatusIconRed

Whether the pet is listed in the top left corner is controlled by showStatusWidgetWhenPet true/false.

Skeletons are different in that many are summoned at once, so rather than cluttering the screen with status bars, they are shown as a buff to display the total summoned. This is done with the trackerOverride field and requires a text tag.

Thank you so much Zantai. You have just saved my sanity. I’ve been searching and searching, but I just couldn’t find that info.