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

Shout-Out

User Tag List

Page 9 of 12 FirstFirst ... 56789101112 LastLast
Results 121 to 135 of 179
  1. #121
    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 bigmu View Post
    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,
    I'm not sure how to make the bot not use ultra/great balls at all since it's built into the snipebot itself and necrobot is compiled, you can make CP 9999 and IV 150, 0.0001 probability etc...

    If you don't want any great/ultra balls put this in your item filter:

    Code:
      "ItemRecycleFilter": [
        {
          "Key": "itemGreatBall",
          "Value": 0
        },
        {
          "Key": "itemUltraBall",
          "Value": 0

    8787 build complete compiled help/fixes thread, find a fix for any problem here
  2. Thanks bigmu (1 members gave Thanks to cancelled for this useful post)
  3. #122
    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 Cizi View Post
    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

    Attachment 33311

    * i dont wanna use lucky eggs btw
    Use this config instead of that one (lucky eggs completely off):

    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": false,
      "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"
      ]
    }

  4. #123
    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
    thanks Cancel for support
    if i want bot to catch all Pokemon and evolve regular once
    should i do like that ?


    PokemonsToIgnore Removed
    I think so

  5. #124
    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)
    @cancelled
    This config you told me to use worked for a while and now once again i have the same problem, bot can't find any pokespos in my area

    edit:
    Only one of bots, can still catch pokemons, rest is in loop trying to find pokespot
    Last edited by cloudyy; 08-03-2016 at 11:50 AM.

  6. #125
    sabag123's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I set EvolveKeptPokemonsAtStorageUsagePercentage to 14% and I think it's not really working .. can you check my config please ?
    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": 14.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": 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",
        "snorlax",
        "jolteon",
        "vaporeon",
        "flareon",
        "gyarados",
        "porygon",
        "arcanine",
        "blastoise",
        "nidoqueen",
        "nidoking",
        "clefable",
        "vileplume",
        "arcanine",
        "poliwrath",
        "machamp",
        "victreebel",
        "golem",
        "slowbro",
        "muk",
        "exeggutor",
        "lickitung",
        "chansey",
        "ditto",
        "articuno",
        "zapdos",
        "moltres",
        "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"
      ]
    }

  7. #126
    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
    @cancelled
    This config you told me to use worked for a while and now once again i have the same problem, bot can't find any pokespos in my area

    edit:
    Only one of bots, can still catch pokemons, rest is in loop trying to find pokespot
    Download Distiny Fix 0.4 Necrobot (8787 build) (8787 build) again, and use that config and try again, it should be atleast 330 P/H

  8. #127
    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 sabag123 View Post
    I set EvolveKeptPokemonsAtStorageUsagePercentage to 14% and I think it's not really working .. can you check my config please ?
    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": 14.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": 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",
        "snorlax",
        "jolteon",
        "vaporeon",
        "flareon",
        "gyarados",
        "porygon",
        "arcanine",
        "blastoise",
        "nidoqueen",
        "nidoking",
        "clefable",
        "vileplume",
        "arcanine",
        "poliwrath",
        "machamp",
        "victreebel",
        "golem",
        "slowbro",
        "muk",
        "exeggutor",
        "lickitung",
        "chansey",
        "ditto",
        "articuno",
        "zapdos",
        "moltres",
        "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"
      ]
    }
    Download Distiny Fix 0.4 > http://www.ownedcore.com/forums/poke...ml#post3511292 (8787 build)

    Use this:

    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": false,
      "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"
      ]
    }

  9. #128
    luck.exe's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haven't set anything in the auth file and it still fails to open server ...

    8787 build complete compiled help/fixes thread, find a fix for any problem here-7bb0f70aecd741c38c80eca227a5bf21-png

    If I try it with auth file the same happens.

    It is a fresh account which is not logged in anywhere else

  10. #129
    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)
    Originally Posted by cancelled View Post
    Use this config instead of that one (lucky eggs completely off):

    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": false,
      "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"
      ]
    }
    thanks for ur confg cancelled! my went up from 67k to 110k exp/hr without lucky eggs =D
    i've been testing it for 1hr without lucky eggs. heres the screenshoot:
    8787 build complete compiled help/fixes thread, find a fix for any problem here-got2-png

  11. #130
    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)
    Originally Posted by cancelled View Post
    Download Distiny Fix 0.4 Necrobot (8787 build) (8787 build) again, and use that config and try again, it should be atleast 330 P/H

    It's still not working properly, error with pokestops keeps poopin

  12. #131
    Hyperion91's Avatar Sergeant
    Reputation
    9
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    2/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Setting "TransferDuplicatePokemonOnCapture": false increase drastically the p/h but the function to keep pokemons truly evolvable doesn't work, when he is full he will evolve everything and the ones with not enough candies will be tranfered. To use without lucky eggs.

  13. #132
    lazybonejr's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    9
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what is better?
    "TransferDuplicatePokemonOnCapture": false

    or

    "TransferDuplicatePokemonOnCapture": true?

  14. #133
    Hyperion91's Avatar Sergeant
    Reputation
    9
    Join Date
    Jul 2016
    Posts
    40
    Thanks G/R
    2/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lazybonejr View Post
    what is better?
    "TransferDuplicatePokemonOnCapture": false

    or

    "TransferDuplicatePokemonOnCapture": true?
    in my opinion if you plan to use lucky eggs while evolving set it to true, if not set it to false.

  15. Thanks lazybonejr (1 members gave Thanks to Hyperion91 for this useful post)
  16. #134
    lazybonejr's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    9
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hyperion91 View Post
    in my opinion if you plan to use lucky eggs while evolving set it to true, if not set it to false.
    im not use lucky egg
    thx for answer

  17. #135
    lazybonejr's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    9
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how much exp /hour you get?

Page 9 of 12 FirstFirst ... 56789101112 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 07:38 AM. 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