botConfig
botConfig copied to clipboard
Web page to generate configuration files for PokemonGo-Bot
botConfig General config Task config Reset Nothing works now
Renamed to the name of the task
Hello, I have some problem with the set of this part "Transferpokemon" into the botConfig. When I'm going to modify the parameters of CP and IV the bot doesn't read...
``` { "type": "MoveToMapPokemon", "config": { "address": "http://localhost:5000", "max_distance": 500, "min_time": 60, "prioritize_vips": true, "snipe": true, "update_map": true, "mode": "priority", "catch": { "==========Legendaries==========": 0, "Aerodactyl": 1000, "Snorlax": 1000, "Articuno": 1000,...
New config: ``` { "type": "EvolveAll", "config": { "evolve_all": "all", "first_evolve_by": "iv", "evolve_above_cp": 0, "evolve_above_iv": 0, "logic": "or", "evolve_speed": 20, "use_lucky_egg": false } } ```
https://pokemongof.github.io/botConfig/#/navigator When creating a route to follow for path.conf generation, if you click to a different tab, the route is reset and map re-centers around the initial map location.
https://github.com/PokemonGoF/PokemonGo-Bot/pull/1850