We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My config only gives me about 20k xp perhour, I had seen some reach 100k any one willing to share?
{ "auth_service": "ptc", "username": "x", "password": "x", "location": "40.758846660085474 , -73.98512810468674", "gmapkey": "AIzaSyDi7cSfqqq0In73o_kFdbXZXpqGCcma6p4", "tasks": [ { "type": "CollectLevelUpReward" }, { "type": "IncubateEggs", "config": { "longer_eggs_first": true } }, { "type": "UpdateLiveStats", "config": { "enabled": true, "min_interval": 10, "stats": ["uptime", "stardust_earned", "xp_earned", "xp_per_hour", "stops_visited"], "terminal_log": true, "terminal_title": true
} }, { "type": "RecycleItems", "config": { "run_interval": 60, "item_filter": { "Pokeball": { "keep": 30 }, "Greatball": { "keep": 30 }, "Ultraball": { "keep": 60 }, "Masterball": { "keep": 80 }, "Potion": { "keep": 20 }, "Super Potion": { "keep": 20 }, "Hyper Potion": { "keep": 20 }, "Max Potion": { "keep": 80 }, "Revive": { "keep": 50 }, "Max Revive": { "keep": 30 }, "Razz Berry": { "keep": 30 } } } }, { "type": "EvolvePokemon", "config": { "evolve_all": "Pidgey,Rattata,Zubat,Weedle,Drowzee,Spearow,Venonat,Caterpie,Krabby,Paras,Jigglypuff,Sandshrew,Vulpix,Meowth,Psyduck,Mankey,Tentacool,Ponyta,Slowpoke,Magnemite,Doduo,Seel,Voltorb,Horsea,Goldeen,Staryu,Ekans", "first_evolve_by": "cp", "evolve_above_cp": 0, "evolve_above_iv": 0, "logic": "or", "evolve_speed": 1, "use_lucky_egg": false, "run_interval": 180 } }, { "type": "TransferPokemon", "config": { "run_interval": 180 } }, { "type": "MoveToFort", "config": { "lure_attraction": true, "lure_max_distance": 2000, "ignore_item_count": true } }, { "type": "SpinFort", "config": { "ignore_item_count": true } }, { "type": "CatchVisiblePokemon" }, { "type": "CatchLuredPokemon" }
], "map_object_cache_time": 5, "forts": { "avoid_circles": true, "max_circle_size": 500 }, "websocket_server": false, "walk": 10, "action_wait_min": 0, "action_wait_max": 1, "debug": false, "test": false, "health_record": false, "location_cache": false, "distance_unit": "m", "reconnecting_timeout": 15, "evolve_captured": "NONE", "catch_randomize_reticle_factor": 1.0, "catch_randomize_spin_factor": 1.0, "catch": { "any": { "always_catch": true } }, "release": { "any": { "keep_best_iv": 1 }, "Moltres": { "keep_best_iv": 3 }, "Zapdos": { "keep_best_iv": 3 }, "Articuno": { "keep_best_iv": 3 }, "Mewtwo": { "keep_best_iv": 3 }, "Dragonite": { "keep_best_iv": 3 }, "Dratini": { "keep_best_iv": 3 }, "Dragonair": { "keep_best_iv": 3 }, "Vaporeon": { "keep_best_iv": 3 }, "Gyarados": { "keep_best_iv": 3 }, "Flareon": { "keep_best_iv": 3 }, "Snorlax": { "keep_best_iv": 3 } }, "vips": { "any": { "catch_above_cp": 1200, "catch_above_iv": 0.9, "logic": "or" }, "Lapras": {}, "Moltres": {}, "Zapdos": {}, "Articuno": {}, "Mewtwo": {}, "Dragonite": {}, "Snorlax": {}, "Mew": {}, "Arcanine": {}, "Vaporeon": {}, "Gyarados": {}, "Exeggutor": {}, "Muk": {}, "Weezing": {}, "Flareon": {} } }
The text was updated successfully, but these errors were encountered:
You forgot to set: { "type":"Laziness", "config":{ "enabled":false } }, please, close the issue..
{ "type":"Laziness", "config":{ "enabled":false } },
Sorry, something went wrong.
@carlosbellino ill try
No branches or pull requests
My config only gives me about 20k xp perhour, I had seen some reach 100k any one willing to share?
{
"auth_service": "ptc",
"username": "x",
"password": "x",
"location": "40.758846660085474 , -73.98512810468674",
"gmapkey": "AIzaSyDi7cSfqqq0In73o_kFdbXZXpqGCcma6p4",
"tasks": [
{
"type": "CollectLevelUpReward"
},
{
"type": "IncubateEggs",
"config": {
"longer_eggs_first": true
}
},
{
"type": "UpdateLiveStats",
"config": {
"enabled": true,
"min_interval": 10,
"stats": ["uptime", "stardust_earned", "xp_earned", "xp_per_hour", "stops_visited"],
"terminal_log": true,
"terminal_title": true
],
"map_object_cache_time": 5,
"forts": {
"avoid_circles": true,
"max_circle_size": 500
},
"websocket_server": false,
"walk": 10,
"action_wait_min": 0,
"action_wait_max": 1,
"debug": false,
"test": false,
"health_record": false,
"location_cache": false,
"distance_unit": "m",
"reconnecting_timeout": 15,
"evolve_captured": "NONE",
"catch_randomize_reticle_factor": 1.0,
"catch_randomize_spin_factor": 1.0,
"catch": {
"any": {
"always_catch": true
}
},
"release": {
"any": {
"keep_best_iv": 1
},
"Moltres": {
"keep_best_iv": 3
},
"Zapdos": {
"keep_best_iv": 3
},
"Articuno": {
"keep_best_iv": 3
},
"Mewtwo": {
"keep_best_iv": 3
},
"Dragonite": {
"keep_best_iv": 3
},
"Dratini": {
"keep_best_iv": 3
},
"Dragonair": {
"keep_best_iv": 3
},
"Vaporeon": {
"keep_best_iv": 3
},
"Gyarados": {
"keep_best_iv": 3
},
"Flareon": {
"keep_best_iv": 3
},
"Snorlax": {
"keep_best_iv": 3
}
},
"vips": {
"any": {
"catch_above_cp": 1200,
"catch_above_iv": 0.9,
"logic": "or"
},
"Lapras": {},
"Moltres": {},
"Zapdos": {},
"Articuno": {},
"Mewtwo": {},
"Dragonite": {},
"Snorlax": {},
"Mew": {},
"Arcanine": {},
"Vaporeon": {},
"Gyarados": {},
"Exeggutor": {},
"Muk": {},
"Weezing": {},
"Flareon": {}
}
}
The text was updated successfully, but these errors were encountered: