elite*gold: 0
Join Date: Jan 2017
Posts: 7
Received Thanks: 1
|
Ich komme mit der Gym Training-Config im Necrobot2 1.0.0.143 nicht mehr klar.. habe in eine Arena ein 10er Taubsi gesetzt, aber der Bot besucht nur die Arena und levelt nicht hoch, sprich greift das eigene Pokemon nicht an.
Kann mir bitte jemand helfen, wo mein Fehler in der Config ist?
"Enable": true,
"PrioritizeGymOverPokestop": true,
"MaxDistance": 500.0,
"DefaultTeam": "Blue",
"MaxCPToDeploy": 3800,
"MaxLevelToDeploy": 36,
"VisitTimeout": 60,
"UseRandomPokemon": true,
"NumberOfTopPokemonToBeExcluded": 0,
"CollectCoinAfterDeployed": 1,
"EnableAttackGym": false,
"MaxGymLevelToAttack": 10,
"MaxDefendersToAttack": 3,
"HealDefendersBeforeApplyToGym": false,
"DontAttackAfterCoinsLimitReached": true,
"EnableGymTraining": true,
"TrainGymWhenMissingMaxPoints": 32000,
"MaxGymLvlToTrain": 10,
"TrainAlreadyDefendedGym": true,
"MinCpToUseInAttack": 500,
"ButNotLessThanDefenderPercent": 0.75,
"UsePokemonToAttackOnlyByCp": true,
"ExcludeForGyms": [
"kangaskhan",
"tauros",
"mrMime",
"farfetchd"
],
"DontUseDodge": false,
"MinRevivePotions": 5,
"PrioritizeGymWithFreeSlot": true,
"SaveMaxRevives": false,
"MaxTrainingRoundsOnOneGym": 400,
"Defenders": [
{
"Pokemon": "lapras",
"MinCP": 1000,
"MaxCP": null,
"Priority": 5,
"Moves": null
},
{
"Pokemon": "snorlax",
"MinCP": 1000,
"MaxCP": 2400,
"Priority": 5,
"Moves": null
},
{
"Pokemon": "vaporeon",
"MinCP": 2000,
"MaxCP": null,
"Priority": 5,
"Moves": [
[
"moveUnset",
"hydroPump"
]
]
},
{
"Pokemon": "dragonite",
"MinCP": 2000,
"MaxCP": 2499,
"Priority": 5,
"Moves": null
}
],
"Attackers": [
{
"Pokemon": "dragonite",
"MinCP": 2500,
"MaxCP": null,
"Priority": 5,
"Moves": null
},
{
"Pokemon": "vaporeon",
"MinCP": 2000,
"MaxCP": null,
"Priority": 5,
"Moves": null
},
{
"Pokemon": "gyarados",
"MinCP": 2000,
"MaxCP": null,
"Priority": 5,
"Moves": null
},
{
"Pokemon": "snorlax",
"MinCP": 2401,
"MaxCP": null,
"Priority": 5,
"Moves": null
}
],
"Trainers": [
{
"Pokemon": "dragonite",
"MinCP": null,
"MaxCP": 2000,
"Priority": 100,
"Moves": null
},
{
"Pokemon": "vaporeon",
"MinCP": null,
"MaxCP": 2000,
"Priority": 25,
"Moves": null
},
{
"Pokemon": "gyarados",
"MinCP": null,
"MaxCP": 2000,
"Priority": 50,
"Moves": null
},
{
"Pokemon": "snorlax",
"MinCP": null,
"MaxCP": 2000,
"Priority": 10,
"Moves": null
}
]
},
|