• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [PLUGIN] Pokebuddy - Gotto kill em all!

    Discussion in 'Uncataloged' started by maybe, Oct 26, 2012.

    1. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      Yea but if i change it now, all other users will post "Why doesnt it work anymore? /cry"
      But seriously considering it, or maybe releasing both xD
      Dunno yet. Will keep u updated

      For people with this problem.. you can always just use the RAR file one folder up!
       
    2. eigoteacher

      eigoteacher Member

      Joined:
      Apr 3, 2012
      Messages:
      389
      Likes Received:
      1
      Trophy Points:
      18
      I noticed something about the PVP battles. If the pet is lower than 30%, it tries to swap out, but it can't.
       
    3. michaelr8

      michaelr8 Member

      Joined:
      Jan 27, 2012
      Messages:
      238
      Likes Received:
      1
      Trophy Points:
      16
      I don't know if I am just horrible at this, but this is the only profiles I have yet to get working.

      I load up HB, first it took me a while just to get both plugins to show in the menu. I finally resolved that.

      Now basically what happens is I have a level 13/15/15 pets, I have it on GB2, have the plugins enabled, but then the character literally flies around "southern barrens" forever and NEVER gets into any pet battles, I had it going for hours with this problem.

      Should I have it set to GB2? What profile do I load if so?

      Am I doing something wrong!? Please help and sorry if these are stupid questions.
       
    4. Cukie

      Cukie Active Member

      Joined:
      Dec 3, 2011
      Messages:
      1,255
      Likes Received:
      3
      Trophy Points:
      38
      re: [PLUGIN] Pokébuddy - Gotto kill em all!

      Open the settings and raise the setting to fight pets X levels below me, I had to set mine to 4 levels below during the 13-15 levels
       
    5. fatto

      fatto New Member

      Joined:
      Mar 13, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      1
      Where do i put the Pok?Buddy? i did put it in Plugins...Doesn't work, would be nice if u told us where to put it next time!
       
    6. Warloean

      Warloean New Member

      Joined:
      Nov 11, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      It does not show up in my plugins and HB give the error
      Compiler Error: c:\Users\Cody\Downloads\Honorbuddy 2.5.6441.507\Plugins\PokeBuddy\Pok?buddy.cs(349,41) : error CS1056: Unexpected character '\'
       
    7. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      A bit more details please.
      Which language operating system, which version OS, etc.
      Since its working for nearly everyone, its probably something specific with your pc.
       
    8. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      Pok?buddy doesnt change profiles. PetArea does. Do you have that enabled?
       
    9. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      I cant recreate the error :(
      More details please? like the logic files, log files, etc.
       
    10. Lordnikon

      Lordnikon New Member

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

      What am I doing wrong?
       
    11. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      Code:
      CASTSPELL(1) ENEMYTEAMBUFF(469) EQUALS true
      It only casts burn when agony is on the pet. Change to false.
      And is it a teambuff or just an enemybuff?
      Or just make it when not on cooldown, since its the last option it has.

      Second one seems to work, can you give me a log of the parsing?
       
      Last edited: Nov 17, 2012
    12. crazy2012

      crazy2012 New Member

      Joined:
      Oct 31, 2012
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      hi guyz i have instaled pokebuddy but it doesnt show on HB plugins can u help me plz?
       
    13. Lordnikon

      Lordnikon New Member

      Joined:
      Jul 12, 2011
      Messages:
      125
      Likes Received:
      0
      Trophy Points:
      0
      I'm attaching 2 logs. 1 with pokebuddy plugin running with gatherbuddy and 1 running Petfighter.
      Both plugin and bot are installed and reinstalled via each SVN
       

      Attached Files:

      Last edited: Nov 17, 2012
    14. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      View attachment Lil' Deathwing.xml Try this lil deathwing script please :)
      Did u manually edit the logic files? Because the error is really strange :D
       
    15. Rangbang

      Rangbang Member

      Joined:
      May 9, 2010
      Messages:
      452
      Likes Received:
      0
      Trophy Points:
      16
      [PLUGIN] Pok?buddy - Gotto kill em all!

      Realy good plugin!

      I have a request though!
      Is is possible to get something like a true/false check for catching pets you dont have, regardless of what quality it is?
      It shouldt replace the quality settings though. Like i can have it set so it catches only rares for example, but if an unknown pet shows up then it should catch it even if its not a rare.
       
    16. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      How about the "Higher than i currently have" option? is already in there, and will only catch pets when its more rare than what you already have. If you dont have it, it will catch it (but it has to be white quality atleast, it should ignore grey quality)
       
    17. Rangbang

      Rangbang Member

      Joined:
      May 9, 2010
      Messages:
      452
      Likes Received:
      0
      Trophy Points:
      16
      Oh sorry, didnt notice that option, my bad!

      But thanks then :D
       
    18. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      np :)
       
    19. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      *Update*
      Some PVP battle related bugs fixed.
      Small UI changes

      -edit
      Update PetArea as well, it got some love (settings screen)
       
      Last edited: Nov 18, 2012
    20. Ghostcrawler

      Ghostcrawler New Member

      Joined:
      Apr 15, 2012
      Messages:
      109
      Likes Received:
      0
      Trophy Points:
      0
      Hey what's up m8 amazing plugin :)
      I've a problem: I have tons and tons of pets and to make leveling them faster I plan on using 5 accounts to powerlevel the ones I like. I'm on my main account and it works like a charm...However on my other account it's just flying through the profile as others have mentioned already without ever flying down and engaging them, it still targets them though. The settings on both accounts are exactly the same (@300 range)...I've tried restarting WoW + HB 5 times and it still does it...I've checked the settings more times than that to make sure they're the same. Main account is a DK and failing account is a Druid. Druid has only 1 pet slot...could this be the problem?
       

    Share This Page