toliman
Member
- Joined
- Jun 20, 2012
- Messages
- 625
defaults ...
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.)