automated pokemon^^, wow this has grown sense last time ive seen it
automated pokemon^^, wow this has grown sense last time ive seen it
I really like this profile. Thanks a lot for doing it and making my life easier. I will give you rep for this once I spread some around, I already gave rep to you for your hunter rotation.
/cheers
Your checks for debuffs don't seem to be working for me. My Corefire Imp will not use Flamethrower at all, though from what I see, it should be keeping up the debuff on the team correct?
I'm also trying to modify your code to only swap out Rare quality pets for the pet swapper and for some reason it's not working. I can't for the life of me figure out why not....
is the code I added afterCode:and select(5, C_PetJournal.GetPetStats(select (1,C_PetJournal.GetPetInfoByIndex(i)))) >= CaptureValue
Any ideas?Code:if ( level < PetSwapValue or JournalHealth(1) >= SwapInHealthValue ) and level >= PetSwapMinValue and petID ~= C_PetJournal.GetPetLoadOutInfo(1) then
Last edited by kuukuu; 08-18-2013 at 09:11 PM.
Former PQR Developer
It should work, I tested the values and it should work mate. It's also a great idea thanks for this
I forgot to set this because most of my pets are blue so I didnt notice it..
About Flamethrower, mine Imp was okay, spell id 503 and debuff 502.
The Spectral Dragon however return 860 instead as ability so I made a special table for it.
Last edited by CodeMyLife; 08-18-2013 at 11:02 PM.
Soapbox Rotations Developer
Former PQR Developer
Actually when pet get in execute mode it doesnt dot, if I get this pet in battle first his first ability is Flamethrower and it keeps it up until the last pet is under 50% hp and from there it stops dotting. I dont use it much but I tested it again today and all seems perfect on my end, this is really strange.
Soapbox Rotations Developer
I found another "bug" in your Pet Swapper ability.
In this line:
it should beCode: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.Code:if ( level < PetSwapValue or JournalHealth(1) <= SwapInHealthValue )
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.
Adding that into the capture pet check makes it so you will only catch a pet you don't already have.Code:and C_PetJournal.GetNumCollectedInfo(C_PetBattles.GetPetSpeciesID(2,NmeactivePetSlot)) < 1
Last edited by kuukuu; 08-20-2013 at 02:44 AM.
Former PQR Developer
hmm, my pet in slot 2 keeps getting swapped to another pet(outside of battle) anyway to stop this?
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!!
Holy Shit i tried ur pvp for leveling toons using 2 account, its just awesome.
At level 88 gaining 161k per win.
FULL AFK
Trihorn Charge doesn't seem to be added into the abilities yet but if you wanted Primal Cry to only be used if you're faster, find it under collections and move it to the QuickList collection. Those moves are only used if you're quicker then the enemy from what I can tell. Right now it is in the TeamDebuffList so it is used whenever the debuff is missing from the enemy.
And just to add my own example of the awesomeness of this, I am currently leveling pets from 5-25 full afk using a Corefire Imp to obliterate everything. With the fix I posted, the pet swapping at 25 is working great.
Former PQR Developer
What world pets are you fighting against with the Corefire Imp?
“If you don’t know who I am, then maybe your best course would be to tread lightly.” - Walter White