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

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

    1. realmoo

      realmoo New Member

      Joined:
      Jan 15, 2010
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Basically you have to escape special chars like ? ? ?, which occur in german pet names a few times.
      For example this works for german:

      PHP:
      private string EscapePetname(string petname)
      {
                  return 
      petname.Replace("?""\\195\\164").Replace("?""\\195\\132").Replace("?""\\195\\182").Replace("?""\\195\\150")
                      .
      Replace("?""\\195\\188").Replace("?""\\195\\156").Replace("?""\\195\\159");
      }
      If a pet name is passed to Lua (in GetTypeByName and HasPet), you have to use EscapePetname(petname) instead of petname.
      Same should work for each other language with such nonascii chars. The Lua.Escape function won't handle them right now.

      No support from me - just a hint for maybe.
       
    2. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      Thnx realmoo! Implemented & should work. If a german client user could confirm please?

      btw, will switch to SVN tonight
       
    3. nomnomnom

      nomnomnom Well-Known Member

      Joined:
      Feb 18, 2011
      Messages:
      1,506
      Likes Received:
      73
      Trophy Points:
      48
      Yep! Team Randoms SVN ^^
       
    4. Inrego

      Inrego New Member Buddy Store Developer

      Joined:
      Feb 7, 2010
      Messages:
      2,765
      Likes Received:
      71
      Trophy Points:
      0
      re: [PLUGIN] Pokébuddy - Gotto kill em all!

      Nope, no turrets or anything, it just attacked. I didn't even own 1 of the pet (and I still don't :p)
       
    5. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      MAJOR UPDATE!!
      UI is now available, tutorial will follow.
      Switched to SVN.

      Enjoy!! :)
       
    6. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      Conditions like enemyhealth and enemytype are also available now :)
       
    7. realmoo

      realmoo New Member

      Joined:
      Jan 15, 2010
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Working like a charm :)
      The GUI is quite usable and makes it easier than all that file handling.

      Some ideas:
      -would be nice if already added combat rules are editable in the GUI, e.g. if you want to simply change a value (might be a bit tricky with AND combined rules :p)
      -it might be possible to improve the default routine, if you look through the skill descriptions for words like 'heals' and just use that skill if pet is below 50% or so - far from optimal but I think would improve the behavior of unknown pets a bit
      -maybe it's better as botbase than as plugin - with gb2 it's trying to mount all the time during pet battles - not a very big problem because it's just not possible but dunno if it has any impact.

      Very good job!
       
    8. eigoteacher

      eigoteacher Member

      Joined:
      Apr 3, 2012
      Messages:
      389
      Likes Received:
      1
      Trophy Points:
      18
      Gonna test this out, looks good.
       
    9. Klovn

      Klovn New Member

      Joined:
      Jan 10, 2011
      Messages:
      34
      Likes Received:
      1
      Trophy Points:
      0
      Thank you for a great plugin.
      One thing I don't really understand yet. What makes the plugin swap pets? One of my pets is 3 levels higher then the other one now, but he just keeps useing the high level pet.
      I see all the sliders in the UI, but I don't really understand them all yet :)

      Edit: Never mind found the answer in Crowley post on first page, sorry.
       
      Last edited: Oct 29, 2012
    10. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      - Im thinking of allowing manual editting of a logic line.
      - I've thought about that, wouldnt work perfect but its something im planning to do :)
      - By making it a plugin and not a botbase i've avoided having to navigate and this way the plugin can be used while farming, doing dungeons, botting archeaology, questing (daily quests?!?) etc. (still looking for a way to disable GB's mounting, just because "You cant do that yet" is soo annoying, havnt really looked into it, might be really easy)

      Thanks for the comments and im glad you like it :)
       
    11. superstargoddess

      superstargoddess New Member

      Joined:
      Oct 17, 2012
      Messages:
      110
      Likes Received:
      0
      Trophy Points:
      0
      My only problem is that it didn't rez my pet that it let die between fights!
       
    12. eigoteacher

      eigoteacher Member

      Joined:
      Apr 3, 2012
      Messages:
      389
      Likes Received:
      1
      Trophy Points:
      18
      Does it go up through the levels automatically? I mean, switch profiles.
       
    13. xriccix

      xriccix New Member

      Joined:
      Apr 20, 2012
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      1
      great plugin! thanks!
       
    14. Vileplume

      Vileplume Member

      Joined:
      Oct 12, 2012
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      6
      Hi there, ive been searchin the forums f?r several hours on how to enable the plugins as SVN. Can anyone please write a quick explanation on how, and where, I need to put these files. Since when im clicking on the links its not complete folders only tons of files. Sorry for not grasping how to setup this.
       
    15. b3rz3rk

      b3rz3rk Member

      Joined:
      Dec 3, 2011
      Messages:
      157
      Likes Received:
      0
      Trophy Points:
      16
      Yep, if you copy Crowley's profiles (Petarea folder) to Plugins and activate the plugin (Petarea) it automatically switches when all of your pets reach that lvl. But bear in mind that it still attacks pets in the zone you were in while moving to new zone so it might be bit slow :p
       
    16. ripptyd

      ripptyd Member

      Joined:
      Jan 17, 2011
      Messages:
      107
      Likes Received:
      0
      Trophy Points:
      16
      This is working great as a painless way of grinding out pet levels and capturing rares you maybe didn't have before. I'm running it while I'm around though so I can release multiples and let the bot continue smoothly. Great job from both you and Crowley! Thanks!
       
    17. phasechange

      phasechange Member

      Joined:
      Sep 6, 2010
      Messages:
      257
      Likes Received:
      3
      Trophy Points:
      18
      This is absolutely amazing! Only suggestion I have is to make it ignore all pet combat when a new profile switches until it reaches the designated zone.
       
    18. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      I've put some rar files online especially for you ;)
      team-random - Revision 11: /trunk/PokeBuddy
       
    19. maybe

      maybe Community Developer

      Joined:
      May 15, 2010
      Messages:
      488
      Likes Received:
      18
      Trophy Points:
      0
      In good time, if you followed the most recent updates you'll understand why i had my priorities elsewhere :)
       
    20. Vileplume

      Vileplume Member

      Joined:
      Oct 12, 2012
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      6

    Share This Page