[PQR] CodeMyLife PokeRotation - Automated Pet Battles. menu

User Tag List

Page 9 of 22 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 316
  1. #121
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    I found another "bug" in your Pet Swapper ability.

    In this line:
    Code:
    if ( level <= PetSwapValue or JournalHealth(1) <= SwapInHealthValue )
    it should be
    Code:
     if ( level < PetSwapValue or JournalHealth(1) <= SwapInHealthValue )
    or else it goes into an infinite loop trying to summon my 25s, then start the search again due to the level being the same as the PetSwapValue.

    EDIT: I'm bored and not tired so I figured out a check for how many of the pet you're currently fighting you have so you can set something to pick how many of each pet you catch.

    Code:
      and C_PetJournal.GetNumCollectedInfo(C_PetBattles.GetPetSpeciesID(2,NmeactivePetSlot)) < 1
    Adding that into the capture pet check makes it so you will only catch a pet you don't already have.
    About pet swap bug I already have this fixed locally for next update (tonight). Also I will add this code you made for how many pets as a PQI value. Player will be able to choose how many he wants. Thanks for this code I had to do it you just saved a couple minuts!!

    Keep up the good testing bro!!!
    Soapbox Rotations Developer

    [PQR] CodeMyLife PokeRotation - Automated Pet Battles.
  2. #122
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Budoy View Post
    Holy Shit i tried ur pvp for leveling toons using 2 account, its just awesome.
    At level 88 gaining 161k per win.
    FULL AFK
    Oh shit nice find!!
    Soapbox Rotations Developer

  3. #123
    Aegeus's Avatar Contributor Walter White CoreCoins Purchaser
    Reputation
    134
    Join Date
    Feb 2012
    Posts
    245
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    CML, is it possible to tell the pet levelling swap system to select Uncommon rarity or above only?


    “If you don’t know who I am, then maybe your best course would be to tread lightly.” - Walter White

  4. #124
    Maxitor's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Apr 2013
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aegeus View Post
    CML, is it possible to tell the pet levelling swap system to select Uncommon rarity or above only?
    in the pet swapper ability:

    if ( level < PetSwapValue or JournalHealth(1) <= SwapInHealthValue )
    and level >= PetSwapMinValue
    and petID ~= C_PetJournal.GetPetLoadOutInfo(1)
    and select(5, C_PetJournal.GetPetStats(select (1,C_PetJournal.GetPetInfoByIndex(i)))) >= CaptureValue then

    ..

    Say thanks to kuukuu and yes it works.

  5. #125
    Aegeus's Avatar Contributor Walter White CoreCoins Purchaser
    Reputation
    134
    Join Date
    Feb 2012
    Posts
    245
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for that, but I also realised (After actually reading properly) putting pets I wanted to level as favourites works just as well :P


    “If you don’t know who I am, then maybe your best course would be to tread lightly.” - Walter White

  6. #126
    Budoy's Avatar Sergeant
    Reputation
    13
    Join Date
    Dec 2011
    Posts
    67
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CodeMyLife View Post
    Oh shit nice find!!

    oh yeah 89 to 90 took me 1 hour 30 minutes

  7. #127
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Budoy View Post
    oh yeah 89 to 90 took me 1 hour 30 minutes
    lol nice

    Originally Posted by rocambole View Post
    Thanks for the pvp adition! Really great.

    Not sure if possible, but I´d like to edit the logic to my direhorn runt. It cast Primal Cry whenever off CD but it would be better use only if the enemy pet is faster than the Runt.
    Idealy the logic would be:
    1 - If enemy pet faster, then use Primal Cry.
    2 - If enemy slower, then use horn attack, then spam treehorn charge.

    Again, not sure if possible. Thanks a lot!!
    About this pet, I dont have it so someone will have to toss me the ability #s? use /buff to get the information!


    PokeRotation v1.11 is up on my SVN, as usual you can update trought PQR, Enjoy!
    - Fixed Pet Swap Max level to make it work with lvl 25 enabled.
    - Added Capture Option to capture specific Number of Pets instead of always 3.
    Soapbox Rotations Developer

  8. #128
    sharkyx1x's Avatar Active Member
    Reputation
    36
    Join Date
    Jun 2008
    Posts
    270
    Thanks G/R
    1/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Budoy View Post
    oh yeah 89 to 90 took me 1 hour 30 minutes
    What pet lineup and abilities are you using?

  9. #129
    sharkyx1x's Avatar Active Member
    Reputation
    36
    Join Date
    Jun 2008
    Posts
    270
    Thanks G/R
    1/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK, i just got 1.11, and in PVP its going nuts, it will start swapping pet 2 and pet 3 over and over, its causing me to get slaughtered because every time they swap i give my opponent a free attack.

  10. #130
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sharkyx1x View Post
    OK, i just got 1.11, and in PVP its going nuts, it will start swapping pet 2 and pet 3 over and over, its causing me to get slaughtered because every time they swap i give my opponent a free attack.
    See if your switch health values are at 0 for PvP.
    Soapbox Rotations Developer

  11. #131
    sharkyx1x's Avatar Active Member
    Reputation
    36
    Join Date
    Jun 2008
    Posts
    270
    Thanks G/R
    1/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sharkyx1x View Post
    OK, i just got 1.11, and in PVP its going nuts, it will start swapping pet 2 and pet 3 over and over, its causing me to get slaughtered because every time they swap i give my opponent a free attack.



    Originally Posted by CodeMyLife View Post
    See if your switch health values are at 0 for PvP.
    They are at the default settings . 35/50

    Sent from my SAMSUNG-SGH-I337 using Tapatalk 4

  12. #132
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should use 0 if you dont want pet swap, for pvp ill disable health check by default as anyway it's how it's meant to be played for PvP. Thanks for reporting
    Soapbox Rotations Developer

  13. #133
    Budoy's Avatar Sergeant
    Reputation
    13
    Join Date
    Dec 2011
    Posts
    67
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sharkyx1x View Post
    What pet lineup and abilities are you using?

    critters vs beast w/ devour

    losing team

    slot 1 -- level 25 Imperial silkworm
    slot 2 -- level 25 imperial silkworm
    slot 3 -- any level u like as long as it matches the one from ur other account ( not level 25, i prefer level 5 to 10)

    winning team

    slot 1 -- level 25 beast
    slot 2 -- any level ( for someone reason when slot 1 die, it will always call slot 3 on mine)
    slot 3 -- level 25 beast

    ur goal is not to level pet, so uncheck everything except for pvp and set ur swap out pet to zero.
    Last edited by Budoy; 08-21-2013 at 02:48 AM.

  14. #134
    Trademan's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    19 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good evening, how exactly can i edit this profile to run with the PvP pet character leveling?

  15. #135
    cedricdu94's Avatar Member
    Reputation
    11
    Join Date
    May 2009
    Posts
    175
    Thanks G/R
    9/10
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Budoy View Post
    critters vs beast w/ devour

    losing team

    slot 1 -- level 25 Imperial silkworm
    slot 2 -- level 25 imperial silkworm
    slot 3 -- any level u like as long as it matches the one from ur other account ( not level 25, i prefer level 5 to 10)

    winning team

    slot 1 -- level 25 beast
    slot 2 -- any level ( for someone reason when slot 1 die, it will always call slot 3 on mine)
    slot 3 -- level 25 beast

    ur goal is not to level pet, so uncheck everything except for pvp and set ur swap out pet to zero.
    Can you add a screenshoot with pokerotation setting and your setup team account win and loose please. Thanks

    Sorry for my bad english

Page 9 of 22 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. [Selling] [Soapbox Rotations] Automated Pet Battles - Legion
    By Soapbox in forum World of Warcraft Buy Sell Trade
    Replies: 10
    Last Post: 08-15-2016, 05:50 PM
  2. [Achievement] [Pet Battle] Easy wins (For [No Time To Heal] ect)
    By Winsane in forum World of Warcraft Guides
    Replies: 2
    Last Post: 09-28-2012, 11:17 AM
  3. How to deny opponent a win in pet battle
    By aamlord in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 09-27-2012, 12:30 PM
  4. Pet battle exploits I have found.
    By Atselmya in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 07-20-2012, 08:48 PM
  5. [MoP Beta] Pet Battle Exploits
    By asaphelps in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 07-14-2012, 10:56 PM
All times are GMT -5. The time now is 09:08 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search