jabbink / PokemonGoBot

DEFUNCT - Bot that plays Pokemon Go
https://www.pogobot.club/
GNU General Public License v3.0
559 stars 233 forks source link

not dropping <80% IV, inventory full #785

Open russr123 opened 8 years ago

russr123 commented 8 years ago

my settings..... right now im full at 250, i have 74 that are 80%+ all the rest are under 80% its not dumping them on spawn, and after the 1st catch, it stops trying, and never cleans up what i have.

even though i have max amount set to 3, i have 15 EEVEE, 10 GOLDEEN, 10 MAGIKARP and so on.... the only thing i can think that might be stopping it, is the custom nick names????..

Pokemon Transfer

should the bot auto transfer duplicate pokemon

autotransfer=true

Minimum amount of pokemon type to keep

keep_pokemon_amount=1

Maximum amount of pokemon type to keep (-1 to keep all)

max_pokemon_amount=3

Sort by IV first instead of CP

sort_by_iv=true

Minimum IV percentage to keep a pokemon (to ignore IV: use -1)

between 0 and 100, suggested 80

transfer_iv_threshold=80

Minimum CP to keep a pokemon (to ignore CP: use -1)

transfer_cp_threshold=100

list of pokemon you don't want to transfer regardless of CP

the names must be divided by a ","

if you want all pokemons to be transferred just leave it blank

ignored_pokemon=MEWTWO,VAPOREON,GLOOM,POLIWHIRL

list of pokemon you always want to trancsfer regardless of CP

obligatory_transfer=PIDGEY,RATTATA,DROWZEE,WEEDLE,ZUBAT,KAKUNA,SPEAROW,RATICATE

pascalpfeil commented 8 years ago

nicked Pokemon will not get transferred as of now

russr123 commented 8 years ago

ARGH.... :(

ok, resetting the names now :(

mtchm commented 8 years ago

Why would you change the names of 15 eevee's though?

Leodenact commented 8 years ago

set transfer_cp_threshold=100 to -1 instead. Or it will keep those over 100 cp, even if the iv is low

russr123 commented 8 years ago

"Why would you change the names of 15 eevee's though?"

all of mine were renamed with the rename stat tool...

https://github.com/Tsunamii/IVTool/releases

Rofii commented 8 years ago

@Leodenact is correct. It keeps Pokemon if IV or CP is high enough. @jabbink could we have a setting to change the transfer logic from OR to AND? I was having the opposite issue as @russr123 it would keep cp100 eevees if the IV was high but I only want cp700+ with IV 80+

ghost commented 8 years ago

Is that "dont transfer if nick changed" logic really wanted ?

Could this be configurable ? I also renamed everything with another tool, now I am unable to make the boot clear 200 entities I dont need.