• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [PET BATTLE] [POKEBUDDY] Logic Files For Pet Battle Behaviour

    Discussion in 'Honorbuddy Forum' started by snusnu311, Oct 30, 2012.

    1. snusnu311

      snusnu311 New Member

      Joined:
      Aug 17, 2012
      Messages:
      35
      Likes Received:
      1
      Trophy Points:
      0
      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: Nov 10, 2012
    2. snusnu311

      snusnu311 New Member

      Joined:
      Aug 17, 2012
      Messages:
      35
      Likes Received:
      1
      Trophy Points:
      0

      Attached Files:

      Last edited: Dec 18, 2012
      LowKey likes this.
    3. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      Is there any site that allows us to check which pets have the same skills?
       
    4. Lordnikon

      Lordnikon New Member

      Joined:
      Jul 12, 2011
      Messages:
      125
      Likes Received:
      0
      Trophy Points:
      0
      Anyone got a pet logic for lil deathwing, pandaren monk and mini diablo?
       
    5. thaone0523

      thaone0523 Member

      Joined:
      Jul 25, 2011
      Messages:
      130
      Likes Received:
      0
      Trophy Points:
      16
      IS anyone else sharing these. I would love to get a few more logics.
       
    6. snusnu311

      snusnu311 New Member

      Joined:
      Aug 17, 2012
      Messages:
      35
      Likes Received:
      1
      Trophy Points:
      0
      I dunno. I check this out with the pet journal addon. mostly same kind of species share the same table. mostly :)
       
    7. snusnu311

      snusnu311 New Member

      Joined:
      Aug 17, 2012
      Messages:
      35
      Likes Received:
      1
      Trophy Points:
      0
      update
       
    8. bearsmacked

      bearsmacked New Member

      Joined:
      Aug 13, 2010
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      This is awesome, keep up the great work!
       
    9. ripptyd

      ripptyd Member

      Joined:
      Jan 17, 2011
      Messages:
      107
      Likes Received:
      0
      Trophy Points:
      16
      This is great, thank you! I'll try a new team made of some of these once my current one is leveled up. :)
       
    10. Thebiatches

      Thebiatches New Member

      Joined:
      Dec 1, 2011
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      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: Nov 16, 2012
    11. tia79

      tia79 New Member

      Joined:
      Jan 15, 2010
      Messages:
      406
      Likes Received:
      1
      Trophy Points:
      0
      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: Nov 27, 2012
    12. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      Send me a PM what you would like them to do and ill fix them for you :)
       
    13. lrokke

      lrokke New Member

      Joined:
      Oct 10, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      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
       
    14. lerrana

      lerrana New Member

      Joined:
      Jan 11, 2012
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      0
      Last edited: Dec 1, 2012
    15. lphomiej

      lphomiej Member

      Joined:
      Mar 17, 2011
      Messages:
      199
      Likes Received:
      1
      Trophy Points:
      18
      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: Dec 2, 2012
    16. lphomiej

      lphomiej Member

      Joined:
      Mar 17, 2011
      Messages:
      199
      Likes Received:
      1
      Trophy Points:
      18
      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.
       
    17. Lordnikon

      Lordnikon New Member

      Joined:
      Jul 12, 2011
      Messages:
      125
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    18. Naits234

      Naits234 New Member

      Joined:
      Mar 23, 2012
      Messages:
      61
      Likes Received:
      0
      Trophy Points:
      0
      How do i get it to load these profiles? It wont load any profile.. not even from the pack of profiles in pokebuddy part ;(
       
    19. HansWurst

      HansWurst New Member

      Joined:
      Feb 12, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    20. Unknownn2

      Unknownn2 New Member

      Joined:
      Dec 10, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      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
       

    Share This Page