SwipeX / PokeMate

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

Bot does not transfer/evolve any pokemon #283

Closed Controless closed 8 years ago

Controless commented 8 years ago

This is my config file:

># Location by name: e.g. "Sydney" or "W12 8LP" or "Trafalgar Square, London" - set to true to use
use_location_name=false
location_by_name="Trafalgar Square, London"
#Lat/Long
latitude=40.774578
longitude=-73.972774
#Preferred throw item
preferred_ball=ITEM_POKE_BALL
#Google maps API key for walking
api_key=
#What IV% to keep pokemon at
iv_ratio=90
#What CP to keep pokemon above
min_cp=1100
#show user interface
show=false
# should the bot EVER drop items (true/false)
drop_items=true
# Meters per second
speed=10.00
# Automatic evolving
automatic_evolving=true
#Range to walk in, VERY sensitive
range=.005
#points in the map path
map_points=15
# Only whitelist certain pokemons
whitelisted_pokemon=CATERPIE,WEEDLE,PIDGEY,EKANS,BELLSPROUT,DODUO,DIGLETT,EEVEE,GASTLY,GOLDEEN,HORSEA,JIGGLYPUFF,KRABBY,MEOWTH,NIDORAN,NIDORINA,ODDISH,PARAS,POLIWAG,PONYTA,MANKEY,RATTATA,RHYHORN,SANDSHREW,SPEAROW,STARYU,TENTACOOL,VENONAT,ZUBAT
# List of Pokémons ids to NEVER transfer, separated by commas.
never_transfer=3,6,9,31,34,38,40,45,49,55,59,62,64,65,68,71,73,80,82,89,91,94,103,108,113,121,123,122,125,129,130,132,131,134,135,136,137,139,141,142,143,144,145,146,147,148,149,150,151
# 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)
drop_item_list=ITEM_POTION,ITEM_SUPER_POTION,ITEM_HYPER_POTION,ITEM_RAZZ_BERRY,ITEM_REVIVE,ITEM_MAX_REVIVE
#Minimum amount of each item to save
minimum_item_amount=10
# 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=0
# Prefer IV over CP when transfering? true keeps highest IV, false keeps highest CP
transfer_prefers_iv=true
#navigation type can be either STREETS or POKESTOPS
navigation_type = POKESTOPS
# Ignore catching certain pokemons
ignore_catching_pokemon=

Any idea as to why it never transfers? The pokemon to be transferred are definitely not falling under the global cp and iv settings "iv_ratio=90, min_cp=1100". In terminal, it always says: ReleasePokemon No Pokemon Released. Now that I look at it, it never seems to evolve either.

gsisso commented 8 years ago

please use the latest version ,fix your never_transfer config and report back. for me the transfer working fine.

SippieCup commented 8 years ago

This is an issue with your config, not the bot.