Résolu Cherche config PokeMobBot

xKryptoo

Membre
Inscription
26 Octobre 2012
Messages
180
Réactions
109
Points
3 853
RGCoins
25
Bonjour, je vous explique mon problème, sur toutes les configs que j'utilise j'ai un problème, le bot ne recycle pas les items du coup quand il a plus de pokeball et que l'inventaire est plein, il s'arrete.
L'autre problème est au niveau des évolutions! Je ne trouve pas de config adapté au 30+ du style qui supprime les doubles et les pokemons en dessous de 1500 etc...
J'ai déja chercher sur le forum!!!! donc si quelqu'un qui a une config optionnel de ce style qui marche bien ce serait cool de la partager (PS: Je m'en fous que la config soit pas a 150K/xp --> 70/80K sans bug sera déja niquel, bonne soirée a vous tous :)
 
tient moi je l'avais deja modifier psk j'avais ton problème :D
Code:
{
  "AutoUpdate": true,
  "TransferConfigAndAuthOnUpdate": true,
  "DumpPokemonStats": false,
  "AmountOfPokemonToDisplayOnStart": 10,
  "StartupWelcomeDelay": false,
  "TranslationLanguageCode": "en",
  "WebSocketPort": 14251,
  "Teleport": true,
  "DefaultLatitude": 35.633149,
  "DefaultLongitude": 139.880373,
  "DefaultAltitude": 10.0,
  "WalkingSpeedInKilometerPerHour": 200.0,
  "MaxSpawnLocationOffset": 10,
  "MaxTravelDistanceInMeters": 5000,
  "UseGpxPathing": false,
  "GpxFile": "GPXPath.GPX",
  "DelayBetweenPlayerActions": 10,
  "DelayPositionCheckState": 10,
  "DelayPokestop": 10,
  "DelayCatchPokemon": 10,
  "DelayBetweenPokemonCatch": 10,
  "DelayCatchNearbyPokemon": 10,
  "DelayCatchLurePokemon": 1000,
  "DelayCatchIncensePokemon": 10,
  "DelayTransferPokemon": 10,
  "DelayDisplayPokemon": 10,
  "DelayUseLuckyEgg": 10,
  "DelaySoftbanRetry": 10,
  "DelayRecyleItem": 10,
  "DelaySnipePokemon": 10,
  "MinDelayBetweenSnipes": 15000,
  "UseEggIncubators": true,
  "RenamePokemon": true,
  "RenameOnlyAboveIv": true,
  "RenameTemplate": "{1}_{0}",
  "TransferDuplicatePokemon": true,
  "PrioritizeIvOverCp": true,
  "KeepMinCp": 1500,
  "KeepMinIvPercentage": 90.0,
  "KeepMinDuplicatePokemon": 1,
  "KeepPokemonsThatCanEvolve": false,
  "EvolveAllPokemonWithEnoughCandy": true,
  "EvolveAllPokemonAboveIv": true,
  "EvolveAboveIvValue": 95.0,
  "UseLuckyEggsWhileEvolving": true,
  "UseLuckyEggsMinPokemonAmount": 30,
  "AutomaticallyLevelUpPokemon": false,
  "LevelUpByCPorIv": "iv",
  "UpgradePokemonCpMinimum": 2000.0,
  "UpgradePokemonIvMinimum": 95.0,
  "HumanizeThrows": false,
  "ThrowAccuracyMin": 0.0,
  "ThrowAccuracyMax": 0.0,
  "ThrowSpinFrequency": 0.0,
  "MaxPokeballsPerPokemon": 6,
  "UseGreatBallAboveCp": 1000,
  "UseUltraBallAboveCp": 1500,
  "UseMasterBallAboveCp": 2000,
  "UsePokemonToNotCatchFilter": false,
  "UseBerryMinCp": 0,
  "UseBerryMinIv": 0.0,
  "UseBerryBelowCatchProbability": 0.0,
  "FavoriteMinIvPercentage": 0.0,
  "AutoFavoritePokemon": false,
  "TotalAmountOfPokeballsToKeep": 200,
  "TotalAmountOfPotionsToKeep": 10,
  "TotalAmountOfRevivesToKeep": 50,
  "UseGreatBallAboveIv": 0,
  "UseUltraBallAboveIv": 0,
  "UseGreatBallBelowCatchProbability": 0.0,
  "UseUltraBallBelowCatchProbability": 0.0,
  "UseMasterBallBelowCatchProbability": 0.0,
  "RecycleInventoryAtUsagePercentage": 0.0,
  "SnipeAtPokestops": true,
  "SnipeIgnoreUnknownIv": false,
  "UseTransferIvForSnipe": false,
  "MinPokeballsToSnipe": 10,
  "MinPokeballsWhileSnipe": 10,
  "UseSnipeLocationServer": true,
  "SnipeLocationServer": "localhost",
  "SnipeLocationServerPort": 16969,
  "ItemRecycleFilter": [
    {
      "Key": "itemUnknown",
      "Value": 0
    },
    {
      "Key": "itemPokeBall",
      "Value": 200
    },
    {
      "Key": "itemGreatBall",
      "Value": 200
    },
    {
      "Key": "itemUltraBall",
      "Value": 10000
    },
    {
      "Key": "itemMasterBall",
      "Value": 10000
    },
    {
      "Key": "itemPotion",
      "Value": 5
    },
    {
      "Key": "itemSuperPotion",
      "Value": 5
    },
    {
      "Key": "itemHyperPotion",
      "Value": 5
    },
    {
      "Key": "itemMaxPotion",
      "Value": 5
    },
    {
      "Key": "itemRevive",
      "Value": 5
    },
    {
      "Key": "itemMaxRevive",
      "Value": 5
    },
    {
      "Key": "itemLuckyEgg",
      "Value": 200
    },
    {
      "Key": "itemIncenseOrdinary",
      "Value": 100
    },
    {
      "Key": "itemIncenseSpicy",
      "Value": 100
    },
    {
      "Key": "itemIncenseCool",
      "Value": 100
    },
    {
      "Key": "itemIncenseFloral",
      "Value": 100
    },
    {
      "Key": "itemTroyDisk",
      "Value": 100
    },
    {
      "Key": "itemXAttack",
      "Value": 100
    },
    {
      "Key": "itemXDefense",
      "Value": 100
    },
    {
      "Key": "itemXMiracle",
      "Value": 100
    },
    {
      "Key": "itemRazzBerry",
      "Value": 30
    },
    {
      "Key": "itemBlukBerry",
      "Value": 30
    },
    {
      "Key": "itemNanabBerry",
      "Value": 30
    },
    {
      "Key": "itemWeparBerry",
      "Value": 30
    },
    {
      "Key": "itemPinapBerry",
      "Value": 30
    },
    {
      "Key": "itemSpecialCamera",
      "Value": 100
    },
    {
      "Key": "itemIncubatorBasicUnlimited",
      "Value": 100
    },
    {
      "Key": "itemIncubatorBasic",
      "Value": 100
    },
    {
      "Key": "itemPokemonStorageUpgrade",
      "Value": 100
    },
    {
      "Key": "itemItemStorageUpgrade",
      "Value": 100
    }
  ],
  "PokemonsNotToTransfer": [
    "charizard",
    "snorlax",
    "gyarados",
    "blastoise",
    "clefable",
    "vileplume",
    "arcanine",
    "poliwrath",
    "machamp",
    "victreebel",
    "golem",
    "ditto",
    "articuno",
    "zapdos",
    "moltres",
    "mewtwo",
    "mew",
    "dragonite",
    "jolteon",
    "flareon",
    "vaporeon"
  ],
  "PokemonsToEvolve": [
    "caterpie",
    "weedle",
    "pidgey",
    "spearow",
    "zubat",
    "doduo",
    "bulbasaur",
    "charmander",
    "squirtle",
    "ekans",
    "pikachu",
    "oddish",
    "paras",
    "venonat",
    "diglett",
    "meowth",
    "mankey",
    "psyduck",
    "growlithe",
    "poliwag",
    "poliwhirl",
    "abra",
    "machop",
    "machoke",
    "tentacool",
    "geodude",
    "bellsprout",
    "weepinbell",
    "graveler",
    "ponyta",
    "magnemite",
    "seel",
    "grimer",
    "shellder",
    "gastly",
    "haunter",
    "drowzee",
    "krabby",
    "voltorb",
    "exeggcute",
    "cubone",
    "lickitung",
    "koffing",
    "rhyhorn",
    "tangela",
    "horsea",
    "goldeen",
    "staryu",
    "magikarp",
    "omanyte",
    "kabuto",
    "dratini",
    "dragonair",
    "charmeleon",
    "ivysaur",
    "wartortle",
    "pidgeotto",
    "kakuna",
    "metapod",
    "nidorina",
    "nidorino",
    "clefairy",
    "vulpix",
    "nidoranMale",
    "nidoranFemale"
  ],
  "PokemonsToIgnore": [
    "doduo"
  ],
  "PokemonsTransferFilter": {
    "Golduck": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Farfetchd": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Krabby": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Kangaskhan": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 60.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Horsea": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Staryu": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "MrMime": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 40.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Scyther": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Jynx": {
      "KeepMinCp": 1300,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Electabuzz": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Magmar": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Pinsir": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Tauros": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Magikarp": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Gyarados": {
      "KeepMinCp": 2000,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Lapras": {
      "KeepMinCp": 2400,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Eevee": {
      "KeepMinCp": 850,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Vaporeon": {
      "KeepMinCp": 2200,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Jolteon": {
      "KeepMinCp": 1650,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Flareon": {
      "KeepMinCp": 2100,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Porygon": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 60.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Chansey": {
      "KeepMinCp": 450,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Nidoking": {
      "KeepMinCp": 1300,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Nidoqueen": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Exeggutor": {
      "KeepMinCp": 2300,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Vileplume": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Snorlax": {
      "KeepMinCp": 2600,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Dragonite": {
      "KeepMinCp": 2600,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    }
  },
  "PokemonToSnipe": {
    "Locations": [
      {
        "Latitude": 38.556807486461118,
        "Longitude": -121.2383794784546
      },
      {
        "Latitude": -33.859019,
        "Longitude": 151.213098
      },
      {
        "Latitude": 47.5014969,
        "Longitude": -122.0959568
      },
      {
        "Latitude": 51.5025343,
        "Longitude": -0.2055027
      }
    ],
    "Pokemon": [
      "venusaur",
      "charizard",
      "blastoise",
      "beedrill",
      "raichu",
      "sandslash",
      "nidoking",
      "nidoqueen",
      "clefable",
      "ninetales",
      "golbat",
      "vileplume",
      "golduck",
      "primeape",
      "arcanine",
      "poliwrath",
      "alakazam",
      "machamp",
      "golem",
      "rapidash",
      "slowbro",
      "farfetchd",
      "muk",
      "cloyster",
      "gengar",
      "exeggutor",
      "marowak",
      "hitmonchan",
      "lickitung",
      "rhydon",
      "chansey",
      "kangaskhan",
      "starmie",
      "mrMime",
      "scyther",
      "magmar",
      "electabuzz",
      "magmar",
      "jynx",
      "gyarados",
      "lapras",
      "ditto",
      "vaporeon",
      "jolteon",
      "flareon",
      "porygon",
      "kabutops",
      "aerodactyl",
      "snorlax",
      "articuno",
      "zapdos",
      "moltres",
      "dragonite",
      "mewtwo",
      "mew"
    ]
  },
  "PokemonToUseMasterball": [
    "articuno",
    "zapdos",
    "moltres",
    "mew",
    "mewtwo"
  ]
}
 
tient moi je l'avais deja modifier psk j'avais ton problème :D
Code:
{
  "AutoUpdate": true,
  "TransferConfigAndAuthOnUpdate": true,
  "DumpPokemonStats": false,
  "AmountOfPokemonToDisplayOnStart": 10,
  "StartupWelcomeDelay": false,
  "TranslationLanguageCode": "en",
  "WebSocketPort": 14251,
  "Teleport": true,
  "DefaultLatitude": 35.633149,
  "DefaultLongitude": 139.880373,
  "DefaultAltitude": 10.0,
  "WalkingSpeedInKilometerPerHour": 200.0,
  "MaxSpawnLocationOffset": 10,
  "MaxTravelDistanceInMeters": 5000,
  "UseGpxPathing": false,
  "GpxFile": "GPXPath.GPX",
  "DelayBetweenPlayerActions": 10,
  "DelayPositionCheckState": 10,
  "DelayPokestop": 10,
  "DelayCatchPokemon": 10,
  "DelayBetweenPokemonCatch": 10,
  "DelayCatchNearbyPokemon": 10,
  "DelayCatchLurePokemon": 1000,
  "DelayCatchIncensePokemon": 10,
  "DelayTransferPokemon": 10,
  "DelayDisplayPokemon": 10,
  "DelayUseLuckyEgg": 10,
  "DelaySoftbanRetry": 10,
  "DelayRecyleItem": 10,
  "DelaySnipePokemon": 10,
  "MinDelayBetweenSnipes": 15000,
  "UseEggIncubators": true,
  "RenamePokemon": true,
  "RenameOnlyAboveIv": true,
  "RenameTemplate": "{1}_{0}",
  "TransferDuplicatePokemon": true,
  "PrioritizeIvOverCp": true,
  "KeepMinCp": 1500,
  "KeepMinIvPercentage": 90.0,
  "KeepMinDuplicatePokemon": 1,
  "KeepPokemonsThatCanEvolve": false,
  "EvolveAllPokemonWithEnoughCandy": true,
  "EvolveAllPokemonAboveIv": true,
  "EvolveAboveIvValue": 95.0,
  "UseLuckyEggsWhileEvolving": true,
  "UseLuckyEggsMinPokemonAmount": 30,
  "AutomaticallyLevelUpPokemon": false,
  "LevelUpByCPorIv": "iv",
  "UpgradePokemonCpMinimum": 2000.0,
  "UpgradePokemonIvMinimum": 95.0,
  "HumanizeThrows": false,
  "ThrowAccuracyMin": 0.0,
  "ThrowAccuracyMax": 0.0,
  "ThrowSpinFrequency": 0.0,
  "MaxPokeballsPerPokemon": 6,
  "UseGreatBallAboveCp": 1000,
  "UseUltraBallAboveCp": 1500,
  "UseMasterBallAboveCp": 2000,
  "UsePokemonToNotCatchFilter": false,
  "UseBerryMinCp": 0,
  "UseBerryMinIv": 0.0,
  "UseBerryBelowCatchProbability": 0.0,
  "FavoriteMinIvPercentage": 0.0,
  "AutoFavoritePokemon": false,
  "TotalAmountOfPokeballsToKeep": 200,
  "TotalAmountOfPotionsToKeep": 10,
  "TotalAmountOfRevivesToKeep": 50,
  "UseGreatBallAboveIv": 0,
  "UseUltraBallAboveIv": 0,
  "UseGreatBallBelowCatchProbability": 0.0,
  "UseUltraBallBelowCatchProbability": 0.0,
  "UseMasterBallBelowCatchProbability": 0.0,
  "RecycleInventoryAtUsagePercentage": 0.0,
  "SnipeAtPokestops": true,
  "SnipeIgnoreUnknownIv": false,
  "UseTransferIvForSnipe": false,
  "MinPokeballsToSnipe": 10,
  "MinPokeballsWhileSnipe": 10,
  "UseSnipeLocationServer": true,
  "SnipeLocationServer": "localhost",
  "SnipeLocationServerPort": 16969,
  "ItemRecycleFilter": [
    {
      "Key": "itemUnknown",
      "Value": 0
    },
    {
      "Key": "itemPokeBall",
      "Value": 200
    },
    {
      "Key": "itemGreatBall",
      "Value": 200
    },
    {
      "Key": "itemUltraBall",
      "Value": 10000
    },
    {
      "Key": "itemMasterBall",
      "Value": 10000
    },
    {
      "Key": "itemPotion",
      "Value": 5
    },
    {
      "Key": "itemSuperPotion",
      "Value": 5
    },
    {
      "Key": "itemHyperPotion",
      "Value": 5
    },
    {
      "Key": "itemMaxPotion",
      "Value": 5
    },
    {
      "Key": "itemRevive",
      "Value": 5
    },
    {
      "Key": "itemMaxRevive",
      "Value": 5
    },
    {
      "Key": "itemLuckyEgg",
      "Value": 200
    },
    {
      "Key": "itemIncenseOrdinary",
      "Value": 100
    },
    {
      "Key": "itemIncenseSpicy",
      "Value": 100
    },
    {
      "Key": "itemIncenseCool",
      "Value": 100
    },
    {
      "Key": "itemIncenseFloral",
      "Value": 100
    },
    {
      "Key": "itemTroyDisk",
      "Value": 100
    },
    {
      "Key": "itemXAttack",
      "Value": 100
    },
    {
      "Key": "itemXDefense",
      "Value": 100
    },
    {
      "Key": "itemXMiracle",
      "Value": 100
    },
    {
      "Key": "itemRazzBerry",
      "Value": 30
    },
    {
      "Key": "itemBlukBerry",
      "Value": 30
    },
    {
      "Key": "itemNanabBerry",
      "Value": 30
    },
    {
      "Key": "itemWeparBerry",
      "Value": 30
    },
    {
      "Key": "itemPinapBerry",
      "Value": 30
    },
    {
      "Key": "itemSpecialCamera",
      "Value": 100
    },
    {
      "Key": "itemIncubatorBasicUnlimited",
      "Value": 100
    },
    {
      "Key": "itemIncubatorBasic",
      "Value": 100
    },
    {
      "Key": "itemPokemonStorageUpgrade",
      "Value": 100
    },
    {
      "Key": "itemItemStorageUpgrade",
      "Value": 100
    }
  ],
  "PokemonsNotToTransfer": [
    "charizard",
    "snorlax",
    "gyarados",
    "blastoise",
    "clefable",
    "vileplume",
    "arcanine",
    "poliwrath",
    "machamp",
    "victreebel",
    "golem",
    "ditto",
    "articuno",
    "zapdos",
    "moltres",
    "mewtwo",
    "mew",
    "dragonite",
    "jolteon",
    "flareon",
    "vaporeon"
  ],
  "PokemonsToEvolve": [
    "caterpie",
    "weedle",
    "pidgey",
    "spearow",
    "zubat",
    "doduo",
    "bulbasaur",
    "charmander",
    "squirtle",
    "ekans",
    "pikachu",
    "oddish",
    "paras",
    "venonat",
    "diglett",
    "meowth",
    "mankey",
    "psyduck",
    "growlithe",
    "poliwag",
    "poliwhirl",
    "abra",
    "machop",
    "machoke",
    "tentacool",
    "geodude",
    "bellsprout",
    "weepinbell",
    "graveler",
    "ponyta",
    "magnemite",
    "seel",
    "grimer",
    "shellder",
    "gastly",
    "haunter",
    "drowzee",
    "krabby",
    "voltorb",
    "exeggcute",
    "cubone",
    "lickitung",
    "koffing",
    "rhyhorn",
    "tangela",
    "horsea",
    "goldeen",
    "staryu",
    "magikarp",
    "omanyte",
    "kabuto",
    "dratini",
    "dragonair",
    "charmeleon",
    "ivysaur",
    "wartortle",
    "pidgeotto",
    "kakuna",
    "metapod",
    "nidorina",
    "nidorino",
    "clefairy",
    "vulpix",
    "nidoranMale",
    "nidoranFemale"
  ],
  "PokemonsToIgnore": [
    "doduo"
  ],
  "PokemonsTransferFilter": {
    "Golduck": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Farfetchd": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Krabby": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Kangaskhan": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 60.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Horsea": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Staryu": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "MrMime": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 40.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Scyther": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Jynx": {
      "KeepMinCp": 1300,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Electabuzz": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Magmar": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Pinsir": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Tauros": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Magikarp": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Gyarados": {
      "KeepMinCp": 2000,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Lapras": {
      "KeepMinCp": 2400,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Eevee": {
      "KeepMinCp": 850,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Vaporeon": {
      "KeepMinCp": 2200,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Jolteon": {
      "KeepMinCp": 1650,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Flareon": {
      "KeepMinCp": 2100,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Porygon": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 60.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Chansey": {
      "KeepMinCp": 450,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Nidoking": {
      "KeepMinCp": 1300,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Nidoqueen": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Exeggutor": {
      "KeepMinCp": 2300,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Vileplume": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Snorlax": {
      "KeepMinCp": 2600,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Dragonite": {
      "KeepMinCp": 2600,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    }
  },
  "PokemonToSnipe": {
    "Locations": [
      {
        "Latitude": 38.556807486461118,
        "Longitude": -121.2383794784546
      },
      {
        "Latitude": -33.859019,
        "Longitude": 151.213098
      },
      {
        "Latitude": 47.5014969,
        "Longitude": -122.0959568
      },
      {
        "Latitude": 51.5025343,
        "Longitude": -0.2055027
      }
    ],
    "Pokemon": [
      "venusaur",
      "charizard",
      "blastoise",
      "beedrill",
      "raichu",
      "sandslash",
      "nidoking",
      "nidoqueen",
      "clefable",
      "ninetales",
      "golbat",
      "vileplume",
      "golduck",
      "primeape",
      "arcanine",
      "poliwrath",
      "alakazam",
      "machamp",
      "golem",
      "rapidash",
      "slowbro",
      "farfetchd",
      "muk",
      "cloyster",
      "gengar",
      "exeggutor",
      "marowak",
      "hitmonchan",
      "lickitung",
      "rhydon",
      "chansey",
      "kangaskhan",
      "starmie",
      "mrMime",
      "scyther",
      "magmar",
      "electabuzz",
      "magmar",
      "jynx",
      "gyarados",
      "lapras",
      "ditto",
      "vaporeon",
      "jolteon",
      "flareon",
      "porygon",
      "kabutops",
      "aerodactyl",
      "snorlax",
      "articuno",
      "zapdos",
      "moltres",
      "dragonite",
      "mewtwo",
      "mew"
    ]
  },
  "PokemonToUseMasterball": [
    "articuno",
    "zapdos",
    "moltres",
    "mew",
    "mewtwo"
  ]
}
C'est gentil j'éssaie et je te dis ça :)
 
tient moi je l'avais deja modifier psk j'avais ton problème :D
Code:
{
  "AutoUpdate": true,
  "TransferConfigAndAuthOnUpdate": true,
  "DumpPokemonStats": false,
  "AmountOfPokemonToDisplayOnStart": 10,
  "StartupWelcomeDelay": false,
  "TranslationLanguageCode": "en",
  "WebSocketPort": 14251,
  "Teleport": true,
  "DefaultLatitude": 35.633149,
  "DefaultLongitude": 139.880373,
  "DefaultAltitude": 10.0,
  "WalkingSpeedInKilometerPerHour": 200.0,
  "MaxSpawnLocationOffset": 10,
  "MaxTravelDistanceInMeters": 5000,
  "UseGpxPathing": false,
  "GpxFile": "GPXPath.GPX",
  "DelayBetweenPlayerActions": 10,
  "DelayPositionCheckState": 10,
  "DelayPokestop": 10,
  "DelayCatchPokemon": 10,
  "DelayBetweenPokemonCatch": 10,
  "DelayCatchNearbyPokemon": 10,
  "DelayCatchLurePokemon": 1000,
  "DelayCatchIncensePokemon": 10,
  "DelayTransferPokemon": 10,
  "DelayDisplayPokemon": 10,
  "DelayUseLuckyEgg": 10,
  "DelaySoftbanRetry": 10,
  "DelayRecyleItem": 10,
  "DelaySnipePokemon": 10,
  "MinDelayBetweenSnipes": 15000,
  "UseEggIncubators": true,
  "RenamePokemon": true,
  "RenameOnlyAboveIv": true,
  "RenameTemplate": "{1}_{0}",
  "TransferDuplicatePokemon": true,
  "PrioritizeIvOverCp": true,
  "KeepMinCp": 1500,
  "KeepMinIvPercentage": 90.0,
  "KeepMinDuplicatePokemon": 1,
  "KeepPokemonsThatCanEvolve": false,
  "EvolveAllPokemonWithEnoughCandy": true,
  "EvolveAllPokemonAboveIv": true,
  "EvolveAboveIvValue": 95.0,
  "UseLuckyEggsWhileEvolving": true,
  "UseLuckyEggsMinPokemonAmount": 30,
  "AutomaticallyLevelUpPokemon": false,
  "LevelUpByCPorIv": "iv",
  "UpgradePokemonCpMinimum": 2000.0,
  "UpgradePokemonIvMinimum": 95.0,
  "HumanizeThrows": false,
  "ThrowAccuracyMin": 0.0,
  "ThrowAccuracyMax": 0.0,
  "ThrowSpinFrequency": 0.0,
  "MaxPokeballsPerPokemon": 6,
  "UseGreatBallAboveCp": 1000,
  "UseUltraBallAboveCp": 1500,
  "UseMasterBallAboveCp": 2000,
  "UsePokemonToNotCatchFilter": false,
  "UseBerryMinCp": 0,
  "UseBerryMinIv": 0.0,
  "UseBerryBelowCatchProbability": 0.0,
  "FavoriteMinIvPercentage": 0.0,
  "AutoFavoritePokemon": false,
  "TotalAmountOfPokeballsToKeep": 200,
  "TotalAmountOfPotionsToKeep": 10,
  "TotalAmountOfRevivesToKeep": 50,
  "UseGreatBallAboveIv": 0,
  "UseUltraBallAboveIv": 0,
  "UseGreatBallBelowCatchProbability": 0.0,
  "UseUltraBallBelowCatchProbability": 0.0,
  "UseMasterBallBelowCatchProbability": 0.0,
  "RecycleInventoryAtUsagePercentage": 0.0,
  "SnipeAtPokestops": true,
  "SnipeIgnoreUnknownIv": false,
  "UseTransferIvForSnipe": false,
  "MinPokeballsToSnipe": 10,
  "MinPokeballsWhileSnipe": 10,
  "UseSnipeLocationServer": true,
  "SnipeLocationServer": "localhost",
  "SnipeLocationServerPort": 16969,
  "ItemRecycleFilter": [
    {
      "Key": "itemUnknown",
      "Value": 0
    },
    {
      "Key": "itemPokeBall",
      "Value": 200
    },
    {
      "Key": "itemGreatBall",
      "Value": 200
    },
    {
      "Key": "itemUltraBall",
      "Value": 10000
    },
    {
      "Key": "itemMasterBall",
      "Value": 10000
    },
    {
      "Key": "itemPotion",
      "Value": 5
    },
    {
      "Key": "itemSuperPotion",
      "Value": 5
    },
    {
      "Key": "itemHyperPotion",
      "Value": 5
    },
    {
      "Key": "itemMaxPotion",
      "Value": 5
    },
    {
      "Key": "itemRevive",
      "Value": 5
    },
    {
      "Key": "itemMaxRevive",
      "Value": 5
    },
    {
      "Key": "itemLuckyEgg",
      "Value": 200
    },
    {
      "Key": "itemIncenseOrdinary",
      "Value": 100
    },
    {
      "Key": "itemIncenseSpicy",
      "Value": 100
    },
    {
      "Key": "itemIncenseCool",
      "Value": 100
    },
    {
      "Key": "itemIncenseFloral",
      "Value": 100
    },
    {
      "Key": "itemTroyDisk",
      "Value": 100
    },
    {
      "Key": "itemXAttack",
      "Value": 100
    },
    {
      "Key": "itemXDefense",
      "Value": 100
    },
    {
      "Key": "itemXMiracle",
      "Value": 100
    },
    {
      "Key": "itemRazzBerry",
      "Value": 30
    },
    {
      "Key": "itemBlukBerry",
      "Value": 30
    },
    {
      "Key": "itemNanabBerry",
      "Value": 30
    },
    {
      "Key": "itemWeparBerry",
      "Value": 30
    },
    {
      "Key": "itemPinapBerry",
      "Value": 30
    },
    {
      "Key": "itemSpecialCamera",
      "Value": 100
    },
    {
      "Key": "itemIncubatorBasicUnlimited",
      "Value": 100
    },
    {
      "Key": "itemIncubatorBasic",
      "Value": 100
    },
    {
      "Key": "itemPokemonStorageUpgrade",
      "Value": 100
    },
    {
      "Key": "itemItemStorageUpgrade",
      "Value": 100
    }
  ],
  "PokemonsNotToTransfer": [
    "charizard",
    "snorlax",
    "gyarados",
    "blastoise",
    "clefable",
    "vileplume",
    "arcanine",
    "poliwrath",
    "machamp",
    "victreebel",
    "golem",
    "ditto",
    "articuno",
    "zapdos",
    "moltres",
    "mewtwo",
    "mew",
    "dragonite",
    "jolteon",
    "flareon",
    "vaporeon"
  ],
  "PokemonsToEvolve": [
    "caterpie",
    "weedle",
    "pidgey",
    "spearow",
    "zubat",
    "doduo",
    "bulbasaur",
    "charmander",
    "squirtle",
    "ekans",
    "pikachu",
    "oddish",
    "paras",
    "venonat",
    "diglett",
    "meowth",
    "mankey",
    "psyduck",
    "growlithe",
    "poliwag",
    "poliwhirl",
    "abra",
    "machop",
    "machoke",
    "tentacool",
    "geodude",
    "bellsprout",
    "weepinbell",
    "graveler",
    "ponyta",
    "magnemite",
    "seel",
    "grimer",
    "shellder",
    "gastly",
    "haunter",
    "drowzee",
    "krabby",
    "voltorb",
    "exeggcute",
    "cubone",
    "lickitung",
    "koffing",
    "rhyhorn",
    "tangela",
    "horsea",
    "goldeen",
    "staryu",
    "magikarp",
    "omanyte",
    "kabuto",
    "dratini",
    "dragonair",
    "charmeleon",
    "ivysaur",
    "wartortle",
    "pidgeotto",
    "kakuna",
    "metapod",
    "nidorina",
    "nidorino",
    "clefairy",
    "vulpix",
    "nidoranMale",
    "nidoranFemale"
  ],
  "PokemonsToIgnore": [
    "doduo"
  ],
  "PokemonsTransferFilter": {
    "Golduck": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Farfetchd": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Krabby": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Kangaskhan": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 60.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Horsea": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Staryu": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "MrMime": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 40.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Scyther": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Jynx": {
      "KeepMinCp": 1300,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Electabuzz": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Magmar": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Pinsir": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Tauros": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Magikarp": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Gyarados": {
      "KeepMinCp": 2000,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Lapras": {
      "KeepMinCp": 2400,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Eevee": {
      "KeepMinCp": 850,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Vaporeon": {
      "KeepMinCp": 2200,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Jolteon": {
      "KeepMinCp": 1650,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Flareon": {
      "KeepMinCp": 2100,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Porygon": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 60.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Chansey": {
      "KeepMinCp": 450,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Nidoking": {
      "KeepMinCp": 1300,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Nidoqueen": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Exeggutor": {
      "KeepMinCp": 2300,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Vileplume": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Snorlax": {
      "KeepMinCp": 2600,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Dragonite": {
      "KeepMinCp": 2600,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    }
  },
  "PokemonToSnipe": {
    "Locations": [
      {
        "Latitude": 38.556807486461118,
        "Longitude": -121.2383794784546
      },
      {
        "Latitude": -33.859019,
        "Longitude": 151.213098
      },
      {
        "Latitude": 47.5014969,
        "Longitude": -122.0959568
      },
      {
        "Latitude": 51.5025343,
        "Longitude": -0.2055027
      }
    ],
    "Pokemon": [
      "venusaur",
      "charizard",
      "blastoise",
      "beedrill",
      "raichu",
      "sandslash",
      "nidoking",
      "nidoqueen",
      "clefable",
      "ninetales",
      "golbat",
      "vileplume",
      "golduck",
      "primeape",
      "arcanine",
      "poliwrath",
      "alakazam",
      "machamp",
      "golem",
      "rapidash",
      "slowbro",
      "farfetchd",
      "muk",
      "cloyster",
      "gengar",
      "exeggutor",
      "marowak",
      "hitmonchan",
      "lickitung",
      "rhydon",
      "chansey",
      "kangaskhan",
      "starmie",
      "mrMime",
      "scyther",
      "magmar",
      "electabuzz",
      "magmar",
      "jynx",
      "gyarados",
      "lapras",
      "ditto",
      "vaporeon",
      "jolteon",
      "flareon",
      "porygon",
      "kabutops",
      "aerodactyl",
      "snorlax",
      "articuno",
      "zapdos",
      "moltres",
      "dragonite",
      "mewtwo",
      "mew"
    ]
  },
  "PokemonToUseMasterball": [
    "articuno",
    "zapdos",
    "moltres",
    "mew",
    "mewtwo"
  ]
}
Quels sont les lignes à changer, car j'ai ma config et j'ai juste envie de modifier ce problème aussi
 
tient moi je l'avais deja modifier psk j'avais ton problème :D
Code:
{
  "AutoUpdate": true,
  "TransferConfigAndAuthOnUpdate": true,
  "DumpPokemonStats": false,
  "AmountOfPokemonToDisplayOnStart": 10,
  "StartupWelcomeDelay": false,
  "TranslationLanguageCode": "en",
  "WebSocketPort": 14251,
  "Teleport": true,
  "DefaultLatitude": 35.633149,
  "DefaultLongitude": 139.880373,
  "DefaultAltitude": 10.0,
  "WalkingSpeedInKilometerPerHour": 200.0,
  "MaxSpawnLocationOffset": 10,
  "MaxTravelDistanceInMeters": 5000,
  "UseGpxPathing": false,
  "GpxFile": "GPXPath.GPX",
  "DelayBetweenPlayerActions": 10,
  "DelayPositionCheckState": 10,
  "DelayPokestop": 10,
  "DelayCatchPokemon": 10,
  "DelayBetweenPokemonCatch": 10,
  "DelayCatchNearbyPokemon": 10,
  "DelayCatchLurePokemon": 1000,
  "DelayCatchIncensePokemon": 10,
  "DelayTransferPokemon": 10,
  "DelayDisplayPokemon": 10,
  "DelayUseLuckyEgg": 10,
  "DelaySoftbanRetry": 10,
  "DelayRecyleItem": 10,
  "DelaySnipePokemon": 10,
  "MinDelayBetweenSnipes": 15000,
  "UseEggIncubators": true,
  "RenamePokemon": true,
  "RenameOnlyAboveIv": true,
  "RenameTemplate": "{1}_{0}",
  "TransferDuplicatePokemon": true,
  "PrioritizeIvOverCp": true,
  "KeepMinCp": 1500,
  "KeepMinIvPercentage": 90.0,
  "KeepMinDuplicatePokemon": 1,
  "KeepPokemonsThatCanEvolve": false,
  "EvolveAllPokemonWithEnoughCandy": true,
  "EvolveAllPokemonAboveIv": true,
  "EvolveAboveIvValue": 95.0,
  "UseLuckyEggsWhileEvolving": true,
  "UseLuckyEggsMinPokemonAmount": 30,
  "AutomaticallyLevelUpPokemon": false,
  "LevelUpByCPorIv": "iv",
  "UpgradePokemonCpMinimum": 2000.0,
  "UpgradePokemonIvMinimum": 95.0,
  "HumanizeThrows": false,
  "ThrowAccuracyMin": 0.0,
  "ThrowAccuracyMax": 0.0,
  "ThrowSpinFrequency": 0.0,
  "MaxPokeballsPerPokemon": 6,
  "UseGreatBallAboveCp": 1000,
  "UseUltraBallAboveCp": 1500,
  "UseMasterBallAboveCp": 2000,
  "UsePokemonToNotCatchFilter": false,
  "UseBerryMinCp": 0,
  "UseBerryMinIv": 0.0,
  "UseBerryBelowCatchProbability": 0.0,
  "FavoriteMinIvPercentage": 0.0,
  "AutoFavoritePokemon": false,
  "TotalAmountOfPokeballsToKeep": 200,
  "TotalAmountOfPotionsToKeep": 10,
  "TotalAmountOfRevivesToKeep": 50,
  "UseGreatBallAboveIv": 0,
  "UseUltraBallAboveIv": 0,
  "UseGreatBallBelowCatchProbability": 0.0,
  "UseUltraBallBelowCatchProbability": 0.0,
  "UseMasterBallBelowCatchProbability": 0.0,
  "RecycleInventoryAtUsagePercentage": 0.0,
  "SnipeAtPokestops": true,
  "SnipeIgnoreUnknownIv": false,
  "UseTransferIvForSnipe": false,
  "MinPokeballsToSnipe": 10,
  "MinPokeballsWhileSnipe": 10,
  "UseSnipeLocationServer": true,
  "SnipeLocationServer": "localhost",
  "SnipeLocationServerPort": 16969,
  "ItemRecycleFilter": [
    {
      "Key": "itemUnknown",
      "Value": 0
    },
    {
      "Key": "itemPokeBall",
      "Value": 200
    },
    {
      "Key": "itemGreatBall",
      "Value": 200
    },
    {
      "Key": "itemUltraBall",
      "Value": 10000
    },
    {
      "Key": "itemMasterBall",
      "Value": 10000
    },
    {
      "Key": "itemPotion",
      "Value": 5
    },
    {
      "Key": "itemSuperPotion",
      "Value": 5
    },
    {
      "Key": "itemHyperPotion",
      "Value": 5
    },
    {
      "Key": "itemMaxPotion",
      "Value": 5
    },
    {
      "Key": "itemRevive",
      "Value": 5
    },
    {
      "Key": "itemMaxRevive",
      "Value": 5
    },
    {
      "Key": "itemLuckyEgg",
      "Value": 200
    },
    {
      "Key": "itemIncenseOrdinary",
      "Value": 100
    },
    {
      "Key": "itemIncenseSpicy",
      "Value": 100
    },
    {
      "Key": "itemIncenseCool",
      "Value": 100
    },
    {
      "Key": "itemIncenseFloral",
      "Value": 100
    },
    {
      "Key": "itemTroyDisk",
      "Value": 100
    },
    {
      "Key": "itemXAttack",
      "Value": 100
    },
    {
      "Key": "itemXDefense",
      "Value": 100
    },
    {
      "Key": "itemXMiracle",
      "Value": 100
    },
    {
      "Key": "itemRazzBerry",
      "Value": 30
    },
    {
      "Key": "itemBlukBerry",
      "Value": 30
    },
    {
      "Key": "itemNanabBerry",
      "Value": 30
    },
    {
      "Key": "itemWeparBerry",
      "Value": 30
    },
    {
      "Key": "itemPinapBerry",
      "Value": 30
    },
    {
      "Key": "itemSpecialCamera",
      "Value": 100
    },
    {
      "Key": "itemIncubatorBasicUnlimited",
      "Value": 100
    },
    {
      "Key": "itemIncubatorBasic",
      "Value": 100
    },
    {
      "Key": "itemPokemonStorageUpgrade",
      "Value": 100
    },
    {
      "Key": "itemItemStorageUpgrade",
      "Value": 100
    }
  ],
  "PokemonsNotToTransfer": [
    "charizard",
    "snorlax",
    "gyarados",
    "blastoise",
    "clefable",
    "vileplume",
    "arcanine",
    "poliwrath",
    "machamp",
    "victreebel",
    "golem",
    "ditto",
    "articuno",
    "zapdos",
    "moltres",
    "mewtwo",
    "mew",
    "dragonite",
    "jolteon",
    "flareon",
    "vaporeon"
  ],
  "PokemonsToEvolve": [
    "caterpie",
    "weedle",
    "pidgey",
    "spearow",
    "zubat",
    "doduo",
    "bulbasaur",
    "charmander",
    "squirtle",
    "ekans",
    "pikachu",
    "oddish",
    "paras",
    "venonat",
    "diglett",
    "meowth",
    "mankey",
    "psyduck",
    "growlithe",
    "poliwag",
    "poliwhirl",
    "abra",
    "machop",
    "machoke",
    "tentacool",
    "geodude",
    "bellsprout",
    "weepinbell",
    "graveler",
    "ponyta",
    "magnemite",
    "seel",
    "grimer",
    "shellder",
    "gastly",
    "haunter",
    "drowzee",
    "krabby",
    "voltorb",
    "exeggcute",
    "cubone",
    "lickitung",
    "koffing",
    "rhyhorn",
    "tangela",
    "horsea",
    "goldeen",
    "staryu",
    "magikarp",
    "omanyte",
    "kabuto",
    "dratini",
    "dragonair",
    "charmeleon",
    "ivysaur",
    "wartortle",
    "pidgeotto",
    "kakuna",
    "metapod",
    "nidorina",
    "nidorino",
    "clefairy",
    "vulpix",
    "nidoranMale",
    "nidoranFemale"
  ],
  "PokemonsToIgnore": [
    "doduo"
  ],
  "PokemonsTransferFilter": {
    "Golduck": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Farfetchd": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Krabby": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Kangaskhan": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 60.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Horsea": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Staryu": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "MrMime": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 40.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Scyther": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Jynx": {
      "KeepMinCp": 1300,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Electabuzz": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Magmar": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Pinsir": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Tauros": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Magikarp": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Gyarados": {
      "KeepMinCp": 2000,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Lapras": {
      "KeepMinCp": 2400,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Eevee": {
      "KeepMinCp": 850,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Vaporeon": {
      "KeepMinCp": 2200,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Jolteon": {
      "KeepMinCp": 1650,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Flareon": {
      "KeepMinCp": 2100,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Porygon": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 60.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Chansey": {
      "KeepMinCp": 450,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Nidoking": {
      "KeepMinCp": 1300,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Nidoqueen": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Exeggutor": {
      "KeepMinCp": 2300,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Vileplume": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Snorlax": {
      "KeepMinCp": 2600,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Dragonite": {
      "KeepMinCp": 2600,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    }
  },
  "PokemonToSnipe": {
    "Locations": [
      {
        "Latitude": 38.556807486461118,
        "Longitude": -121.2383794784546
      },
      {
        "Latitude": -33.859019,
        "Longitude": 151.213098
      },
      {
        "Latitude": 47.5014969,
        "Longitude": -122.0959568
      },
      {
        "Latitude": 51.5025343,
        "Longitude": -0.2055027
      }
    ],
    "Pokemon": [
      "venusaur",
      "charizard",
      "blastoise",
      "beedrill",
      "raichu",
      "sandslash",
      "nidoking",
      "nidoqueen",
      "clefable",
      "ninetales",
      "golbat",
      "vileplume",
      "golduck",
      "primeape",
      "arcanine",
      "poliwrath",
      "alakazam",
      "machamp",
      "golem",
      "rapidash",
      "slowbro",
      "farfetchd",
      "muk",
      "cloyster",
      "gengar",
      "exeggutor",
      "marowak",
      "hitmonchan",
      "lickitung",
      "rhydon",
      "chansey",
      "kangaskhan",
      "starmie",
      "mrMime",
      "scyther",
      "magmar",
      "electabuzz",
      "magmar",
      "jynx",
      "gyarados",
      "lapras",
      "ditto",
      "vaporeon",
      "jolteon",
      "flareon",
      "porygon",
      "kabutops",
      "aerodactyl",
      "snorlax",
      "articuno",
      "zapdos",
      "moltres",
      "dragonite",
      "mewtwo",
      "mew"
    ]
  },
  "PokemonToUseMasterball": [
    "articuno",
    "zapdos",
    "moltres",
    "mew",
    "mewtwo"
  ]
}
Enfin une bonne config merci mec ;)
 
Retour
Haut