What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[PET BATTLE] [POKEBUDDY] Logic Files For Pet Battle Behaviour

snusnu311

New Member
Joined
Aug 17, 2012
Messages
35
This thread is attached to the new plugin called POKEBUDDY from author maybe which can be found here http://www.thebuddyforum.com/honorbuddy-forum/plugins/uncataloged/81355-plugin-pok-buddy-gotto-kill-em-all.html

I thought it would be best to start a little collector thread for those who like to work on the logics a bit :)

PAY ATTENTION:
Some XML LOGIC FILES can be used for more then only one pet. This is when pets share the same ability table.
For example like those do:
Disgusting Oozeling - NPC - World of Warcraft,
Jade Oozeling - NPC - World of Warcraft,
Oily Slimeling - NPC - World of Warcraft and
Toxic Wasteling - NPC - World of Warcraft
If a XML is missing, but you know that your pet has the same ability table like one of those that is already included - just rename the file to your pets name!
make sure the new and renamed xml file is also stored in your POKEBUDDY PETSETTINGS folder.

Have fun with the following logic files. Post your own or maybe make a proposal for new pets! :)
 
Last edited:
Is there any site that allows us to check which pets have the same skills?
 
This is great, thank you! I'll try a new team made of some of these once my current one is leveled up. :)
 
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^^
 
Last edited:
HI any logic files for sapphire cub and jade owl yet? For some reason when i try making me own the finish button is greyed out.
 
Last edited:
HI any logic files for sapphire cub and jade owl yet? For some reason when i try making me own the finish button is greyed out.
Send me a PM what you would like them to do and ill fix them for you :)
 
The Lil K.T. profile isn't working right. It just casts his Syphon Life skill (number 2) Non stop. Atleast mine at level 2 that is all he does
 
Is there a code for passing iyour turn if they're kissed by a frog? It's pet ability 233 and the debuff is buff 822. I just don't see "debuff". This should be added to every single custom pet thing.

Nevermind. Buff = debuff lol.

SWAPOUT Health(THISPET) ISLESSTHAN 30?PASSTURN HASBUFF(822) EQUALS true?

That's what the beginning of every profile should say, if anyone cares.
 
Last edited:
HI any logic files for sapphire cub and jade owl yet? For some reason when i try making me own the finish button is greyed out.

This happens sometimes when the fields are already filled. Just go to the last option (true/false or number) and just reselect it. That should give you the option to finish/add it.
 
This is a repost from Pokebuddy thread

i was wondering if someone could help me a bit with some logics.
I'm trying to make one for Mini Diablo and 1 for Lil' Deathwing

Mini Diablo uses abilities Burn, Agony, Weakness.
I tried to create the following logic
Code:
<?xml version="1.0" encoding="utf-8"?>
<PetBattleSettings>
  <Logic>SWAPOUT Health(THISPET) ISLESSTHAN 30?CASTSPELL(2)  Health(ENEMYPET) ISGREATERTHAN 30 ? HASENEMYBUFF(469) EQUALS  false?CASTSPELL(3) Health(THISPET) ISLESSTHAN 45 ? COOLDOWN(SKILL(3))  EQUALS false?CASTSPELL(1) ENEMYTEAMBUFF(469) EQUALS true</Logic>
</PetBattleSettings>
I wanted to
- cast Agony every time when the enemy pet is above 30% and does not have the Agony debuff (Buff 469)
- Cast Weakness when my pet is less than 45% and not on cooldown
- Cast Burn whenever the Agony buff is not on enemy pet


Lil' Deathwing uses Shadowflame, Roll, Cataclysm
Code:
<?xml version="1.0" encoding="utf-8"?>
<PetBattleSettings>
  <Logic>SWAPOUT Health(THISPET) ISLESSTHAN 30?CASTSPELL(3)  Health(THISPET) ISGREATERTHAN 85 ? Health(ENEMYPET) ISGREATERTHAN  85?CASTSPELL(2) HASBUFF(154) EQUALS false?CASTSPELL(1)  COOLDOWN(SKILL(1)) EQUALS false</Logic>
</PetBattleSettings>

- Cast Cataclysm if my pet and enemy pet is above 85%
- Cast Roll if my pet does not have the boost damage buff (the 25% roll gives)
- Cast Shadowflame

None of the 2 logics work though.

Anyone with the 2 pets can help me out?
 
How do i get it to load these profiles? It wont load any profile.. not even from the pack of profiles in pokebuddy part ;(
 
Where can I find the number of buffs or debuffs? Everytime when I click "List Buffs" or every other "List..."-button my honorbuddy crashes.

And for users with other languages: you have to rename the xml-files with the pet name in your language!
i.e.: Lil' Deathwing --> Todesschwingchen.xml
 
Where can I find the number of buffs or debuffs? Everytime when I click "List Buffs" or every other "List..."-button my honorbuddy crashes.

And for users with other languages: you have to rename the xml-files with the pet name in your language!
i.e.: Lil' Deathwing --> Todesschwingchen.xml

I search on wowhead for the buff/debuff
i.e.: Locked On - Battle Pet Ability - World of Warcraft
And then in the URL the "300" is the ID
 
Back
Top