Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Pet Hunter Camping module

Featured Replies

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.

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.

 

  • 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?

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.