FIRST: before trying a new release, backup the config file of the previous one, update the new config file with old settings,
the new bot on a low account, if necessary adjust the config and test again, THEN run the bot on the main account
), so I suggest to add in the PokemonsTransferFilter all the strongest pkm (dragonite, lapras, snorlax, arcanine, vaporeon, and so on) and also your favourite pkm, and for these pkm set keepminduplicate to 5 or so (example below, just an example, my config is way longer of course (but my dick is not))
Code:
"Gyarados": {
"KeepMinCp": 1980,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 85.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or",
"MovesOperator": "or"
},
"Lapras": {
"KeepMinCp": 1500, <------------
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 85.0, <-----------
"KeepMinDuplicatePokemon": 3,
"Moves": [],
"KeepMinOperator": "and", <------------ ATTENTION this means that ALL the lapras below 85 iv AND below 1500 will not be kept
"MovesOperator": "or"
},
"Eevee": {
"KeepMinCp": 2000, <------
"KeepMinLvl": 40,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 95.0, <-----
"KeepMinDuplicatePokemon": 0, <----- ATTENTION this means that ALL the eevees below 95 iv OR below 2000 will not be kept
"Moves": [],
"KeepMinOperator": "or",
"MovesOperator": "or"
},
"Vaporeon": {
"KeepMinCp": 1400,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "and",
"MovesOperator": "or"
},
"Jolteon": {
"KeepMinCp": 1300,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 85.0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "and",
"MovesOperator": "or"
},
"Flareon": {
"KeepMinCp": 2000,
"KeepMinLvl": 40,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 100.0,
"KeepMinDuplicatePokemon": 0, <----------
"Moves": [
"ember", <----------
"fireBlast" <----------
],
"KeepMinOperator": "or",
"MovesOperator": "and" <---------- ATTENTION this means that ALL the flareons which dont have ember AND fire blast (best atk moveset for flareon) AND are below 100 iv OR below 2000 will not be kept
},
"Omastar": {
"KeepMinCp": 2000,
"KeepMinLvl": 40,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 100.0,
"KeepMinDuplicatePokemon": 0,
"Moves": [
"waterGun",
"hydroPump"
],
"KeepMinOperator": "or",
"MovesOperator": "and"
},
"Kabutops": {
"KeepMinCp": 2000,
"KeepMinLvl": 40,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 100.0,
"KeepMinDuplicatePokemon": 0,
"Moves": [
"mudShot",
"stoneEdge"
],
"KeepMinOperator": "or",
"MovesOperator": "and"
},
"Aerodactyl": {
"KeepMinCp": 2000,
"KeepMinLvl": 40,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 100.0,
"KeepMinDuplicatePokemon": 0,
"Moves": [
"bite",
"hyperBeam"
],
"KeepMinOperator": "or",
"MovesOperator": "and"
},
"Snorlax": {
"KeepMinCp": 1500,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 85.0,
"KeepMinDuplicatePokemon": 3,
"Moves": [],
"KeepMinOperator": "and",
"MovesOperator": "or"
},
"Dratini": {
"KeepMinCp": 1387,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 98.0,
"KeepMinDuplicatePokemon": 0,
"Moves": [],
"KeepMinOperator": "or",
"MovesOperator": "or"
},
"Dragonair": {
"KeepMinCp": 1387,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 0,
"Moves": [],
"KeepMinOperator": "or",
"MovesOperator": "or"
},
"Dragonite": {
"KeepMinCp": 1500,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 85.0,
"KeepMinDuplicatePokemon": 3,
"Moves": [],
"KeepMinOperator": "and",
"MovesOperator": "or"
}