What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Whitelist/blacklist and Priority to pokemons

Cyraxx601

New Member
Joined
Aug 7, 2016
Messages
3
I would love to have a whitelist/blacklist for Pokémon, it's really annoying when the bot catches 20 weedles but ignores the rare and high CP ones.
An automatic mode would catch them like the bot does now and a manual mode in which the Bot first reads the priorites would be really nice, that way we could tell the bot "hey, now ignore everything except pikachu and relaxo and only if you don't find them near you, then catch what you want"

I really wouldn't have a problem with it being self written inside a .txt file or anything like that, this way you guys wouldn't have to do so much to edit that feature in and we could simply copy paste lists inside that file.

I imagine something like this (so you get how I think it could work):

Code:
///////////////////////////////////////////////////////////////////////////
Priority list (add pokemon by adding their National Pokédex number)

    High (will be catched as soon as they appear):
        -25
        -143
        -140
        -
    Neutral (will be catched if no high priority pokemon is available):
        -1
        -4
        -7
        -
    Low (will be catched if nothing else is available):
        -13
        -
        -
    Blacklist (will never be catched):
        -16
        -19
        -
///////////////////////////////////////////////////////////////////////////

It would make a HUGE difference for us if we could sort out the garbage Pokémon!
 
Yes... this would work great.

Assuming you have more than just Pidgeys / Ratattas popping up ;)
 
Back
Top