ofn 1 Posted March 19, 2014 Share Posted March 19, 2014 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!! Link to comment https://wrobot.eu/forums/topic/1272-wtb-working-pet-profile/ Share on other sites More sharing options...
nonstop1005 35 Posted March 19, 2014 Share Posted March 19, 2014 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 No Heart 1 Link to comment https://wrobot.eu/forums/topic/1272-wtb-working-pet-profile/#findComment-6827 Share on other sites More sharing options...
ofn 1 Posted March 19, 2014 Author Share Posted March 19, 2014 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. Link to comment https://wrobot.eu/forums/topic/1272-wtb-working-pet-profile/#findComment-6828 Share on other sites More sharing options...
Bear T.O.E. 63 Posted March 19, 2014 Share Posted March 19, 2014 At the bottom of the pet battle setting tab scroll down and you will see PVP Link to comment https://wrobot.eu/forums/topic/1272-wtb-working-pet-profile/#findComment-6830 Share on other sites More sharing options...
nonstop1005 35 Posted March 19, 2014 Share Posted March 19, 2014 if you go to the pet battle product settings, pet battle pvp is at the bottom be sure to check all of the settings scroll down and i dont think you can use outside healing in a pet battle Bear T.O.E. 1 Link to comment https://wrobot.eu/forums/topic/1272-wtb-working-pet-profile/#findComment-6839 Share on other sites More sharing options...
Tomas 0 Posted June 14, 2014 Share Posted June 14, 2014 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 ? Link to comment https://wrobot.eu/forums/topic/1272-wtb-working-pet-profile/#findComment-7553 Share on other sites More sharing options...
andycanadas 3 Posted July 5, 2014 Share Posted July 5, 2014 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. Link to comment https://wrobot.eu/forums/topic/1272-wtb-working-pet-profile/#findComment-7699 Share on other sites More sharing options...
Tomas 0 Posted February 2, 2015 Share Posted February 2, 2015 hey any one can share pet levleling profile for WOD ? Link to comment https://wrobot.eu/forums/topic/1272-wtb-working-pet-profile/#findComment-9333 Share on other sites More sharing options...
Broly 2 Posted February 24, 2015 Share Posted February 24, 2015 Yeah im interested in getting into pet leveling and good leveling profiles Link to comment https://wrobot.eu/forums/topic/1272-wtb-working-pet-profile/#findComment-9604 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