-
Notifications
You must be signed in to change notification settings - Fork 231
Gym Strategy
From ver. 0.9.8.7 and up, the ability to deploy a Pokemon at an open gym was added.
Whenever there is a gym slot available, your Pokemon will be deployed automatically.
Remember!
If you run a brand new account, and never choose a team, choose your team in the gym config.
The default team color is Yellow.
"GymConfig": {
"Enable": true,
"MaxDistance": 1500.0,
"DefaultTeam": "Yellow", <--- choose your team
"MaxCPToDeploy": 1000,
"MaxLevelToDeploy": 16,
"VisitTimeout": 60,
"UseRandomPokemon": false,
"NumberOfTopPokemonToBeExcluded": 10
},
-
Enable
option controls whether or not gyms are visited.
Gyms and pokestops are both visited
"GymConfig": {
"Enable": true
}
Only pokestops are visited
"GymConfig": {
"Enable": false
}
-
PrioritizeGymOverPokestop
controls whether or not gyms are prioritized over pokestops. The default value is true.
Visits all gyms first, then move on to pokestops
"GymConfig": {
"Enable": true,
"PrioritizeGymOverPokestop": true
}
Visits both pokestops and gyms, whichever one is closer
"GymConfig": {
"Enable": true,
"PrioritizeGymOverPokestop": false
}
.... in progess (under construction)
This Website and Project is in no way affiliated with, authorized, maintained, sponsored or endorsed by ANYONE. This is an independent and unofficial project for educational use ONLY. Do not use for any other purpose than education, testing and research.
This is not a public release, just a project with releases for code testers for education and research on any privacy issues for the end user.