Thanks for the logic files. I hav'nt figured out everything on writing a combo , but it looks good so far. Having problems with writing a logic for my Magical Crawdad. he has a healing spell (as most crabs do) called Renewing Mist. I've tried to write it so that he cast when health is more than 80% and less than 50% but since the spell has no cooldown when he is over 80% life he only cast this spell. I also tried to write a logic for him not to cast this when pethasbuffX (510) which is the buff number for that spell, but maybe i'm writing it wrong. please help.
<?xml version="1.0" encoding="utf-8"?>
<PetBattleSettings>
<Logic>SWAPOUT Health(THISPET) ISLESSTHAN 30?CASTSPELL(2) Health(THISPET) ISGREATERTHAN 80 ? Health(THISPET) ISLESSTHAN 50?CASTSPELL(3) COOLDOWN(SKILL(3)) EQUALS false?CASTSPELL(1) COOLDOWN(SKILL(1)) EQUALS false</Logic>
</PetBattleSettings>
nevermind i was using haspetbuffX and it was hasteambuffX. i figured it out^^