8787 build complete compiled help/fixes thread, find a fix for any problem here menu

User Tag List

Page 8 of 12 FirstFirst ... 456789101112 LastLast
Results 106 to 120 of 179
  1. #106
    cloudyy's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Everything was working fine for me until i decided to restart bots, after that it keep's showing me this:"No usable PokeStops found in your area. Is your maximum distance too small?"
    I'm using Version: 8787 distiny fix (skiplagged API), and have proper values on: "DisableHumanWalking" and "MaxTravelDistanceInMeters"

    8787 build complete compiled help/fixes thread, find a fix for any problem here
  2. #107
    cancelled's Avatar Contributor
    Reputation
    115
    Join Date
    Aug 2016
    Posts
    180
    Thanks G/R
    6/102
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cloudyy View Post
    Everything was working fine for me until i decided to restart bots, after that it keep's showing me this:"No usable PokeStops found in your area. Is your maximum distance too small?"
    I'm using Version: 8787 distiny fix (skiplagged API), and have proper values on: "DisableHumanWalking" and "MaxTravelDistanceInMeters"
    Use this config instead:

    Code:
    {
      "TranslationLanguageCode": "en",
      "AutoUpdate": false,
      "TransferConfigAndAuthOnUpdate": true,
      "StartupWelcomeDelay": false,
      "AmountOfPokemonToDisplayOnStart": 10,
      "ShowPokeballCountsBeforeRecycle": true,
      "AutomaticallyLevelUpPokemon": false,
      "AmountOfTimesToUpgradeLoop": 5,
      "GetMinStarDustForLevelUp": 5000,
      "LevelUpByCPorIv": "iv",
      "UpgradePokemonCpMinimum": 1000.0,
      "UpgradePokemonIvMinimum": 95.0,
      "UpgradePokemonMinimumStatsOperator": "and",
      "DisableHumanWalking": true,
      "DefaultAltitude": 10.0,
      "DefaultLatitude": 35.6328964,
      "DefaultLongitude": 139.8803943,
      "WalkingSpeedInKilometerPerHour": 100.0,
      "MaxSpawnLocationOffset": 10,
      "DelayBetweenPlayerActions": 1,
      "DelayBetweenPokemonCatch": 1,
      "DumpPokemonStats": true,
      "EvolveAboveIvValue": 1.0,
      "EvolveAllPokemonAboveIv": false,
      "EvolveAllPokemonWithEnoughCandy": true,
      "EvolveKeptPokemonsAtStorageUsagePercentage": 16.0,
      "KeepPokemonsThatCanEvolve": false,
      "KeepMinCp": 2500,
      "KeepMinIvPercentage": 95.0,
      "KeepMinOperator": "or",
      "PrioritizeIvOverCp": true,
      "KeepMinDuplicatePokemon": 1,
      "UseGpxPathing": false,
      "GpxFile": "GPXPath.GPX",
      "VerboseRecycling": true,
      "RecycleInventoryAtUsagePercentage": 0.5,
      "UseEggIncubators": true,
      "UseLuckyEggConstantly": false,
      "UseLuckyEggsMinPokemonAmount": 30,
      "UseLuckyEggsWhileEvolving": true,
      "UseIncenseConstantly": false,
      "UseBerriesMinCp": 1000,
      "UseBerriesMinIv": 90.0,
      "UseBerriesBelowCatchProbability": 0.2,
      "UseBerriesOperator": "and",
      "UseSnipeOnlineLocationServer": false,
      "UseSnipeLocationServer": false,
      "SnipeLocationServer": "localhost",
      "SnipeLocationServerPort": 16969,
      "MinPokeballsToSnipe": 60,
      "MinPokeballsWhileSnipe": 0,
      "MinDelayBetweenSnipes": 10000,
      "SnipingScanOffset": 0.9,
      "SnipeAtPokestops": true,
      "SnipeIgnoreUnknownIv": false,
      "UseTransferIvForSnipe": false,
      "RenamePokemon": false,
      "RenameOnlyAboveIv": true,
      "RenameTemplate": "{1}_{0}",
      "MaxPokeballsPerPokemon": 6,
      "MaxTravelDistanceInMeters": 1000,
      "TotalAmountOfPokeballsToKeep": 120,
      "TotalAmountOfPotionsToKeep": 20,
      "TotalAmountOfRevivesToKeep": 20,
      "TotalAmountOfBerriesToKeep": 50,
      "UseGreatBallAboveCp": 1000,
      "UseUltraBallAboveCp": 1250,
      "UseMasterBallAboveCp": 1500,
      "UseGreatBallAboveIv": 85,
      "UseUltraBallAboveIv": 95,
      "UseGreatBallBelowCatchProbability": 0.2,
      "UseUltraBallBelowCatchProbability": 0.1,
      "UseMasterBallBelowCatchProbability": 0.05,
      "TransferWeakPokemon": false,
      "TransferDuplicatePokemon": true,
      "TransferDuplicatePokemonOnCapture": true,
      "FavoriteMinIvPercentage": 95.0,
      "AutoFavoritePokemon": false,
      "UsePokemonToNotCatchFilter": true,
      "UsePokemonSniperFilterOnly": true,
      "WebSocketPort": 14251,
      "ItemRecycleFilter": [
        {
          "Key": "itemUnknown",
          "Value": 0
        },
        {
          "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": "itemSpecialCamera",
          "Value": 100
        },
        {
          "Key": "itemIncubatorBasicUnlimited",
          "Value": 100
        },
        {
          "Key": "itemIncubatorBasic",
          "Value": 100
        },
        {
          "Key": "itemPokemonStorageUpgrade",
          "Value": 100
        },
        {
          "Key": "itemItemStorageUpgrade",
          "Value": 100
        }
      ],
      "PokemonsNotToTransfer": [
        "venusaur",
        "charizard",
        "blastoise",
        "clefable",
        "muk",
        "chansey",
        "gyarados",
        "ditto",
        "snorlax",
        "articuno",
        "zapdos",
        "moltres",
        "dragonite",
        "mewtwo",
        "mew"
      ],
      "PokemonsToEvolve": [
        "caterpie",
        "weedle",
        "pidgey",
        "rattata"
      ],
      "PokemonsToIgnore": [
        "bulbasaur",
        "ivysaur",
        "venusaur",
        "charmander",
        "charmeleon",
        "charizard",
        "squirtle",
        "wartortle",
        "blastoise",
        "caterpie",
        "metapod",
        "butterfree",
        "weedle",
        "kakuna",
        "beedrill",
        "pidgey",
        "pidgeotto",
        "pidgeot",
        "rattata",
        "raticate",
        "spearow",
        "fearow",
        "ekans",
        "arbok",
        "pikachu",
        "raichu",
        "sandshrew",
        "sandslash",
        "nidorina",
        "nidoqueen",
        "nidorino",
        "nidoking",
        "clefairy",
        "clefable",
        "vulpix",
        "ninetales",
        "jigglypuff",
        "wigglytuff",
        "zubat",
        "golbat",
        "oddish",
        "gloom",
        "vileplume",
        "paras",
        "parasect",
        "venonat",
        "venomoth",
        "diglett",
        "dugtrio",
        "meowth",
        "persian",
        "psyduck",
        "golduck",
        "mankey",
        "primeape",
        "growlithe",
        "arcanine",
        "poliwag",
        "poliwhirl",
        "poliwrath",
        "abra",
        "kadabra",
        "alakazam",
        "machop",
        "machoke",
        "machamp",
        "bellsprout",
        "weepinbell",
        "victreebel",
        "tentacool",
        "tentacruel",
        "geodude",
        "graveler",
        "golem",
        "ponyta",
        "rapidash",
        "slowpoke",
        "slowbro",
        "magnemite",
        "magneton",
        "doduo",
        "dodrio",
        "seel",
        "dewgong",
        "grimer",
        "muk",
        "shellder",
        "cloyster",
        "gastly",
        "haunter",
        "gengar",
        "onix",
        "drowzee",
        "hypno",
        "krabby",
        "kingler",
        "voltorb",
        "electrode",
        "exeggcute",
        "exeggutor",
        "cubone",
        "marowak",
        "hitmonlee",
        "hitmonchan",
        "lickitung",
        "koffing",
        "weezing",
        "rhyhorn",
        "rhydon",
        "chansey",
        "tangela",
        "kangaskhan",
        "horsea",
        "seadra",
        "goldeen",
        "seaking",
        "staryu",
        "starmie",
        "scyther",
        "jynx",
        "electabuzz",
        "magmar",
        "pinsir",
        "tauros",
        "magikarp",
        "gyarados",
        "lapras",
        "ditto",
        "eevee",
        "vaporeon",
        "jolteon",
        "flareon",
        "porygon",
        "omanyte",
        "omastar",
        "kabuto",
        "kabutops",
        "aerodactyl",
        "snorlax",
        "articuno",
        "zapdos",
        "moltres",
        "dratini",
        "dragonair",
        "dragonite",
        "mewtwo",
        "mew"
      ],
      "PokemonsTransferFilter": {
        "Golduck": {
          "KeepMinCp": 1800,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Farfetchd": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Krabby": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Kangaskhan": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 60.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Horsea": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Staryu": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "MrMime": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 40.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Scyther": {
          "KeepMinCp": 1800,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Jynx": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Electabuzz": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Magmar": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Pinsir": {
          "KeepMinCp": 1800,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Tauros": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Magikarp": {
          "KeepMinCp": 200,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Gyarados": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Lapras": {
          "KeepMinCp": 1800,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Eevee": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Vaporeon": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Jolteon": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Flareon": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Porygon": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 60.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Snorlax": {
          "KeepMinCp": 2600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Dragonite": {
          "KeepMinCp": 2600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        }
      },
      "PokemonToSnipe": {
        "Locations": [
          {
            "Latitude": -33.879889,
            "Longitude": 151.202436
          },
          {
            "Latitude": -6.215975,
            "Longitude": 106.779162
          },
          {
            "Latitude": 40.706522,
            "Longitude": -74.011854
          },
          {
            "Latitude": 40.712784,
            "Longitude": -74.005941
          },
          {
            "Latitude": 38.907192,
            "Longitude": -77.036871
          },
          {
            "Latitude": 37.77493,
            "Longitude": -122.419416
          },
          {
            "Latitude": 52.520007,
            "Longitude": 13.404954
          },
          {
            "Latitude": 51.507351,
            "Longitude": -0.127758
          }
        ],
        "Pokemon": [
          "caterpie",
          "weedle",
          "pidgey"
        ]
      },
      "PokemonToUseMasterball": [
        "articuno",
        "zapdos",
        "moltres",
        "mew",
        "mewtwo"
      ]
    }

  3. #108
    Marlyz's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey I've the 0.5.0 versione and this is my config:

    Code:
    {
      "TranslationLanguageCode": "en",
      "AutoUpdate": true,
      "TransferConfigAndAuthOnUpdate": true,
      "StartupWelcomeDelay": false,
      "AmountOfPokemonToDisplayOnStart": 10,
      "ShowPokeballCountsBeforeRecycle": false,
      "AutomaticallyLevelUpPokemon": false,
      "AmountOfTimesToUpgradeLoop": 0,
      "GetMinStarDustForLevelUp": 0,
      "LevelUpByCPorIv": "iv",
      "UpgradePokemonCpMinimum": 1000.0,
      "UpgradePokemonIvMinimum": 95.0,
      "UpgradePokemonMinimumStatsOperator": "and",
      "DisableHumanWalking": false,
      "DefaultAltitude": 10.0,
      "DefaultLatitude": 40.7828647,
      "DefaultLongitude": -73.965355100000011,
      "WalkingSpeedInKilometerPerHour": 300.0,
      "MaxSpawnLocationOffset": 10,
      "DelayBetweenPlayerActions": 5000,
      "DelayBetweenPokemonCatch": 2000,
      "DumpPokemonStats": false,
      "EvolveAboveIvValue": 95.0,
      "EvolveAllPokemonAboveIv": false,
      "EvolveAllPokemonWithEnoughCandy": true,
      "EvolveKeptPokemonsAtStorageUsagePercentage": 14.0,
      "KeepPokemonsThatCanEvolve": false,
      "KeepMinCp": 1000,
      "KeepMinIvPercentage": 90.0,
      "KeepMinOperator": "or",
      "PrioritizeIvOverCp": true,
      "KeepMinDuplicatePokemon": 1,
      "UseGpxPathing": false,
      "GpxFile": "GPXPath.GPX",
      "VerboseRecycling": false,
      "RecycleInventoryAtUsagePercentage": 90.0,
      "UseEggIncubators": true,
      "UseLuckyEggConstantly": false,
      "UseLuckyEggsMinPokemonAmount": 30,
      "UseLuckyEggsWhileEvolving": false,
      "UseIncenseConstantly": false,
      "UseBerriesMinCp": 1000,
      "UseBerriesMinIv": 90.0,
      "UseBerriesBelowCatchProbability": 0.2,
      "UseBerriesOperator": "and",
      "UseSnipeOnlineLocationServer": false,
      "UseSnipeLocationServer": false,
      "SnipeLocationServer": "localhost",
      "SnipeLocationServerPort": 16969,
      "MinPokeballsToSnipe": 20,
      "MinPokeballsWhileSnipe": 0,
      "MinDelayBetweenSnipes": 60000,
      "SnipingScanOffset": 0.003,
      "SnipeAtPokestops": false,
      "SnipeIgnoreUnknownIv": false,
      "UseTransferIvForSnipe": false,
      "RenamePokemon": false,
      "RenameOnlyAboveIv": true,
      "RenameTemplate": "{1}_{0}",
      "MaxPokeballsPerPokemon": 10,
      "MaxTravelDistanceInMeters": 60000,
      "TotalAmountOfPokeballsToKeep": 140,
      "TotalAmountOfPotionsToKeep": 90,
      "TotalAmountOfRevivesToKeep": 30,
      "TotalAmountOfBerriesToKeep": 50,
      "UseGreatBallAboveCp": 800,
      "UseUltraBallAboveCp": 1000,
      "UseMasterBallAboveCp": 1100,
      "UseGreatBallAboveIv": 60,
      "UseUltraBallAboveIv": 80,
      "UseGreatBallBelowCatchProbability": 0.0,
      "UseUltraBallBelowCatchProbability": 0.0,
      "UseMasterBallBelowCatchProbability": 0.0,
      "TransferWeakPokemon": true,
      "TransferDuplicatePokemon": true,
      "TransferDuplicatePokemonOnCapture": false,
      "FavoriteMinIvPercentage": 0.0,
      "AutoFavoritePokemon": false,
      "UsePokemonToNotCatchFilter": false,
      "UsePokemonSniperFilterOnly": false,
      "WebSocketPort": 14251,
      "ItemRecycleFilter": [
        {
          "Key": "itemUnknown",
          "Value": 0
        },
        {
          "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": 50
        },
        {
          "Key": "itemBlukBerry",
          "Value": 10
        },
        {
          "Key": "itemNanabBerry",
          "Value": 10
        },
        {
          "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": [
        "venusaur",
        "charizard",
        "blastoise",
        "butterfree",
        "beedrill",
        "arbok",
        "raichu",
        "sandslash",
        "nidoqueen",
        "nidoking",
        "clefable",
        "ninetales",
        "wigglytuff",
        "vileplume",
        "golduck",
        "primeape",
        "arcanine",
        "poliwrath",
        "alakazam",
        "machamp",
        "victreebel",
        "tentacruel",
        "golem",
        "rapidash",
        "slowbro",
        "magneton",
        "dewgong",
        "muk",
        "cloyster",
        "gengar",
        "onix",
        "electrode",
        "exeggutor",
        "marowak",
        "hitmonlee",
        "hitmonchan",
        "lickitung",
        "weezing",
        "rhydon",
        "chansey",
        "tangela",
        "kangaskhan",
        "seadra",
        "starmie",
        "mrMime",
        "tauros",
        "gyarados",
        "lapras",
        "ditto",
        "vaporeon",
        "jolteon",
        "flareon",
        "omastar",
        "kabutops",
        "aerodactyl",
        "snorlax",
        "articuno",
        "zapdos",
        "moltres",
        "dragonite",
        "mewtwo",
        "mew"
      ],
      "PokemonsToEvolve": [
        "caterpie",
        "weedle",
        "pidgey",
        "spearow",
        "rattata",
        "zubat"
      ],
      "PokemonsToIgnore": [
        "doduo"
      ],
      "PokemonsTransferFilter": {
        "Bulbasaur": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Ivysaur": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Charmander": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Charmeleon": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Squirtle": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Wartortle": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Pidgeot": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Fearow": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Ekans": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "NidoranFemale": {
          "KeepMinCp": 700,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "NidoranMale": {
          "KeepMinCp": 700,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Vulpix": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Oddish": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Gloom": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Parasect": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Venomoth": {
          "KeepMinCp": 1300,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Dugtrio": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Persian": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Psyduck": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Golduck": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Mankey": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Growlithe": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Poliwag": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Poliwhirl": {
          "KeepMinCp": 1100,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Abra": {
          "KeepMinCp": 600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Kadabra": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Machop": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Machoke": {
          "KeepMinCp": 1100,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Bellsprout": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Weepinbell": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Tentacool": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Geodude": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Graveler": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Ponyta": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Slowpoke": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Magnemite": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Farfetchd": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Seel": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Grimer": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Shellder": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Gastly": {
          "KeepMinCp": 600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Haunter": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Hypno": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Kingler": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Voltorb": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Exeggcute": {
          "KeepMinCp": 900,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Koffing": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Horsea": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Seaking": {
          "KeepMinCp": 1480,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Staryu": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Scyther": {
          "KeepMinCp": 1600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Jynx": {
          "KeepMinCp": 1600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Electabuzz": {
          "KeepMinCp": 1600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Magmar": {
          "KeepMinCp": 1600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Pinsir": {
          "KeepMinCp": 1600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Magikarp": {
          "KeepMinCp": 150,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Eevee": {
          "KeepMinCp": 700,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Porygon": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Omanyte": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Kabuto": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Dratini": {
          "KeepMinCp": 700,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Dragonair": {
          "KeepMinCp": 900,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        }
      },
      "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"
      ]
    }
    My problem is even if I have something like this in my "PokemonsTransferFilter"
    "Exeggcute": {
    "KeepMinCp": 900,
    "KeepMinIvPercentage": 90.0,
    "KeepMinDuplicatePokemon": 2,
    "Moves": [],
    "KeepMinOperator": "or"

    it keeps only those above the IV% ignoring the CP and if I don't have any of that pokémon it trasnfers it anyways, ignoring the min duplicate thingy.
    Also it seems to keep every Pinsir, Electabuzz, Jynx ecc below 1600 even if I set it as a min to transfer. What should I do? Thank you.

  4. #109
    wahabdinn's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    please check my setting
    Code:
    {
      "TranslationLanguageCode": "en",
      "AutoUpdate": false,
      "TransferConfigAndAuthOnUpdate": true,
      "StartupWelcomeDelay": false,
      "AmountOfPokemonToDisplayOnStart": 10,
      "ShowPokeballCountsBeforeRecycle": true,
      "AutomaticallyLevelUpPokemon": false,
      "AmountOfTimesToUpgradeLoop": 5,
      "GetMinStarDustForLevelUp": 5000,
      "LevelUpByCPorIv": "iv",
      "UpgradePokemonCpMinimum": 1000.0,
      "UpgradePokemonIvMinimum": 95.0,
      "UpgradePokemonMinimumStatsOperator": "and",
      "DisableHumanWalking": true,
      "DefaultAltitude": 10.0,
      "DefaultLatitude": 59.3326954411425,
      "DefaultLongitude": 18.0754787455711,
      "WalkingSpeedInKilometerPerHour": 100.0,
      "MaxSpawnLocationOffset": 10,
      "DelayBetweenPlayerActions": 1,
      "DelayBetweenPokemonCatch": 1,
      "DumpPokemonStats": true,
      "EvolveAboveIvValue": 1.0,
      "EvolveAllPokemonAboveIv": false,
      "EvolveAllPokemonWithEnoughCandy": true,
      "EvolveKeptPokemonsAtStorageUsagePercentage": 50.0,
      "KeepPokemonsThatCanEvolve": false,
      "KeepMinCp": 2500,
      "KeepMinIvPercentage": 95.0,
      "KeepMinOperator": "or",
      "PrioritizeIvOverCp": true,
      "KeepMinDuplicatePokemon": 1,
      "UseGpxPathing": false,
      "GpxFile": "GPXPath.GPX",
      "VerboseRecycling": true,
      "RecycleInventoryAtUsagePercentage": 85.0,
      "UseEggIncubators": true,
      "UseLuckyEggConstantly": false,
      "UseLuckyEggsMinPokemonAmount": 30,
      "UseLuckyEggsWhileEvolving": true,
      "UseIncenseConstantly": false,
      "UseBerriesMinCp": 1000,
      "UseBerriesMinIv": 90.0,
      "UseBerriesBelowCatchProbability": 0.2,
      "UseBerriesOperator": "and",
      "UseSnipeOnlineLocationServer": false,
      "UseSnipeLocationServer": false,
      "SnipeLocationServer": "localhost",
      "SnipeLocationServerPort": 16969,
      "MinPokeballsToSnipe": 150,
      "MinPokeballsWhileSnipe": 0,
      "MinDelayBetweenSnipes": 10000,
      "SnipingScanOffset": 0.9,
      "SnipeAtPokestops": true,
      "SnipeIgnoreUnknownIv": false,
      "UseTransferIvForSnipe": false,
      "RenamePokemon": false,
      "RenameOnlyAboveIv": true,
      "RenameTemplate": "{1}_{0}",
      "MaxPokeballsPerPokemon": 6,
      "MaxTravelDistanceInMeters": 1000,
      "TotalAmountOfPokeballsToKeep": 120,
      "TotalAmountOfPotionsToKeep": 20,
      "TotalAmountOfRevivesToKeep": 20,
      "TotalAmountOfBerriesToKeep": 50,
      "UseGreatBallAboveCp": 1200,
      "UseUltraBallAboveCp": 1500,
      "UseMasterBallAboveCp": 1500,
      "UseGreatBallAboveIv": 85,
      "UseUltraBallAboveIv": 95,
      "UseGreatBallBelowCatchProbability": 0.2,
      "UseUltraBallBelowCatchProbability": 0.1,
      "UseMasterBallBelowCatchProbability": 0.05,
      "TransferWeakPokemon": false,
      "TransferDuplicatePokemon": true,
      "TransferDuplicatePokemonOnCapture": true,
      "FavoriteMinIvPercentage": 95.0,
      "AutoFavoritePokemon": false,
      "UsePokemonToNotCatchFilter": true,
      "UsePokemonSniperFilterOnly": true,
      "WebSocketPort": 14251,
      "ItemRecycleFilter": [
        {
          "Key": "itemUnknown",
          "Value": 0
        },
        {
          "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": "itemSpecialCamera",
          "Value": 100
        },
        {
          "Key": "itemIncubatorBasicUnlimited",
          "Value": 100
        },
        {
          "Key": "itemIncubatorBasic",
          "Value": 100
        },
        {
          "Key": "itemPokemonStorageUpgrade",
          "Value": 100
        },
        {
          "Key": "itemItemStorageUpgrade",
          "Value": 100
        }
      ],
      "PokemonsNotToTransfer": [
        "venusaur",
        "charizard",
        "blastoise",
        "clefable",
        "muk",
        "chansey",
        "gyarados",
        "ditto",
        "snorlax",
        "articuno",
        "zapdos",
        "moltres",
        "dragonite",
        "mewtwo",
        "mew"
      ],
      "PokemonsToEvolve": [
        "caterpie",
        "weedle",
        "pidgey",
        "rattata"
      ],
      "PokemonsToIgnore": [
        "bulbasaur",
        "ivysaur",
        "venusaur",
        "charmander",
        "charmeleon",
        "charizard",
        "squirtle",
        "wartortle",
        "blastoise",
        "caterpie",
        "metapod",
        "butterfree",
        "weedle",
        "kakuna",
        "beedrill",
        "pidgey",
        "pidgeotto",
        "pidgeot",
        "rattata",
        "raticate",
        "spearow",
        "fearow",
        "ekans",
        "arbok",
        "pikachu",
        "raichu",
        "sandshrew",
        "sandslash",
        "nidorina",
        "nidoqueen",
        "nidorino",
        "nidoking",
        "clefairy",
        "clefable",
        "vulpix",
        "ninetales",
        "jigglypuff",
        "wigglytuff",
        "zubat",
        "golbat",
        "oddish",
        "gloom",
        "vileplume",
        "paras",
        "parasect",
        "venonat",
        "venomoth",
        "diglett",
        "dugtrio",
        "meowth",
        "persian",
        "psyduck",
        "golduck",
        "mankey",
        "primeape",
        "growlithe",
        "arcanine",
        "poliwag",
        "poliwhirl",
        "poliwrath",
        "abra",
        "kadabra",
        "alakazam",
        "machop",
        "machoke",
        "machamp",
        "bellsprout",
        "weepinbell",
        "victreebel",
        "tentacool",
        "tentacruel",
        "geodude",
        "graveler",
        "golem",
        "ponyta",
        "rapidash",
        "slowpoke",
        "slowbro",
        "magnemite",
        "magneton",
        "doduo",
        "dodrio",
        "seel",
        "dewgong",
        "grimer",
        "muk",
        "shellder",
        "cloyster",
        "gastly",
        "haunter",
        "gengar",
        "onix",
        "drowzee",
        "hypno",
        "krabby",
        "kingler",
        "voltorb",
        "electrode",
        "exeggcute",
        "exeggutor",
        "cubone",
        "marowak",
        "hitmonlee",
        "hitmonchan",
        "lickitung",
        "koffing",
        "weezing",
        "rhyhorn",
        "rhydon",
        "chansey",
        "tangela",
        "kangaskhan",
        "horsea",
        "seadra",
        "goldeen",
        "seaking",
        "staryu",
        "starmie",
        "scyther",
        "jynx",
        "electabuzz",
        "magmar",
        "pinsir",
        "tauros",
        "magikarp",
        "gyarados",
        "lapras",
        "ditto",
        "eevee",
        "vaporeon",
        "jolteon",
        "flareon",
        "porygon",
        "omanyte",
        "omastar",
        "kabuto",
        "kabutops",
        "aerodactyl",
        "snorlax",
        "articuno",
        "zapdos",
        "moltres",
        "dratini",
        "dragonair",
        "dragonite",
        "mewtwo",
        "mew"
      ],
      "PokemonsTransferFilter": {
        "Golduck": {
          "KeepMinCp": 1800,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Farfetchd": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Krabby": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Kangaskhan": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 60.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Horsea": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Staryu": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "MrMime": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 40.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Scyther": {
          "KeepMinCp": 1800,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Jynx": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Electabuzz": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Magmar": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Pinsir": {
          "KeepMinCp": 1800,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Tauros": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Magikarp": {
          "KeepMinCp": 200,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Gyarados": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Lapras": {
          "KeepMinCp": 1800,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Eevee": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 95.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Vaporeon": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Jolteon": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Flareon": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Porygon": {
          "KeepMinCp": 1250,
          "KeepMinIvPercentage": 60.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Snorlax": {
          "KeepMinCp": 2600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Dragonite": {
          "KeepMinCp": 2600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        }
      },
      "PokemonToSnipe": {
        "Locations": [
          {
            "Latitude": -33.879889,
            "Longitude": 151.202436
          },
          {
            "Latitude": -6.215975,
            "Longitude": 106.779162
          },
          {
            "Latitude": 40.706522,
            "Longitude": -74.011854
          },
          {
            "Latitude": 40.712784,
            "Longitude": -74.005941
          },
          {
            "Latitude": 38.907192,
            "Longitude": -77.036871
          },
          {
            "Latitude": 37.77493,
            "Longitude": -122.419416
          },
          {
            "Latitude": 52.520007,
            "Longitude": 13.404954
          },
          {
            "Latitude": 51.507351,
            "Longitude": -0.127758
          }
        ],
        "Pokemon": [
          "caterpie",
          "weedle",
          "pidgey"
        ]
      },
      "PokemonToUseMasterball": [
        "articuno",
        "zapdos",
        "moltres",
        "mew",
        "mewtwo"
      ]
    }
    Last edited by wahabdinn; 08-03-2016 at 10:22 AM.

  5. #110
    cancelled's Avatar Contributor
    Reputation
    115
    Join Date
    Aug 2016
    Posts
    180
    Thanks G/R
    6/102
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Marlyz View Post
    Hey I've the 0.5.0 versione and this is my config:

    Code:
    {
      "TranslationLanguageCode": "en",
      "AutoUpdate": true,
      "TransferConfigAndAuthOnUpdate": true,
      "StartupWelcomeDelay": false,
      "AmountOfPokemonToDisplayOnStart": 10,
      "ShowPokeballCountsBeforeRecycle": false,
      "AutomaticallyLevelUpPokemon": false,
      "AmountOfTimesToUpgradeLoop": 0,
      "GetMinStarDustForLevelUp": 0,
      "LevelUpByCPorIv": "iv",
      "UpgradePokemonCpMinimum": 1000.0,
      "UpgradePokemonIvMinimum": 95.0,
      "UpgradePokemonMinimumStatsOperator": "and",
      "DisableHumanWalking": false,
      "DefaultAltitude": 10.0,
      "DefaultLatitude": 40.7828647,
      "DefaultLongitude": -73.965355100000011,
      "WalkingSpeedInKilometerPerHour": 300.0,
      "MaxSpawnLocationOffset": 10,
      "DelayBetweenPlayerActions": 5000,
      "DelayBetweenPokemonCatch": 2000,
      "DumpPokemonStats": false,
      "EvolveAboveIvValue": 95.0,
      "EvolveAllPokemonAboveIv": false,
      "EvolveAllPokemonWithEnoughCandy": true,
      "EvolveKeptPokemonsAtStorageUsagePercentage": 14.0,
      "KeepPokemonsThatCanEvolve": false,
      "KeepMinCp": 1000,
      "KeepMinIvPercentage": 90.0,
      "KeepMinOperator": "or",
      "PrioritizeIvOverCp": true,
      "KeepMinDuplicatePokemon": 1,
      "UseGpxPathing": false,
      "GpxFile": "GPXPath.GPX",
      "VerboseRecycling": false,
      "RecycleInventoryAtUsagePercentage": 90.0,
      "UseEggIncubators": true,
      "UseLuckyEggConstantly": false,
      "UseLuckyEggsMinPokemonAmount": 30,
      "UseLuckyEggsWhileEvolving": false,
      "UseIncenseConstantly": false,
      "UseBerriesMinCp": 1000,
      "UseBerriesMinIv": 90.0,
      "UseBerriesBelowCatchProbability": 0.2,
      "UseBerriesOperator": "and",
      "UseSnipeOnlineLocationServer": false,
      "UseSnipeLocationServer": false,
      "SnipeLocationServer": "localhost",
      "SnipeLocationServerPort": 16969,
      "MinPokeballsToSnipe": 20,
      "MinPokeballsWhileSnipe": 0,
      "MinDelayBetweenSnipes": 60000,
      "SnipingScanOffset": 0.003,
      "SnipeAtPokestops": false,
      "SnipeIgnoreUnknownIv": false,
      "UseTransferIvForSnipe": false,
      "RenamePokemon": false,
      "RenameOnlyAboveIv": true,
      "RenameTemplate": "{1}_{0}",
      "MaxPokeballsPerPokemon": 10,
      "MaxTravelDistanceInMeters": 60000,
      "TotalAmountOfPokeballsToKeep": 140,
      "TotalAmountOfPotionsToKeep": 90,
      "TotalAmountOfRevivesToKeep": 30,
      "TotalAmountOfBerriesToKeep": 50,
      "UseGreatBallAboveCp": 800,
      "UseUltraBallAboveCp": 1000,
      "UseMasterBallAboveCp": 1100,
      "UseGreatBallAboveIv": 60,
      "UseUltraBallAboveIv": 80,
      "UseGreatBallBelowCatchProbability": 0.0,
      "UseUltraBallBelowCatchProbability": 0.0,
      "UseMasterBallBelowCatchProbability": 0.0,
      "TransferWeakPokemon": true,
      "TransferDuplicatePokemon": true,
      "TransferDuplicatePokemonOnCapture": false,
      "FavoriteMinIvPercentage": 0.0,
      "AutoFavoritePokemon": false,
      "UsePokemonToNotCatchFilter": false,
      "UsePokemonSniperFilterOnly": false,
      "WebSocketPort": 14251,
      "ItemRecycleFilter": [
        {
          "Key": "itemUnknown",
          "Value": 0
        },
        {
          "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": 50
        },
        {
          "Key": "itemBlukBerry",
          "Value": 10
        },
        {
          "Key": "itemNanabBerry",
          "Value": 10
        },
        {
          "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": [
        "venusaur",
        "charizard",
        "blastoise",
        "butterfree",
        "beedrill",
        "arbok",
        "raichu",
        "sandslash",
        "nidoqueen",
        "nidoking",
        "clefable",
        "ninetales",
        "wigglytuff",
        "vileplume",
        "golduck",
        "primeape",
        "arcanine",
        "poliwrath",
        "alakazam",
        "machamp",
        "victreebel",
        "tentacruel",
        "golem",
        "rapidash",
        "slowbro",
        "magneton",
        "dewgong",
        "muk",
        "cloyster",
        "gengar",
        "onix",
        "electrode",
        "exeggutor",
        "marowak",
        "hitmonlee",
        "hitmonchan",
        "lickitung",
        "weezing",
        "rhydon",
        "chansey",
        "tangela",
        "kangaskhan",
        "seadra",
        "starmie",
        "mrMime",
        "tauros",
        "gyarados",
        "lapras",
        "ditto",
        "vaporeon",
        "jolteon",
        "flareon",
        "omastar",
        "kabutops",
        "aerodactyl",
        "snorlax",
        "articuno",
        "zapdos",
        "moltres",
        "dragonite",
        "mewtwo",
        "mew"
      ],
      "PokemonsToEvolve": [
        "caterpie",
        "weedle",
        "pidgey",
        "spearow",
        "rattata",
        "zubat"
      ],
      "PokemonsToIgnore": [
        "doduo"
      ],
      "PokemonsTransferFilter": {
        "Bulbasaur": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Ivysaur": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Charmander": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Charmeleon": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Squirtle": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Wartortle": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Pidgeot": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Fearow": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Ekans": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "NidoranFemale": {
          "KeepMinCp": 700,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "NidoranMale": {
          "KeepMinCp": 700,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Vulpix": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Oddish": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Gloom": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Parasect": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Venomoth": {
          "KeepMinCp": 1300,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Dugtrio": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Persian": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Psyduck": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Golduck": {
          "KeepMinCp": 1500,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Mankey": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Growlithe": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Poliwag": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Poliwhirl": {
          "KeepMinCp": 1100,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Abra": {
          "KeepMinCp": 600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Kadabra": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Machop": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Machoke": {
          "KeepMinCp": 1100,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Bellsprout": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Weepinbell": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Tentacool": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Geodude": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Graveler": {
          "KeepMinCp": 1000,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Ponyta": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Slowpoke": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Magnemite": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 80.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Farfetchd": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Seel": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Grimer": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Shellder": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Gastly": {
          "KeepMinCp": 600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Haunter": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Hypno": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Kingler": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Voltorb": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Exeggcute": {
          "KeepMinCp": 900,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Koffing": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Horsea": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Seaking": {
          "KeepMinCp": 1480,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Staryu": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Scyther": {
          "KeepMinCp": 1600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Jynx": {
          "KeepMinCp": 1600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Electabuzz": {
          "KeepMinCp": 1600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Magmar": {
          "KeepMinCp": 1600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Pinsir": {
          "KeepMinCp": 1600,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Magikarp": {
          "KeepMinCp": 150,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Eevee": {
          "KeepMinCp": 700,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 1,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Porygon": {
          "KeepMinCp": 1200,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Omanyte": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Kabuto": {
          "KeepMinCp": 800,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Dratini": {
          "KeepMinCp": 700,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        },
        "Dragonair": {
          "KeepMinCp": 900,
          "KeepMinIvPercentage": 90.0,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"
        }
      },
      "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"
      ]
    }
    My problem is even if I have something like this in my "PokemonsTransferFilter"
    "Exeggcute": {
    "KeepMinCp": 900,
    "KeepMinIvPercentage": 90.0,
    "KeepMinDuplicatePokemon": 2,
    "Moves": [],
    "KeepMinOperator": "or"

    it keeps only those above the IV% ignoring the CP and if I don't have any of that pokémon it trasnfers it anyways, ignoring the min duplicate thingy.
    Also it seems to keep every Pinsir, Electabuzz, Jynx ecc below 1600 even if I set it as a min to transfer. What should I do? Thank you.
    Change it to:

    Code:
        "Exeggcute": {
          "KeepMinCp": 900,
          "KeepMinIvPercentage": 0.5,
          "KeepMinDuplicatePokemon": 2,
          "Moves": [],
          "KeepMinOperator": "or"

  6. #111
    Stiopare's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    21
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm usin Distiny fix and it transfers all pokemon instantly back, after it caugth them. Is it working as intended?
    Attached Thumbnails Attached Thumbnails 8787 build complete compiled help/fixes thread, find a fix for any problem here-problem-jpg  

  7. #112
    cancelled's Avatar Contributor
    Reputation
    115
    Join Date
    Aug 2016
    Posts
    180
    Thanks G/R
    6/102
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stiopare View Post
    I'm usin Distiny fix and it transfers all pokemon instantly back, after it caugth them. Is it working as intended?
    Yes, it properly calculates the ones you can evolve. Give it some time don't worry

  8. Thanks Stiopare (1 members gave Thanks to cancelled for this useful post)
  9. #113
    wolvreen2006's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    4
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there any way to get Rare Pokemon with that bot
    any idea ?

  10. #114
    cancelled's Avatar Contributor
    Reputation
    115
    Join Date
    Aug 2016
    Posts
    180
    Thanks G/R
    6/102
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wolvreen2006 View Post
    is there any way to get Rare Pokemon with that bot
    any idea ?
    Yes but it would be very, very inefficient. I am thinking of making a macro to catch Pokemon on Rare Pokémon Spawns

  11. #115
    Stiopare's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    21
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ty cancelled for quick response!

  12. #116
    cancelled's Avatar Contributor
    Reputation
    115
    Join Date
    Aug 2016
    Posts
    180
    Thanks G/R
    6/102
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stiopare View Post
    Ty cancelled for quick response!
    No problem, glad to help

  13. Thanks wolvreen2006 (1 members gave Thanks to cancelled for this useful post)
  14. #117
    9genesis9's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nests - Pokemon Go Wiki

    Abra, Charmander, Magikarp, Squirtle, and Dratini Nest are no here anymore.

    I need new pokemon nest, any recommendation?

  15. #118
    wolvreen2006's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    4
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks Cancel for support
    if i want bot to catch all Pokemon and evolve regular once
    should i do like that ?
    {
    "TranslationLanguageCode": "en",
    "AutoUpdate": false,
    "TransferConfigAndAuthOnUpdate": true,
    "StartupWelcomeDelay": false,
    "AmountOfPokemonToDisplayOnStart": 10,
    "ShowPokeballCountsBeforeRecycle": true,
    "AutomaticallyLevelUpPokemon": false,
    "AmountOfTimesToUpgradeLoop": 5,
    "GetMinStarDustForLevelUp": 5000,
    "LevelUpByCPorIv": "iv",
    "UpgradePokemonCpMinimum": 1000.0,
    "UpgradePokemonIvMinimum": 95.0,
    "UpgradePokemonMinimumStatsOperator": "and",
    "DisableHumanWalking": true,
    "DefaultAltitude": 10.0,
    "DefaultLatitude": 35.6328964,
    "DefaultLongitude": 139.8803943,
    "WalkingSpeedInKilometerPerHour": 30.0,
    "MaxSpawnLocationOffset": 10,
    "DelayBetweenPlayerActions": 1,
    "DelayBetweenPokemonCatch": 1,
    "DumpPokemonStats": true,
    "EvolveAboveIvValue": 1.0,
    "EvolveAllPokemonAboveIv": false,
    "EvolveAllPokemonWithEnoughCandy": true,
    "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
    "KeepPokemonsThatCanEvolve": false,
    "KeepMinCp": 2500,
    "KeepMinIvPercentage": 100.0,
    "KeepMinOperator": "and",
    "PrioritizeIvOverCp": true,
    "KeepMinDuplicatePokemon": 1,
    "UseGpxPathing": false,
    "GpxFile": "GPXPath.GPX",
    "VerboseRecycling": true,
    "RecycleInventoryAtUsagePercentage": 90.0,
    "UseEggIncubators": true,
    "UseLuckyEggConstantly": false,
    "UseLuckyEggsMinPokemonAmount": 30,
    "UseLuckyEggsWhileEvolving": false,
    "UseIncenseConstantly": false,
    "UseBerriesMinCp": 0,
    "UseBerriesMinIv": 0.0,
    "UseBerriesBelowCatchProbability": 0.0,
    "UseBerriesOperator": "and",
    "UseSnipeOnlineLocationServer": false,
    "UseSnipeLocationServer": false,
    "SnipeLocationServer": "localhost",
    "SnipeLocationServerPort": 16969,
    "MinPokeballsToSnipe": 100,
    "MinPokeballsWhileSnipe": 0,
    "MinDelayBetweenSnipes": 10000,
    "SnipingScanOffset": 0.013,
    "SnipeAtPokestops": true,
    "SnipeIgnoreUnknownIv": false,
    "UseTransferIvForSnipe": false,
    "RenamePokemon": false,
    "RenameOnlyAboveIv": true,
    "RenameTemplate": "{1}_{0}",
    "MaxPokeballsPerPokemon": 6,
    "MaxTravelDistanceInMeters": 3000,
    "TotalAmountOfPokebalsToKeep": 250,
    "TotalAmountOfPotionsToKeep": 40,
    "TotalAmountOfRevivesToKeep": 40,
    "TotalAmountOfBerriesToKeep": 20,
    "UseGreatBallAboveCp": 750,
    "UseUltraBallAboveCp": 1000,
    "UseMasterBallAboveCp": 1500,
    "UseGreatBallAboveIv": 80,
    "UseUltraBallAboveIv": 90,
    "UseGreatBallBelowCatchProbability": 0.0,
    "UseUltraBallBelowCatchProbability": 0.0,
    "UseMasterBallBelowCatchProbability": 0.0,
    "TransferDuplicatePokemon": true,
    "TransferDuplicatePokemonOnCapture": false,
    "FavoriteMinIvPercentage": 95.0,
    "AutoFavoritePokemon": false,
    "UsePokemonToNotCatchFilter": true,
    "UsePokemonSniperFilterOnly": false,
    "WebSocketPort": 14251,
    "ItemRecycleFilter": [
    {
    "Key": "itemUnknown",
    "Value": 0
    },
    {
    "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": 50
    },
    {
    "Key": "itemBlukBerry",
    "Value": 10
    },
    {
    "Key": "itemNanabBerry",
    "Value": 10
    },
    {
    "Key": "itemWeparBerry",
    "Value": 30
    },
    {
    "Key": "itemPinapBerry",
    "Value": 30
    },
    {
    "Key": "itemSpecialCamera",
    "Value": 100
    },
    {
    "Key": "itemIncubatorBasicUnlimited",
    "Value": 100
    },
    {
    "Key": "itemIncubatorBasic",
    "Value": 100
    },
    {
    "Key": "itemPokemonStorageUpgrade",
    "Value": 1000
    },
    {
    "Key": "itemItemStorageUpgrade",
    "Value": 100
    }
    ],
    "PokemonsNotToTransfer": [
    "mewtwo",
    "mew"
    ],
    "PokemonsToEvolve": [
    "caterpie",
    "weedle",
    "pidgey",
    "rattata",
    "zubat",
    "spearow",
    "ekans",
    "nidorina",
    "nidorino",
    "oddish",
    "drowzee"
    ],
    "PokemonsTransferFilter": {
    "Mewtwo": {
    "KeepMinCp": 2500,
    "KeepMinIvPercentage": 100.0,
    "KeepMinDuplicatePokemon": 1,
    "Moves": []
    }
    },
    "PokemonToSnipe": {
    "Locations": [
    {
    "Latitude": 35.6328964,
    "Longitude": 139.8803943
    },
    {
    "Latitude": 40.712784,
    "Longitude": -74.005941
    },
    {
    "Latitude": 38.907192,
    "Longitude": -77.036871
    },
    {
    "Latitude": 37.77493,
    "Longitude": -122.419416
    },
    {
    "Latitude": 52.520007,
    "Longitude": 13.404954
    },
    {
    "Latitude": 51.507351,
    "Longitude": -0.127758
    }
    ],
    "Pokemon": [
    "bulbasaur",
    "ivysaur",
    "venusaur",
    "charmander",
    "charmeleon",
    "charizard",
    "squirtle",
    "wartortle",
    "blastoise",
    "caterpie",
    "metapod",
    "butterfree",
    "weedle",
    "kakuna",
    "beedrill",
    "pidgey",
    "pidgeotto",
    "pidgeot",
    "rattata",
    "raticate",
    "spearow",
    "fearow",
    "ekans",
    "arbok",
    "pikachu",
    "raichu",
    "sandshrew",
    "sandslash",
    "nidorina",
    "nidoqueen",
    "nidorino",
    "nidoking",
    "clefairy",
    "clefable",
    "vulpix",
    "ninetales",
    "jigglypuff",
    "wigglytuff",
    "zubat",
    "golbat",
    "oddish",
    "gloom",
    "vileplume",
    "paras",
    "parasect",
    "venonat",
    "venomoth",
    "diglett",
    "dugtrio",
    "meowth",
    "persian",
    "psyduck",
    "golduck",
    "mankey",
    "primeape",
    "growlithe",
    "arcanine",
    "poliwag",
    "poliwhirl",
    "poliwrath",
    "abra",
    "kadabra",
    "alakazam",
    "machop",
    "machoke",
    "machamp",
    "bellsprout",
    "weepinbell",
    "victreebel",
    "tentacool",
    "tentacruel",
    "geodude",
    "graveler",
    "golem",
    "ponyta",
    "rapidash",
    "slowpoke",
    "slowbro",
    "magnemite",
    "magneton",
    "doduo",
    "dodrio",
    "seel",
    "dewgong",
    "grimer",
    "muk",
    "shellder",
    "cloyster",
    "gastly",
    "haunter",
    "gengar",
    "onix",
    "drowzee",
    "hypno",
    "krabby",
    "kingler",
    "voltorb",
    "electrode",
    "exeggcute",
    "exeggutor",
    "cubone",
    "marowak",
    "hitmonlee",
    "hitmonchan",
    "lickitung",
    "koffing",
    "weezing",
    "rhyhorn",
    "rhydon",
    "chansey",
    "tangela",
    "kangaskhan",
    "horsea",
    "seadra",
    "goldeen",
    "seaking",
    "staryu",
    "starmie",
    "scyther",
    "jynx",
    "electabuzz",
    "magmar",
    "pinsir",
    "tauros",
    "magikarp",
    "gyarados",
    "lapras",
    "ditto",
    "eevee",
    "vaporeon",
    "jolteon",
    "flareon",
    "porygon",
    "omanyte",
    "omastar",
    "kabuto",
    "kabutops",
    "aerodactyl",
    "snorlax",
    "articuno",
    "zapdos",
    "moltres",
    "dratini",
    "dragonair",
    "dragonite",
    "mewtwo",
    "mew"
    ]
    },
    "PokemonToUseMasterball": [
    "articuno",
    "zapdos",
    "moltres",
    "mew",
    "mewtwo"
    ]
    }
    PokemonsToIgnore Removed

  16. #119
    Cizi's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello, i'm just starting the distiny confg (modded a bit by me). . the bot have doin well but i stuck at 67k exp/h for 45m run. (the bot also have evolve my pokemons)
    could you check my settings and look whats wrong with my modded confg?
    my bag 350
    my pokemons storage 250

    { "TranslationLanguageCode": "en", "AutoUpdate": false, "TransferConfig - Pastebin.com

    8787 build complete compiled help/fixes thread, find a fix for any problem here-slow-mot-jpg

    * i dont wanna use lucky eggs btw
    Last edited by Cizi; 08-03-2016 at 11:01 AM.

  17. #120
    bigmu's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I'm using Distiny fix and it still keeps using Grea/Ultra balls once there are no more pokeballs left.

    Using this code like you advised:

    "UseGreatBallAboveCp": 1000,
    "UseUltraBallAboveCp": 1250,
    "UseGreatBallAboveIv": 85,
    "UseUltraBallAboveIv": 95,
    "UseGreatBallBelowCatchProbability": 0.20,
    "UseUltraBallBelowCatchProbability": 0.10,

Page 8 of 12 FirstFirst ... 456789101112 LastLast

Similar Threads

  1. [Race Edit] Undead Faces Fixed for Any Race > Scourge
    By Joevlol in forum World of Warcraft Model Editing
    Replies: 16
    Last Post: 06-25-2008, 05:10 PM
  2. [Help] Fix For WSG?
    By Stabatha in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 04-21-2008, 01:44 PM
  3. Fixing the Helm problem. Help please!
    By slasher.098 in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 06-30-2007, 04:34 AM
  4. Worth 11-13 Rep: Help a Mod find a addon.
    By Alkhara Majere in forum World of Warcraft General
    Replies: 3
    Last Post: 05-27-2007, 11:09 AM
  5. HELP! Can't find data file!!
    By Rekro in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 12-25-2006, 11:42 PM
All times are GMT -5. The time now is 05:49 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search