SwipeX / PokeMate

Automated PokemonGo Application
GNU General Public License v3.0
112 stars 45 forks source link

Pokemon don't get transfered #319

Closed Edsardio closed 8 years ago

Edsardio commented 8 years ago

Pokemon are not getting transfered. This is my config.

#What IV% to keep pokemon at
iv_ratio=80
#What CP to keep pokemon above
min_cp=900
#show user interface
show=false
# should the bot EVER drop items (true/false)
drop_items=true
# Meters per second
speed=1.4
# Automatic evolving
automatic_evolving=true
#Range to walk in, VERY sensitive
range=.01
#points in the map path
map_points=500
# Only whitelist certain pokemons
whitelisted_pokemon=
# List of Pokémons ids to NEVER transfer, separated by commas.
never_transfer=
# Enable events notifications on console output
console_notification=true
# Enable toast notifications on UI (only if UI is enabled)
ui_notification=true
#Enable popup notifications
sys_notification=true
# Enable auto eggs incubating
eggs_incubating=true
# Enable auto eggs hatching
eggs_hatching=true
# Items to drop (remove from this list if you want to keep it, note that inventory management will now be left up to you, as it could be possible to run out of pokeballs)
# To customize each items min amount add a colon after the item and the min amount to keep, leaving it blank will default it to 0, ie ITEM_POTION is the same as ITEM_POTION:0
drop_item_list=ITEM_POTION,ITEM_SUPER_POTION,ITEM_MAX_POTION:100,ITEM_HYPER_POTION:50,ITEM_RAZZ_BERRY:20,ITEM_REVIVE:40,ITEM_MAX_REVIVE,ITEM_POKE_BALL:50

# Minimum CP for a pokemon to have a pop-up message (All pokemon that are caught will still be logged)
minimum_cp_for_ui_message=1000
# Prefer IV over CP when transfering? true keeps highest IV, false keeps highest CP
transfer_prefers_iv=false
#navigation type can be either STREETS or POKESTOPS
navigation_type = POKESTOPS
# Ignore catching certain pokemons
ignore_catching_pokemon=

device=iphone6,2,iPhone,N53AP
os_version=9.3.4
gsisso commented 8 years ago

169

Edsardio commented 8 years ago

I dont see how that explains me having 15 pidgeys between 10 cp and 450 cp

SippieCup commented 8 years ago

Their iv is above 90. Change the setting to only keep ivs above 96 and they will be transferred

On Aug 14, 2016 4:22 PM, "Esdert Folkers" notifications@github.com wrote:

I dont see how that explains me having 15 pidgeys between 10 cp and 450 cp

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SwipeX/PokeMate/issues/319#issuecomment-239694644, or mute the thread https://github.com/notifications/unsubscribe-auth/AApdj6hlDvvjNAeX46r73GYOWd2BM8T6ks5qf3kagaJpZM4Jj8Nk .

SippieCup commented 8 years ago

Oh your config keeps all pokemon above a 0% IV. That is your problem.

On Aug 14, 2016 4:49 PM, "Andrew Sidhu" asidhu1@gmail.com wrote:

Their iv is above 90. Change the setting to only keep ivs above 96 and they will be transferred

On Aug 14, 2016 4:22 PM, "Esdert Folkers" notifications@github.com wrote:

I dont see how that explains me having 15 pidgeys between 10 cp and 450 cp

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SwipeX/PokeMate/issues/319#issuecomment-239694644, or mute the thread https://github.com/notifications/unsubscribe-auth/AApdj6hlDvvjNAeX46r73GYOWd2BM8T6ks5qf3kagaJpZM4Jj8Nk .

Edsardio commented 8 years ago

Yeah changed that to 80% IV but still keeping a lot of pokemon

SippieCup commented 8 years ago

Because their iv is over 80. Make it 96 to only keep the very best

On Aug 14, 2016 5:02 PM, "Esdert Folkers" notifications@github.com wrote:

Yeah changed that to 80% IV but still keeping a lot of pokemon

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/SwipeX/PokeMate/issues/319#issuecomment-239696976, or mute the thread https://github.com/notifications/unsubscribe-auth/AApdj4G1iklLy1-16X0S4FE3kedTYYsBks5qf4JSgaJpZM4Jj8Nk .

Edsardio commented 8 years ago

Thank you very much! I will try this