You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Walking to fort, spinning fort, walking to lured fort, catching lured (or non lured) pokemon, when captured, evolve based on the task "type": "EvolvePokemon" then after evolve exchange for candy. This work for me in pull 5e3179b after i pulled 0f2bddd this doesn't work anymore.
I did a # pip install -r requirments.txt to update all to latest standards
Actual Behavior
2016-08-09 16:37:51,626 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Weedle appeared! [CP 165] [Potential 0.51] [A/D/S 3/13/7]
2016-08-09 16:37:54,485 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Pokeball, with chance 37.43 (100 left)
2016-08-09 16:37:54,779 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Weedle! [CP 165] [Potential 0.51] [3/13/7] [+210 exp]
2016-08-09 16:37:54,779 [PokemonCatchWorker] [INFO] [gained_candy] You now have 14 Weedle candy!
2016-08-09 16:38:00,049 [ SpinFort] [INFO] [pokestop_searching_too_often] Possibly searching too often, take a rest.
2016-08-09 16:38:00,050 [RecycleItems] [INFO] [item_discard_skipped] Skipping Recycling of Items. 75 space left in bag.
2016-08-09 16:38:00,393 [TransferPokemon] [INFO] [keep_best_release] Keeping best 1 Weedle, based on cp and iv
2016-08-09 16:38:00,735 [TransferPokemon] [INFO] [pokemon_release] Exchanged Weedle [CP 83] [IV 0.18] for candy.
2016-08-09 16:38:01,705 [MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop Turquoise Corroso Glass Iridized Surface - 0.10km (attraction of lure 0.15km)
Please check configuration at http://jsonlint.com/ before posting an issue.
Expected Behavior
Walking to fort, spinning fort, walking to lured fort, catching lured (or non lured) pokemon, when captured, evolve based on the task "type": "EvolvePokemon" then after evolve exchange for candy. This work for me in pull 5e3179b after i pulled 0f2bddd this doesn't work anymore.
I did a # pip install -r requirments.txt to update all to latest standards
Actual Behavior
2016-08-09 16:37:51,626 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Weedle appeared! [CP 165] [Potential 0.51] [A/D/S 3/13/7]
2016-08-09 16:37:54,485 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Pokeball, with chance 37.43 (100 left)
2016-08-09 16:37:54,779 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Weedle! [CP 165] [Potential 0.51] [3/13/7] [+210 exp]
2016-08-09 16:37:54,779 [PokemonCatchWorker] [INFO] [gained_candy] You now have 14 Weedle candy!
2016-08-09 16:38:00,049 [ SpinFort] [INFO] [pokestop_searching_too_often] Possibly searching too often, take a rest.
2016-08-09 16:38:00,050 [RecycleItems] [INFO] [item_discard_skipped] Skipping Recycling of Items. 75 space left in bag.
2016-08-09 16:38:00,393 [TransferPokemon] [INFO] [keep_best_release] Keeping best 1 Weedle, based on cp and iv
2016-08-09 16:38:00,735 [TransferPokemon] [INFO] [pokemon_release] Exchanged Weedle [CP 83] [IV 0.18] for candy.
2016-08-09 16:38:01,705 [MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop Turquoise Corroso Glass Iridized Surface - 0.10km (attraction of lure 0.15km)
Config File
{
"auth_service": "google",
"username": "XXXXXX",
"password": "XXXXXX",
"location": "40.780289, -73.963156",
"gmapkey": "XXXXX",
"tasks": [
{
"type": "UpdateTitleStats",
"config": {
"min_interval": 10,
"stats": ["uptime", "level_stats", "xp_earned", "xp_per_hour", "km_walked"]
}
},
{
"type": "HandleSoftBan"
},
{
"type": "CollectLevelUpReward"
},
{
"type": "IncubateEggs",
"config": {
"longer_eggs_first": true
}
},
{
"type": "EvolvePokemon",
"config": {
"evolve_all": "Pidgey,Weedle,Rattata,Zubat,Nidoran F,Krabby,Poliwag,Staryu,Caterpie,Drowzee,Bellsprout",
"first_evolve_by": "cp",
"evolve_above_cp": 0,
"evolve_above_iv": 0,
"logic": "or",
"evolve_speed": 4,
"use_lucky_egg": false
}
},
{
"type": "CatchVisiblePokemon"
},
{
"type": "CatchLuredPokemon"
},
{
"type": "SpinFort"
},
{
"type": "RecycleItems",
"config": {
"min_empty_space": 15,
"item_filter": {
"Pokeball": { "keep" : 50 },
"Greatball": { "keep" : 50 },
"Ultraball": { "keep" : 50 },
"Masterball": { "keep" : 50 },
"Max Potion": { "keep" : 30 },
"Razz Berry": { "keep" : 100 },
"Revive": { "keep" : 0},
"Potion": { "keep" : 0},
"Super Potion": { "keep" : 0},
"Hyper Potion": { "keep" : 0}
}
}
},
{
"type": "TransferPokemon",
"config": {
"run_interval": 60
}
},
{
"type": "MoveToFort",
"config":{
"lure_attraction": true,
"lure_max_distance": 2000
}
},
{
"type": "FollowSpiral",
"config": {
"diameter": 4,
"step_size": 70
}
}
],
"map_object_cache_time": 5,
"forts": {
"avoid_circles": true,
"max_circle_size": 50
},
"websocket_server": false,
"walk": 6.16,
"action_wait_min": 0,
"action_wait_max": 1,
"debug": false,
"test": false,
"health_record": false,
"location_cache": false,
"distance_unit": "km",
"reconnecting_timeout": 15,
"evolve_captured": "NONE",
"catch_randomize_reticle_factor": 1.0,
"catch_randomize_spin_factor": 1.0,
"catch": {
"any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or" },
}
Other Information
OS: Ubuntu 16.04 LTS
Git Commit: 0f2bddd
Python Version: Python 2.7.12
The text was updated successfully, but these errors were encountered: