Hello,
Tame pets is not easy, WRobot is not make for it.
I have coded quickly an "Custom profile" to detect NPC by id (this custom profile play an sound and show on map (in wrobot window tab "Map") NPC detected).
To add/remove NPCs at detect, edit custom profile with notepad here:
// Id of NPCs at detect:
private readonly List<int> _detectNpc = new List<int>
{
38453, // Arcturis: http://www.wowhead.com/npc=38453
54319, // Magria: http://fr.wowhead.com/npc=54319
};
// Play sound when npc detected:
private readonly bool _playSound = true;
(for the moment I have put only two pet).
To install this custom profile, download Npc detector.zip and extract zip file in folder "WRobot\Profiles\Custom Profile\".
ps: I have noted your suggestion to add "tame pet" feature, but I'll don't add it quickly.