NecroBot
NecroBot copied to clipboard
Gym training failing every situation
Expected Behavior:
Train prestige . (attack different team gym mechanic seems to still be working)
Actual Behavior:
no action occurs, revisits same gym failing repeatedly
Your config.json:
all configurations including default fresh
"Enable": true,
"PrioritizeGymOverPokestop": false,
"MaxDistance": 9999.0,
"DefaultTeam": "Red",
"MaxCPToDeploy": 699,
"MaxLevelToDeploy": 39,
"VisitTimeout": 1, *adjusting this higher makes no difference*
"UseRandomPokemon": false,
"NumberOfTopPokemonToBeExcluded": 0,
"CollectCoinAfterDeployed": 1,
"EnableAttackGym": true,
"MaxGymLevelToAttack": 10,
"MaxDefendersToAttack": 10,
"HealDefendersBeforeApplyToGym": true,
"DontAttackAfterCoinsLimitReached": false,
"EnableGymTraining": true,
"TrainGymWhenMissingMaxPoints": 1, *have tried 1, 49999, and 2000*
"MaxGymLvlToTrain": 9,
"TrainAlreadyDefendedGym": true,
"MinCpToUseInAttack": 15,
"ButNotLessThanDefenderPercent": 0.4, *have tried full range 0.01 to 1.0*
"UsePokemonToAttackOnlyByCp": false,
"ExcludeForGyms": [
"kangaskhan",
"tauros",
"mrMime",
"farfetchd"
],
"DontUseDodge": false,
"MinRevivePotions": 1,
"PrioritizeGymWithFreeSlot": true,
"SaveMaxRevives": true,
"MaxTrainingRoundsOnOneGym": 5, *have tried 1 to 9*
"Defenders": [],
(OPTIONAL) Your Log:
[21:37:48] (GYM) Traveling to gym : United xxxxxxx xxxxxxxxx | Lat: 2x.xxx , Lng: -8x.xxx| (0.02m)
[21:37:49] (GYM) Visited Gym : United xxxxxxx xxxxxxxxx | Team Blue | Gym points 2000
[21:37:50] (INFO) Traveling to Gym: United xxxxxxx xxxxxxxxx (0 m) (0 seconds) (route NecroBot Walk)
[21:37:52] (GYM) Traveling to gym : United xxxxxxx xxxxxxxxx | Lat: 2x.xxx , Lng: -8x.xxx| (2.63m)
[21:37:53] (GYM) Visited Gym : United xxxxxxx xxxxxxxxx | Team Blue | Gym points 2000
[21:37:54] (INFO) Traveling to Gym: United xxxxxxx xxxxxxxxx (3 m) (0 seconds) (route NecroBot Walk)
[21:37:56] (GYM) Traveling to gym : United xxxxxxx xxxxxxxxx | Lat: 2x.xxx , Lng: -8x.xxx| (0.02m)
[21:37:57] (GYM) Visited Gym : United xxxxxxx xxxxxxxxx | Team Blue | Gym points 2000
[21:37:58] (INFO) Traveling to Gym: United xxxxxxx xxxxxxxxx (0 m) (0 seconds) (route NecroBot Walk)
[21:38:00] (GYM) Traveling to gym : United xxxxxxx xxxxxxxxx | Lat: 2x.xxx , Lng: -8x.xxx| (2.63m)
[22:18:41] (INFO) Traveling to Gym: Lake xxxxxx (94 m) (18 seconds) (route NecroBot Walk)
[22:19:10] (GYM) Traveling to gym : Lake xxxxxx | Lat: 2x.xxx , Lng: -8x.xxx| (8.99m)
[22:19:12] (GYM) Visited Gym : Lake xxxxxx | Team Blue | Gym points 7823
[22:19:12] (GYM) No action. No FREE slots in GYM 3/3 (7823)
[22:19:13] (INFO) Traveling to Gym: Lake xxxxxx (9 m) (1 seconds) (route NecroBot Walk)
[22:19:15] (GYM) Traveling to gym : Lake xxxxxx | Lat: 2x.xxx , Lng: -8x.xxx| (0.67m)
[22:19:16] (GYM) Visited Gym : Lake xxxxxx | Team Blue | Gym points 7823
[22:19:16] (GYM) No action. No FREE slots in GYM 3/3 (7823)
[22:19:17] (INFO) Traveling to Gym: Lake xxxxxx (1 m) (0 seconds) (route NecroBot Walk)
[22:19:19] (GYM) Traveling to gym : Lake xxxxxx | Lat: 2x.xxx , Lng: -8x.xxx| (2.13m)
[22:19:20] (GYM) Visited Gym : Lake xxxxxx | Team Blue | Gym points 7823
[22:19:20] (GYM) No action. No FREE slots in GYM 3/3 (7823)
[22:19:21] (INFO) Traveling to Gym: Lake xxxxxx (2 m) (0 seconds) (route NecroBot Walk)
Detailed Steps to Reproduce:
visit friendly gym not at maximum full
Other Information
(Attach zip files if needed.)
Version: .135 as well as previously working versions Windows Version: 7 What is affected : gym
Same issue
Same issue, it keeps saying something like below, but does not train gym without my pokemon already as defender. As others mentioned, it works fine when attacking gyms, and it also does training when there is a free slot and I could place my Pokemon.
Just that it doesn't create a free slot.
[09:16:32] (GYM) Traveling to gym : xxxx | Lat: aaaa , Lng: bbbb| (0.00m) [09:16:34] (GYM) Visited Gym : xxxx | Team Yellow | Gym points 10870 [09:16:34] (GYM) No FREE slots in GYM: 4/4 (10870) [09:16:36] (INFO) Traveling to Gym: xxxx (0 m) (0 seconds) (route Google Walk) [09:16:36] (GYM) Traveling to gym : xxxx | Lat: aaaa , Lng: bbbb| (6.25m) [09:16:38] (GYM) Visited Gym : xxxx | Team Yellow | Gym points 10870 [09:16:38] (GYM) No FREE slots in GYM: 4/4 (10870) [09:16:40] (INFO) Traveling to Gym: xxxx (6 m) (0 seconds) (route Google Walk) [09:16:44] (GYM) Traveling to gym : xxxx | Lat: aaaa , Lng: bbbb| (6.26m) [09:16:46] (GYM) Visited Gym : xxxx | Team Yellow | Gym points 10870 [09:16:46] (GYM) No FREE slots in GYM: 4/4 (10870)
thanks @rushinshah85 for the tip. I find that it will in fact train right after I place, and furthermore, will train OTHER nearby gyms (whether that player is defending or NOT), but ONLY during that same logon session. so there must be a flag/value being read improperly in the program language. I can't really program, but maybe I'll try to at least look through the code and see if I might spot what's up, since ziomber appears to be on hiatus.