Any working Addon to automatically summon non-combat pets

I am back at WoW, but sadly I realize that every addon I used in the past to automatically summon a random non-combat pet from a list are no longer working.

Ive been looking on Curse but cant seems to find anything still supported. I tried a few but I always end with strings of LUA error.

Is there anything that works? The default UI do not let us have a different favorite list for each character…

any random pet - /run C_PetJournal.SummonRandomPet()

any random favourite pet - /run C_PetJournal.SummonRandomPet(true)

so just favourite the ones you want and use the second option?

if you want it per character then youre sort of stuck. i’d suggest my mod but its way overkill for just summoning specific random pets (per character).

Yes, that was exactly what I wanted… well, maybe I could learn how to code my own addon and create it…

Oh, right! Im an idiot…