Skip to content
This repository was archived by the owner on Jul 22, 2019. It is now read-only.
This repository was archived by the owner on Jul 22, 2019. It is now read-only.

Bot transferring Higher IV's than threshold #1296

Open
@leofe4

Description

@leofe4

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:

  1. [Step 1]
  2. [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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions