• Visit Rebornbuddy
  • [Plugin] Battle Pet Swapper

    Discussion in 'Uncataloged' started by Andy West, Dec 15, 2012.

    1. Scavanger

      Scavanger New Member

      Joined:
      Sep 19, 2012
      Messages:
      182
      Likes Received:
      0
      Trophy Points:
      0
      mine is being labelled "plugins" and seems to be causing an issue while trying to install
       
    2. Maximusanew

      Maximusanew New Member

      Joined:
      Apr 26, 2014
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      What is API Key?
       
    3. darkmaw

      darkmaw New Member

      Joined:
      Mar 9, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      I've linked the SVN and put it in my plugins folder but it doesn't show up on my list of plugins when running honorbuddy. I labeled the folder BattlePetSwapper can anyone help me out with this.
       
    4. kat1125

      kat1125 New Member

      Joined:
      Dec 1, 2013
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      It won't let me change the setting for using favorite ringer pets. I'm trying to set it to false but it keeps changing it back to true. Any ideas?
       
    5. fantasydreaming

      fantasydreaming Member

      Joined:
      Feb 2, 2013
      Messages:
      129
      Likes Received:
      0
      Trophy Points:
      16
      Settings not working - sounds like a permissions issue for the plugin perhaps? Not sure where it stores it, but try finding out where plugins store info and clearing it. And make sure the bot is stopped, sometimes that causes problems.

      Doesn't show up - make sure it's not in an extra folder inside Plugins. it needs be only one folder deep (i.e. plugins/battle_pet_swapper/blah.cs files)

      Scavanger - same thing, check the directory structure. Sometimes you have to move SVN stuff around to get it to work.

      max - doesn't need an API key, not sure what you mean?


      My issue is that sometimes it goes to swap - and leaves one dead pet in the mix. Not sure why it'd do that, but I'm using favorites only and have 5 alive pets that should match (all nearly same level)
       
    6. Baaatzi

      Baaatzi Member

      Joined:
      Nov 3, 2012
      Messages:
      107
      Likes Received:
      0
      Trophy Points:
      16
      if i use the setting "Ringerx2" is it possible to only use pets between a certain level range in slot 1?

      thanks
       
    7. toliman

      toliman Member

      Joined:
      Jun 20, 2012
      Messages:
      625
      Likes Received:
      10
      Trophy Points:
      18
      Yes, the minimum and maximum pet level controls the ringer settings.

      To explain what BPS does,

      Minimum, goes through the pet list by journal order (in theory it's by level/xp per pet, then by guid ) , and selects the first pet that meets the criteria.

      Maximum, same deal. It picks the first pet that meets the highest level criteria.

      Ringer should be more random than it is, it will choose from the list in the same condition as the last time, and the next, until the conditions you choose are modified.

      If you want something more selective, I'd suggest adding desired ringer pets to a favourites position in the pet journal, so the first criteria is the shortest list of possible pets, and not the same 4 pets every time.

      Eg if you put Min 10 and max 24, it will go through the list and find the first pet in the journal that is level 10, using the sorting order from the pet journal. If there's no level 10, it goes through to find a level 11,12,13 and so on until it finds 1 pet, checks if it has above 90% health, etc, is alive, etc.

      The same filter works for the ringer, but it reverses the sorting order, and starts from the end of the list, due to this filter being quite basic, picking the first pet in the list until it's 'used', then the next, etc.
       
    8. toliman

      toliman Member

      Joined:
      Jun 20, 2012
      Messages:
      625
      Likes Received:
      10
      Trophy Points:
      18
      This might be pokehbuddy, and not BPS,

      the way that BPS works now is to be delayed so that it can cooperate with pokehbuddy, and not fight for LUA access, which is a security /threading issue.

      Modifying the BPS code to work outside of the pet battle more frequently would fix this.

      The issue comes up between battles where BPS has not had enough time or the knowledge that a battle has taken place and needs to swap pets again. Easy enough to fix, but it also requires that the same delaying or timer mechanics be added to pokehbuddy before starting a battle.

      Since the two don't talk to each other, they often step on each others toes.

      It requires giving BPS more time to validate the pet line up when pokehbuddy is not in pet combat, sometimes pokehbuddy just jumps into a battle without checking if the criteria for entry has been met.

      So, what PB does, is leap, then look at the journal, because it doesn't get a lot of time to target a pet, before the bot takes control again,

      and the pet journal can be unreliable, it won't always use current data, which is akward.

      Afaik, you kind of have to check the individual pet, and not the 3 slots used for combat, which requires a recode of the pet selection methods.

      In some ways, a pet battle bot, would prevent this, and add in a new series of incongruous errors and stupefying actions. Mostly with gathering profiles and handling terrain, in the way that archaeology is often glitchy. Or how gatherbuddy is predictable and bottish in movement.
       
    9. Baaatzi

      Baaatzi Member

      Joined:
      Nov 3, 2012
      Messages:
      107
      Likes Received:
      0
      Trophy Points:
      16
      thank you for the explanation :)
       
    10. fokal

      fokal New Member

      Joined:
      Aug 15, 2014
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      I dont know what i am doing wrong but 2 things is working for me. Fİrst ıne is sometimes when pets are dead, BPS doesnt change my pets so i get stuck. 2. one is: during ringer2 mod bps swiitches my lvl 25 pets with low lvl pets . IT refuses to choose my other 10 favorited lvl 25 pets

      I use ringer2 mod
      msx lvl 6
      min health 90
      min lvl 1
      only blue pets true
      only favorite pets true
      use wild pets false

      for ringer setting only favorite true
      ringer minimum health 80
       
    11. Azmodean

      Azmodean New Member

      Joined:
      Dec 4, 2011
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      It keeps swapping in my low level in slot 1 so it keeps dying, no idea what's wrong :(
       
    12. toliman

      toliman Member

      Joined:
      Jun 20, 2012
      Messages:
      625
      Likes Received:
      10
      Trophy Points:
      18
      Change the minimum pet level to a more appropriate number for the zone you are in. Eg
      5 for level 10-12 areas,
      9 for 17-20,
      11 for 23-25 areas.

      Etc.
       
    13. Coldwinter18

      Coldwinter18 New Member

      Joined:
      Jan 16, 2013
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      Ok... i give up... i find so hard to manage the settings to power level my pets... even with Ringer or Ringerx2..... You all talking about Maths ... and Programming... no1 told me that i have to have degree in Computer Use in order to use this programm or even this plugin.... what about the common people who dont have a clue about that?... I use Pokebuddy and BattlePerSwap and i have Petarea too.. but i dont know when to use it... i have 5 pets level 25 (after 3 days... without power leveling), and i want to power level all my low favourite/blue pets. Can some1 help or? or send me a message the right plugins settings to use in order to do that?... i dont know anything about pet logic system and how it is working... I have tryed everthing and nothing is working.... the bot sometimes changes always the pets without doing anyhting else and we end up losing the fight, it change the first pet without let it hit in order to not take exp from the fight.... many many different fails and i dont know what to do. Is any1 here who can explain me with SIMPLE words how to manage that (here or with message), or to give up?
       
    14. Kmica

      Kmica Member

      Joined:
      Jan 20, 2012
      Messages:
      626
      Likes Received:
      12
      Trophy Points:
      18
      Noone can, bcs the plugins were not updated for some time now.
      HB has changed alot, and the plugins need to be updated also (which didnt happen yet).

      Sometimes it works, sometimes not.
      Personally havent used it for some time now, but i leveled alot of pets like 1y ago...
       
    15. Coldwinter18

      Coldwinter18 New Member

      Joined:
      Jan 16, 2013
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      Thank you! <3
       
    16. fokal

      fokal New Member

      Joined:
      Aug 15, 2014
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      how can we get this great plugin work with 6.02?
       
    17. B0wZ0oL

      B0wZ0oL New Member

      Joined:
      Sep 13, 2013
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
      Hello no updates for this great plugin ? :)
       
    18. El Fluppe

      El Fluppe New Member

      Joined:
      Nov 1, 2012
      Messages:
      63
      Likes Received:
      0
      Trophy Points:
      0
      Yeah, I would really appreciate if somebody could create some kind of a "workaround" to make this plugin work again (same was done for Pokehbuddy as well)
       
    19. TreeK

      TreeK New Member

      Joined:
      Jul 10, 2012
      Messages:
      170
      Likes Received:
      1
      Trophy Points:
      0
    20. El Fluppe

      El Fluppe New Member

      Joined:
      Nov 1, 2012
      Messages:
      63
      Likes Received:
      0
      Trophy Points:
      0
      if your fix really works ( will try it after work this afternoon) YOU Sir, ARE MY STAR!!! :)
       

    Share This Page