July 31, 201411 yr We need a Pet hunting module for hunters, to camp and tame the rare pets in northen, cata, eastern kingdom, etc etc, just for the normal type of taming, not the complicate like the pandarian or the pets that 1 shot you down, but at least for pets like arcturis (spirit beast bear) and stuff like that, Im using anti-afk custom profile but I have been trying to make a profile using grinder, but it kills the pets right away, I have been testing it in normal bears in grizzly hills and shoot the bears before casting, actualy it doesnt even cast the tame spell.
August 6, 201411 yr 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.
April 17, 20179 yr I know this is an old thread but was this ever done or a rare killer like for Zandalari Warscouts and Warbringers?
October 15, 20187 yr On 8/6/2014 at 11:44 PM, Droidz said: 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. how i create quester tame profile?
Create an account or sign in to comment