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.

WTB Working pet profile

Featured Replies

I need a profile that will put the first slotted pet into battle for one round, then swap out of the second pet. Fight till it dies, then swap it out for the third. Once the second and third pet are nearly dead it bandages or goes to repair.

 

I'm also after a profile that will que pvp battles with whatever the set team is?

 

Any help appreciated! WIlling to paypal!!

local minHealthPercent = 50;
 
local PetAlly = 1;
local PetEnemy = 2;
 
local activePetEnemy = C_PetBattles.GetActivePet(PetEnemy);
local typePetEnemy = C_PetBattles.GetPetType(PetEnemy, activePetEnemy);
local activePetAlly = C_PetBattles.GetActivePet(PetAlly);
local typePetAlly = C_PetBattles.GetPetType(PetAlly, activePetAlly);
 
if C_PetBattles.GetHealth(PetAlly, activePetAlly) * 100 / C_PetBattles.GetMaxHealth(PetAlly, activePetAlly) <= minHealthPercent then
for i = 1, NUM_BATTLE_PETS_IN_BATTLE do
if C_PetBattles.GetHealth(PetAlly, i) * 100 / C_PetBattles.GetMaxHealth(PetAlly, i) > minHealthPercent and not  (i == activePetAlly) then
C_PetBattles.ChangePet(i); 
break;
end
end
end
 
 
 
put this in the top box in your pet battle product settings, the rest of what you want is in there
  • Author

amazing. how do I que Pet PVP with this bot?

 

also, is there anyway to make it so it won't sub in my leveling pets if my 3rd pet gets below 50%? Doesn't seem to heal either. Just fights till their all dead.

  • 2 months later...

why after level 25 of all pets bot not taking another pet from the list ? maybe its possible to use favorite pet list to level up to 25 and switch to another one ? 

  • 3 weeks later...

i mix up wrobot and PQR like 6 month ago, 3 years of botting and i was banned for PQR use. would be awesome if u guys can replicate the pqr pet battle system, it was flawless.

 

Salutes.

 

PD: PQR use to do all the things this guy wants.

  • 6 months later...
  • 3 weeks later...

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.