Bot transferring Higher IV's than threshold #1296
Description
Prerequisites (Remove this section if you want)
Make sure you...
- Have checked the FAQ if your question has not been answered there.
- Have searched the existing issues if your question has not been asked here.
- Post a FULL stacktrace and not only a part of it.
- Fill in all the fields correctly, it helps us immensly if we get a complete image of your situation.
Description:
I set my my IV threshold at 80 and it transferred a bunch of my pokemon that were higher than this:
# Minimum amount of pokemon type to keep
keep_pokemon_amount=0
# Maximum amount of pokemon type to keep (-1 to keep all)
max_pokemon_amount=0
# 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=-1
# Minimum CP % in relation to max CP of pokemon to your current trainer lvl to keep pokemon (to disable CP%:use -1)
# e.g. Trainer lvl is 33, captured EEVEE has 490 CP which results in max possible CP of 984 with 15/14/15 IV
# that however is below the threshold of 60% because its 49%
transfer_cp_min_threshold=40
Steps to reproduce:
- [Step 1]
- [Step 2]
Expected behavior:
Keep pokemon with IVs greater than 80
Actual behavior:
Transferred Pokemon with IVs greater than 80
Going to transfer MAGIKARP with CP 143 and IV 91%; reason: Too many
Going to transfer ARCANINE with CP 1841 and IV 84%; reason: Too many
Going to transfer BEEDRILL with CP 796 and IV 84%; reason: Too many
Going to transfer GOLDEEN with CP 401 and IV 86%; reason: Too many
Stacktrace (If it's a crash):
[Please use pastebin if it's too long]
Version:
PokemonGoBot-0.6.0
Operating System:
Windows 10
Java version:
Version 8 update 60 (buld 1.8.0_60-b27
Leave this sentence in your issue as proof that you have read and used this template.