mhfrenew 1 Posted July 31, 2014 Share Posted July 31, 2014 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. Seumas 1 Link to comment https://wrobot.eu/forums/topic/1530-pet-hunter-camping-module/ Share on other sites More sharing options...
Droidz 2738 Posted August 6, 2014 Share Posted August 6, 2014 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. Link to comment https://wrobot.eu/forums/topic/1530-pet-hunter-camping-module/#findComment-7919 Share on other sites More sharing options...
Demondog 6 Posted April 17, 2017 Share Posted April 17, 2017 I know this is an old thread but was this ever done or a rare killer like for Zandalari Warscouts and Warbringers? Link to comment https://wrobot.eu/forums/topic/1530-pet-hunter-camping-module/#findComment-25937 Share on other sites More sharing options...
Nosferatuepic 2 Posted October 15, 2018 Share Posted October 15, 2018 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? Link to comment https://wrobot.eu/forums/topic/1530-pet-hunter-camping-module/#findComment-48671 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now