they seem okay, but you don't have to use 4 level checks. SWAPOUT ENEMYPETLEVEL ISGREATERTHAN MyPetLevel + 5 $ Health(THISPET) ISLESSTHAN 95@ will work fine. the 99% seems like a good idea, but the key is really at any point, you're taking 100-300 a hit from a pet @ 25, up to 500 if you're unlucky. 90% should be fine on a level 10 (~600) or level 20 (~1100) or level 24 (~1200), it has to take at least 1 hit for the rating system to change the priority, and almost any hit will change that, if the enemy is at equal level, let's say ... 17 vs 17, it will kind of swap erroneously at 80% or below, for all pets with this logic. the enemy > my pet +5 works for a level 20 vs 25's, at lvl 19, it will swap them right out, which is for speed rather than safety -- a 25 hits harder. it also handles 14 vs 17 , or the lvl 11 vs 19 if you're flying around EK/Kalimdor capturing pets using BPC, or farming player XP while questing/gathering at low level, using BPS and Pokeh to re-nav and throw off LCP, etc. not so much with PvP, but that's going to be ... awful 9/10 times below max level PvP. as you note, taking 200-400 at level 1-8 will probably 1-shot a pet. 95% should cover any drama. i do like my version, but it's got the same issues with any rating base, if the ringer dies, there's very little chance of the lowbie surviving a 2nd hit, or a third, so keep a good set of ringers around. as for the stuns, PASSTURN HASBUFF(927) EQUALS true@PASSTURN HASBUFF(926) EQUALS true@ PASSTURN HASBUFF(822) EQUALS true@PASSTURN HASBUFF(498) EQUALS true@ PASSTURN HASBUFF(174) EQUALS true@PASSTURN HASBUFF(734) EQUALS true@ CASTSPELL(1) ... 926 is probably ... ehh, you can scroll back for the wowhead link, but it's one of the Kun lai and VoEB pet stuns, iirc. if i recall properly, there's a breed of water skimmer (capturable pets with different breeds have different spell loadouts/cooldowns AFAIK ) that uses it in VoEB, and the sechzuan chicken (?) in Kunlai either uses the new sleep or the old sleep (i forget which... it's been a while since i farmed there.)
Hello mate... some1 can share advanced setup for pvp queue... i explane my problem... at start when chouse my first pet... the bot swap pet for HP disavantage... or else... some1 can help me? thx
having an issue were it will not switch my pets making it so there all different lvls. and also noticed i can not custumize anything in the pet rotations box in the plugin ... why is this, even when i try to switch the order my self so the lower lvl will fight the bot sets it back to the highest lvl to fight
I'm glad to see you guys talking about the logic delay. It seems to take anywhere from 4 to 12 seconds sometimes to perform the attack once my buttons light back up. It's pretty frustrating. I have some experience with lua, but limited c# skills. Let me know if there's anything I can do to help fix this.
Anyone getting pet swapper addon to work along with this? Something broke last couple days and cant figure out what happened
I want to add, I was using some default rules that looked like what HBfanboy1980 posted a little while ago. I just deleted those and replaced them with the (shorter) original logic, and the delay to attack seems to be a LOT shorter. That might be a place to begin looking?
It broken for me as well, but I switched to a new Windows installation, keeping the same HB install (I just copied it over) and it started working again, magically. I have no idea.... I know HB keep some stuff (like mesh data) in your user's AppData folder, so that would have been replaced.
Thanks! I cleared my wow cache as well as the HB stuff in appdata folder and seems to be working again..running latest HB build also
Glad I could help! Now, I just wish the attack logic wasn't so slow. I enabled some of the logging messages, and I've come to the conclusion that the ParseLogic() method is just really slow.
How do I get Pokebuddy from switching back to a pet that has low health, while I have a pet who hasnt seen battle yet. Heres an example. I start with Pet (A). Pet (A) becomes <30% and it swaps with Pet (B). Pet (B) gets low and swaps back to Pet (A) rather than Pet (C). Hope this helped.. HELP HELP HELP!!! <3
the "Pet Rotation" option is gray for me, is it a premium feature or something? or am i doing something wrong?
Hah, that's not pokehbuddy. Clean up your HB install. If this is the first time you're seeing this error... you may have not changed the bot type recently. Quick solution rename your HB folder, install a fresh copy and start from scratch. You *can* copy the bots, plugins, routines, and profiles from the old HB folder, but don't overwrite anything unless you know what it is. Or are prepared to fix it yourself. E.g. Singular. If you can't work it out, I could charge $195/hr...
Honestly, I don't think its coded. When I looked, it wasn't in the plugin code. It could be in there, I wasn't thorough or diligent about looking for it, the impression i have is that it's a feature that has a lot of unresolved issues, since it replaces a core mechanic of pokehbuddy, and isn't ready yet.
Put rarity on "higher than what i own" or whatever i called it xD Once you have a rare of a certain type, it wont catch it again.
i've been trying to use this in combo with battle pet swapper to level pets. is there a way to make a global condition that if my level 25 pet has less than 90% keep it as active, but if a low level is active with less than 90% swap it out for the level 25? right now if my level 25 pet is at less than 90% it swaps it out for a low level pet and they get killed.