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

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

    1. Thebiatches

      Thebiatches New Member

      Joined:
      Dec 1, 2011
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Hi, been using your Plugin and it works great for the most part. big rep and thanks for making lvling my pets so easy.
      -Request 1: was wondering if you could put in the frog debuf (822) and another debuff i came across while fighting a moth, it makes your pet fall asleep for 1 round (498) into the default logic.
      -Request 2: Was using Crowly's Petarea Plugin and found it to take allot longer than needed because my pets were fighting against pets that were sometimes up to 5 lvls below their actuell lvl before switching to the next profile. I have found a post from Guadah svn: https://guadah.svn.beanstalkapp.com/guadah/trunk which has an extensive list of training grounds, but does not switch atomatically. my request would be to add or replace the battle areas in Crowly's Plugin with those from Guadah's and make it switch profiles automatically. would do this myself but my knowlege of writing or even changing script in plugins is very limited.

      also when i was trying to catch some rares in Uldum i noticed that my toon was always flying past the Tol'vir Scarabs. wouldn't target or fight them at all. don't know what the problem is, because it fights against everything else it comes accross!
       
      Last edited: Nov 19, 2012
    2. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      I think thats the problem. Cant be certain, but thats probably it
       
    3. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      1: Im thinking of implementing something for it, and since there are many logic files already it might not be smart to put it in the default logic.
      2: Update your PetArea plugin, it has a new fancy button ^^
       
    4. Ghostcrawler

      Ghostcrawler New Member

      Joined:
      Apr 15, 2012
      Messages:
      109
      Likes Received:
      0
      Trophy Points:
      0
      Well I got it to work...stopped it and resumed and broke again...now I'm trying on all accounts at the same time and only my main account still works...the others are all broken...they do not care what I edit the settings to they just don't do crap. It's so annoying because it appears to be a issue with how HB works and not the plugin.
       
    5. Ghostcrawler

      Ghostcrawler New Member

      Joined:
      Apr 15, 2012
      Messages:
      109
      Likes Received:
      0
      Trophy Points:
      0
      It was not. It randomly worked on one of the tries and leveled from level 1 (with 1 slot) to level 6 (now has all 3 unlocked) then I stopped it and now its broken again and cannot get it to work...it still flies through the waypoints targeting battlepets but fighting none.
       
    6. Ghostcrawler

      Ghostcrawler New Member

      Joined:
      Apr 15, 2012
      Messages:
      109
      Likes Received:
      0
      Trophy Points:
      0
      On a brigther side dat Ethreal Soul Trader is now lvl 8! :)
       
    7. Ghostcrawler

      Ghostcrawler New Member

      Joined:
      Apr 15, 2012
      Messages:
      109
      Likes Received:
      0
      Trophy Points:
      0
      Fantastic. I restarted my computer hoping it would fix the issue. Now my main account broke too and it's doing the same as the others...just flying around targeting battlepets
      >.<
      this is incredibly frustrating
       
      Last edited: Nov 19, 2012
    8. Zelfin

      Zelfin New Member

      Joined:
      Jan 15, 2012
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      Just wanted to give a thumbs up.

      I use this with Archeology Bot and the combination works great. Archeology runs and whenever a pet within the level range appears it levels my pets.

      Just... Awesome...
       
    9. Ghostcrawler

      Ghostcrawler New Member

      Joined:
      Apr 15, 2012
      Messages:
      109
      Likes Received:
      0
      Trophy Points:
      0
      IDK...it's either GB2 or the plugin. But something is not working properly. I have 2 accounts running it ATM working god knows why. 2 more accounts that decided not to work. Settings unmodified.
       
    10. Guest123

      Guest123 New Member

      Joined:
      Dec 5, 2011
      Messages:
      114
      Likes Received:
      7
      Trophy Points:
      0
      heal = castspell2 not 3

      thats true at 10 of my pets, i dont think at yours its different...
      it makes no sence for me and also castspell1 as cooldownskill1, thats not a cooldown spell at all.. or the spell you can change have a cooldown?
      also you describe in the first line "swapout health thispet is lessthan 30 and enemy less than 85.. but you say ... "Cast Cataclysm if my pet and enemy pet is above 85%" and also with castspell3 not 2
       
    11. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      Try the questing profile please and let me know if that works
       
    12. marga

      marga New Member

      Joined:
      Oct 24, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Hey... First sorry for my english... :D
      I put the Pok?Buddy download in my Plugin folder, then i start honorbudy, but nothing happens...
      i can't chose Pokebuddy as Plugin and when i load any petlvl profiles there is also nothing happening
      can you help me pls? :)
       
    13. nomnomnom

      nomnomnom Well-Known Member

      Joined:
      Feb 18, 2011
      Messages:
      1,506
      Likes Received:
      73
      Trophy Points:
      48
      Pokebuddy should be inside a folder of the plugin folder.

      Eg: Plugin/Pokebuddy
       
    14. Rangbang

      Rangbang Member

      Joined:
      May 9, 2010
      Messages:
      452
      Likes Received:
      0
      Trophy Points:
      16
      Tried this for my Lil' XT, but it doesnt work propperly. Its copied straight from the Fossilized Hatchling.xml in Crowleys post, but changed the buff to 385.

      Code:
      <PetBattleSettings> <Logic>SWAPOUT Health(THISPET) ISLESSTHAN 30 ?CASTSPELL(2) Health(THISPET) ISLESSTHAN 60 ? COOLDOWN(SKILL(2)) EQUALS false?CASTSPELL(3) HASENEMYBUFF(385) EQUALS false ? COOLDOWN(SKILL(3)) EQUALS false?CASTSPELL(1) COOLDOWN(SKILL(1)) EQUALS false</Logic> </PetBattleSettings>[/FONT][FONT=arial]


      All I get now is a constant spam of CASTSPELL(3), instead of just applying the debuff to my enemy and then start spamming CASTSPELL(1).
       
    15. Guadah

      Guadah Member

      Joined:
      Feb 7, 2010
      Messages:
      438
      Likes Received:
      17
      Trophy Points:
      18
      I have been wanting to try this out for awhile now, just haven't had the time to. I Created a new folder in my Plug-ins folder and named it Pokebuddy, then dumped all of your SVN into it (with TourtiseSVN); however, when I fire up HB and click on Plug-ins, it's not in the list.

      Any suggestions?

      I've attached an image so you can see what I mean.
      PokebuddyProblem.jpg
       
    16. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      Your folder has the wrong name, try Pok?buddy
       
    17. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      Skill 3 is a teambuff, not an enemy buff
       
    18. Omorashi

      Omorashi New Member

      Joined:
      Jan 3, 2011
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      0
      It would be awesome if you could add support for catching a pet when you don't have any of its kind.
       
    19. Guadah

      Guadah Member

      Joined:
      Feb 7, 2010
      Messages:
      438
      Likes Received:
      17
      Trophy Points:
      18
      That fixed it, thanks.
       
    20. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      See the "Higher than i currently have" option
      [/drunk]
       

    Share This Page