Jump to content

Pet Hunter Camping module


mhfrenew

Recommended Posts

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.

Link to comment
Share on other sites

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
Share on other sites

  • 2 years later...
  • 1 year later...
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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...