What's new

Tools PokeMobBot - Necronomicons Successor

S

Stronk1234

Newbie
Messages
16
Reaction score
0
Points
35
Sin$
0
s
 
Last edited:
Tw33k5

Tw33k5

Enthusiast
Messages
247
Reaction score
28
Points
85
Sin$
-7
There is a meme in there somewhere about a Dev on a previous version of the software, saying "It works for me" and walking away. :tongue:

Thanks for all your hard work!! Could you throw the option back in to keep a maximum amount of each item" I would rather have all max potions than junk potions.

hehe.
what you request is there, you just have to enter it there. it wont ignore it (iam still using it)

"ItemRecycleFilter": [
{
"Key": "itemUnknown",
"Value": 0
},
{
"Key": "itemPokeBall",
"Value": 100
},
{
"Key": "itemGreatBall",
"Value": 100
},
{
"Key": "itemUltraBall",
"Value": 100
},
{
"Key": "itemMasterBall",
"Value": 100
},
{
"Key": "itemPotion",
"Value": 0
},
{
"Key": "itemSuperPotion",
"Value": 0
},
{
"Key": "itemHyperPotion",
"Value": 0
},
{
"Key": "itemMaxPotion",
"Value": 10
},
{
"Key": "itemRevive",
"Value": 0
},
{
"Key": "itemMaxRevive",
"Value": 10
},
{
"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
}
],

however it was not part of the config which was generated by the first start, its working and using it.
 
tthorn

tthorn

Enthusiast
Messages
152
Reaction score
21
Points
70
Sin$
-7
Anyone else having an issue with your inventory being full and it not recycling items properly?

Edit::
Figured it out. It's still morning.

It won't recycle the Razzberry properly I have tried multiple things no success.
 
Driddy

Driddy

Contributor
Messages
1,698
Reaction score
1,603
Points
325
Sin$
7
46e05517049b4171bd15afc7ddc9feb7.png


just signed into my ptc account with no problem.. i don't know why you guys are having trouble with it :what:
 
A

adriloco1234

Newbie
Messages
20
Reaction score
0
Points
35
Sin$
0
guys my bot wont transfer nothing and then it get stuck at full inventory and full pokemon? can anyone help
 
7

7amo2a

Enthusiast
Messages
8
Reaction score
1
Points
55
Sin$
0
my pokemon inventory keeps getting full some of the pokemons don't transfer anyone know why?
 
LainOS

LainOS

Enthusiast
Messages
73
Reaction score
4
Points
75
Sin$
7
Happy to hear that,

here are some recyclyng problems fixes, just in case you are running out of pokeballs o r getting inventory full:

Code:
{
  "AutoUpdate": true,
  "TransferConfigAndAuthOnUpdate": true,
  "DumpPokemonStats": false,
  "AmountOfPokemonToDisplayOnStart": 10,
  "StartupWelcomeDelay": false,
  "TranslationLanguageCode": "en",
  "WebSocketPort": 14251,
  "Teleport": true,
  "DefaultLatitude": 35.6355849,
  "DefaultLongitude": 139.8845778,

"DefaultAltitude": 10.0,
  "WalkingSpeedInKilometerPerHour": 1.0,
  "MaxSpawnLocationOffset": 0,
  "MaxTravelDistanceInMeters": 750,
  "UseGpxPathing": false,
  "GpxFile": "GPXPath.GPX",
  "DelayBetweenPlayerActions": 0,
  "DelayPositionCheckState": 0,
  "DelayPokestop": 0,
  "DelayCatchPokemon": 0,
  "DelayBetweenPokemonCatch": 0,
  "DelayCatchNearbyPokemon": 0,
  "DelayCatchLurePokemon": 0,
  "DelayCatchIncensePokemon": 0,
  "DelayTransferPokemon": 0,
  "DelayDisplayPokemon": 0,
  "DelayUseLuckyEgg": 0,
  "DelaySoftbanRetry": 0,
  "DelayRecyleItem": 2000,
  "DelaySnipePokemon": 0,
  "MinDelayBetweenSnipes": 0,
  "UseEggIncubators": true,
  "RenamePokemon": false,
  "RenameOnlyAboveIv": true,
  "RenameTemplate": "{1}_{0}",
  "TransferDuplicatePokemon": true,
  "PrioritizeIvOverCp": true,
  "KeepMinCp": 2000,
  "KeepMinIvPercentage": 95.0,
  "KeepMinDuplicatePokemon": 1,
  "KeepPokemonsThatCanEvolve": true,
  "EvolveAllPokemonWithEnoughCandy": true,
  "EvolveAllPokemonAboveIv": false,
  "EvolveAboveIvValue": 95.0,
  "UseLuckyEggsWhileEvolving": true,
  "UseLuckyEggsMinPokemonAmount": 30,
  "AutomaticallyLevelUpPokemon": false,
  "LevelUpByCPorIv": "iv",
  "UpgradePokemonCpMinimum": 2500.0,
  "UpgradePokemonIvMinimum": 100.0,
  "HumanizeThrows": false,
  "ThrowAccuracyMin": 0.0,
  "ThrowAccuracyMax": 0.0,
  "ThrowSpinFrequency": 0.0,
  "MaxPokeballsPerPokemon": 6,
  "UseGreatBallAboveCp": 1000,
  "UseUltraBallAboveCp": 1500,
  "UseMasterBallAboveCp": 2000,
  "UsePokemonToNotCatchFilter": false,
  "UseBerryMinCp": 1000,
  "UseBerryMinIv": 95.0,
  "UseBerryBelowCatchProbability": 0.35,
  "FavoriteMinIvPercentage": 0.0,
  "AutoFavoritePokemon": false,
  "TotalAmountOfPokeballsToKeep": 0,
  "TotalAmountOfPotionsToKeep": 10,
  "TotalAmountOfRevivesToKeep": 5,
  "UseGreatBallAboveIv": 0,
  "UseUltraBallAboveIv": 0,
  "UseGreatBallBelowCatchProbability": 0.0,
  "UseUltraBallBelowCatchProbability": 0.0,
  "UseMasterBallBelowCatchProbability": 0.0,
  "RecycleInventoryAtUsagePercentage": 0.9,
  "SnipeAtPokestops": true,
  "SnipeIgnoreUnknownIv": false,
  "UseTransferIvForSnipe": true,
  "MinPokeballsToSnipe": 0,
  "MinPokeballsWhileSnipe": 0,
  "UseSnipeLocationServer": true,
  "SnipeLocationServer": "localhost",
  "SnipeLocationServerPort": 16969,
  "ItemRecycleFilter": [
    {
      "Key": "itemUnknown",
      "Value": 0
    },
    {
      "Key": "itemPokeBall",
      "Value": 50
    },
    {
      "Key": "itemGreatBall",
      "Value": 100
    },
    {
      "Key": "itemUltraBall",
      "Value": 150
    },
    {
      "Key": "itemMasterBall",
      "Value": 200
    },
    {
      "Key": "itemPotion",
      "Value": 1
    },
    {
      "Key": "itemSuperPotion",
      "Value": 1
    },
    {
      "Key": "itemHyperPotion",
      "Value": 1
    },
    {
      "Key": "itemMaxPotion",
      "Value": 50
    },
    {
      "Key": "itemRevive",
      "Value": 1
    },
    {
      "Key": "itemMaxRevive",
      "Value": 50
    },
    {
      "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": 100
    },
    {
      "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": [
    "ditto",
    "articuno",
    "zapdos",
    "moltres",
    "mewtwo",
    "mew"
  ],
  "PokemonsToEvolve": [
    "bulbasaur",
    "charmander",
    "squirtle",
    "caterpie",
    "weedle",
    "pidgey",
    "rattata",
    "spearow",
    "ekans",
    "pikachu",
    "sandshrew",
    "nidoranFemale",
    "nidoranMale",
    "clefairy",
    "vulpix",
    "jigglypuff",
    "zubat",
    "oddish",
    "paras",
    "venonat",
    "diglett",
    "meowth",
    "psyduck",
    "mankey",
    "growlithe",
    "poliwag",
    "abra",
    "machop",
    "bellsprout",
    "tentacool",
    "geodude",
    "ponyta",
    "slowpoke",
    "magnemite",
    "doduo",
    "seel",
    "grimer",
    "shellder",
    "gastly",
    "drowzee",
    "krabby",
    "voltorb",
    "exeggcute",
    "cubone",
    "koffing",
    "rhyhorn",
    "horsea",
    "goldeen",
    "staryu",
    "eevee",
    "omanyte",
    "kabuto"
  ],
  "PokemonsToIgnore": [],
  "PokemonsTransferFilter": {
    "Magikarp": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Gyarados": {
      "KeepMinCp": 2000,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 3
    },
    "Lapras": {
      "KeepMinCp": 2100,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 5
    },
    "Eevee": {
      "KeepMinCp": 1000,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 2
    },
    "Vaporeon": {
      "KeepMinCp": 2000,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Jolteon": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Flareon": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Porygon": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 100.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Snorlax": {
      "KeepMinCp": 1900,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 5
    },
    "Dragonite": {
      "KeepMinCp": 1900,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 5
    }
  },
  "PokemonToSnipe": {
    "Locations": [
      {
        "Latitude": 36.0093082,
        "Longitude": -80.4149221
      },
      {
        "Latitude": 40.149586615375028,
        "Longitude": -83.026342391967773
      },
      {
        "Latitude": 47.3048899,
        "Longitude": -122.52135350000003
      },
      {
        "Latitude": -37.598898,
        "Longitude": 144.919469
      },
      {
        "Latitude": 51.50231,
        "Longitude": -0.203635
      },
      {
        "Latitude": 40.849448,
        "Longitude": -74.136251
      },
      {
        "Latitude": 40.1430953,
        "Longitude": -75.34997
      },
      {
        "Latitude": 40.283389,
        "Longitude": -111.7499611
      },
      {
        "Latitude": 29.56842,
        "Longitude": -95.611281599999984
      },
      {
        "Latitude": 47.486809,
        "Longitude": 19.0440429
      },
      {
        "Latitude": -33.8927,
        "Longitude": 151.234816
      },
      {
        "Latitude": 48.851438,
        "Longitude": 2.357557
      },
      {
        "Latitude": 33.762338,
        "Longitude": -118.196181
      },
      {
        "Latitude": 37.808966,
        "Longitude": -122.410153
      },
      {
        "Latitude": 37.802035,
        "Longitude": -122.396814
      },
      {
        "Latitude": 33.741684939490618,
        "Longitude": -118.10637474060057
      }
    ],
    "Pokemon": [
      "bulbasaur",
      "venusaur",
      "charmander",
      "charizard",
      "squirtle",
      "blastoise",
      "caterpie",
      "butterfree",
      "weedle",
      "beedrill",
      "pidgey",
      "pidgeot",
      "rattata",
      "raticate",
      "fearow",
      "arbok",
      "pikachu",
      "raichu",
      "sandslash",
      "nidoqueen",
      "nidoking",
      "clefable",
      "ninetales",
      "wigglytuff",
      "golbat",
      "vileplume",
      "parasect",
      "venomoth",
      "dugtrio",
      "persian",
      "golduck",
      "primeape",
      "arcanine",
      "poliwrath",
      "alakazam",
      "machamp",
      "victreebel",
      "tentacruel",
      "golem",
      "rapidash",
      "slowbro",
      "magneton",
      "farfetchd",
      "dodrio",
      "dewgong",
      "muk",
      "cloyster",
      "gengar",
      "onix",
      "hypno",
      "kingler",
      "electrode",
      "exeggutor",
      "marowak",
      "hitmonlee",
      "hitmonchan",
      "lickitung",
      "weezing",
      "rhydon",
      "chansey",
      "tangela",
      "kangaskhan",
      "seadra",
      "seaking",
      "starmie",
      "mrMime",
      "scyther",
      "jynx",
      "electabuzz",
      "magmar",
      "pinsir",
      "tauros",
      "magikarp",
      "gyarados",
      "lapras",
      "ditto",
      "eevee",
      "vaporeon",
      "jolteon",
      "flareon",
      "porygon",
      "omastar",
      "kabuto",
      "aerodactyl",
      "snorlax",
      "articuno",
      "zapdos",
      "moltres",
      "dratini",
      "dragonite",
      "mewtwo",
      "mew"
    ]
  },
  "PokemonToUseMasterball": [
    "articuno",
    "zapdos",
    "moltres",
    "mew",
    "mewtwo"
  ]
}


Love this config, the only downside I'm having with it is I keep getting a bunch of "Looting failed, possible softban." And tips on this good sir?
 
B

bihariel

Enthusiast
Messages
25
Reaction score
5
Points
55
Sin$
0
Love this config, the only downside I'm having with it is I keep getting a bunch of "Looting failed, possible softban." And tips on this good sir?
Thats is because its teleporting and capturing too fast. you can try disable teleport and set walkspeed at 100 km/h and see. Its just softbans which are gone fast so.
 
B

bihariel

Enthusiast
Messages
25
Reaction score
5
Points
55
Sin$
0
Here is an alternative version with no teleport:

Code:
{
  "AutoUpdate": true,
  "TransferConfigAndAuthOnUpdate": true,
  "DumpPokemonStats": false,
  "AmountOfPokemonToDisplayOnStart": 10,
  "StartupWelcomeDelay": false,
  "TranslationLanguageCode": "en",
  "WebSocketPort": 14251,
  "Teleport": false,
  "DefaultLatitude": 35.633329,
  "DefaultLongitude": 139.880216,
  "DefaultAltitude": 10.0,
  "WalkingSpeedInKilometerPerHour": 650.0,
  "MaxSpawnLocationOffset": 100,
  "MaxTravelDistanceInMeters": 5000,
  "UseGpxPathing": false,
  "GpxFile": "GPXPath.GPX",
  "DelayBetweenPlayerActions": 0,
  "DelayPositionCheckState": 1000,
  "DelayPokestop": 0,
  "DelayCatchPokemon": 0,
  "DelayBetweenPokemonCatch": 0,
  "DelayCatchNearbyPokemon": 0,
  "DelayCatchLurePokemon": 100,
  "DelayCatchIncensePokemon": 100,
  "DelayTransferPokemon": 1000,
  "DelayDisplayPokemon": 100000,
  "DelayUseLuckyEgg": 10000,
  "DelaySoftbanRetry": 10,
  "DelayRecyleItem": 1000,
  "DelaySnipePokemon": 1000,
  "MinDelayBetweenSnipes": 60000,
  "UseEggIncubators": true,
  "RenamePokemon": false,
  "RenameOnlyAboveIv": true,
  "RenameTemplate": "{1}_{0}",
  "TransferDuplicatePokemon": true,
  "PrioritizeIvOverCp": true,
  "KeepMinCp": 1500,
  "KeepMinIvPercentage": 98.0,
  "KeepMinDuplicatePokemon": 2,
  "KeepPokemonsThatCanEvolve": true,
  "EvolveAllPokemonWithEnoughCandy": true,
  "EvolveAllPokemonAboveIv": true,
  "EvolveAboveIvValue": 1.0,
  "UseLuckyEggsWhileEvolving": true,
  "UseLuckyEggsMinPokemonAmount": 10,
  "AutomaticallyLevelUpPokemon": false,
  "LevelUpByCPorIv": "iv",
  "UpgradePokemonCpMinimum": 100.0,
  "UpgradePokemonIvMinimum": 100.0,
  "HumanizeThrows": false,
  "ThrowAccuracyMin": 100.0,
  "ThrowAccuracyMax": 100000.0,
  "ThrowSpinFrequency": 1000.0,
  "MaxPokeballsPerPokemon": 6,
  "UseGreatBallAboveCp": 750,
  "UseUltraBallAboveCp": 1000,
  "UseMasterBallAboveCp": 1500,
  "UsePokemonToNotCatchFilter": false,
  "UseBerryMinCp": 0,
  "UseBerryMinIv": 0.0,
  "UseBerryBelowCatchProbability": 0.0,
  "FavoriteMinIvPercentage": 0.0,
  "AutoFavoritePokemon": false,
  "TotalAmountOfPokeballsToKeep": 100,
  "TotalAmountOfPotionsToKeep": 80,
  "TotalAmountOfRevivesToKeep": 60,
  "UseGreatBallAboveIv": 0,
  "UseUltraBallAboveIv": 0,
  "UseGreatBallBelowCatchProbability": 0.0,
  "UseUltraBallBelowCatchProbability": 0.0,
  "UseMasterBallBelowCatchProbability": 0.0,
  "RecycleInventoryAtUsagePercentage": 0.0,
  "SnipeAtPokestops": false,
  "SnipeIgnoreUnknownIv": false,
  "UseTransferIvForSnipe": false,
  "MinPokeballsToSnipe": 20,
  "MinPokeballsWhileSnipe": 0,
  "UseSnipeLocationServer": false,
  "SnipeLocationServer": "localhost",
  "SnipeLocationServerPort": 16969,
  "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",
    "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",
    "spearow",
    "zubat",
    "doduo",
    "staryu",
    "magnemite",
    "krabby",
    "voltorb"
  ],
  "PokemonsToIgnore": [],
  "PokemonsTransferFilter": {
    "Golduck": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Farfetchd": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Krabby": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Kangaskhan": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 60.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Horsea": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Staryu": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "MrMime": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 40.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Scyther": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Jynx": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Electabuzz": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Magmar": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Pinsir": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Tauros": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Magikarp": {
      "KeepMinCp": 150,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Gyarados": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Lapras": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 5
    },
    "Eevee": {
      "KeepMinCp": 800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 5
    },
    "Dratini": {
      "KeepMinCp": 700,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 5
    },
    "Vaporeon": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 2
    },
    "Jolteon": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 2
    },
    "Flareon": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 2
    },
    "Porygon": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 2
    },
    "Snorlax": {
      "KeepMinCp": 2000,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 2
    },
    "Dragonite": {
      "KeepMinCp": 2600,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 5
    }
  },
  "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"
  ]
}
 
LainOS

LainOS

Enthusiast
Messages
73
Reaction score
4
Points
75
Sin$
7
Here is an alternative version with no teleport:

Code:
{
  "AutoUpdate": true,
  "TransferConfigAndAuthOnUpdate": true,
  "DumpPokemonStats": false,
  "AmountOfPokemonToDisplayOnStart": 10,
  "StartupWelcomeDelay": false,
  "TranslationLanguageCode": "en",
  "WebSocketPort": 14251,
  "Teleport": false,
  "DefaultLatitude": 35.633329,
  "DefaultLongitude": 139.880216,
  "DefaultAltitude": 10.0,
  "WalkingSpeedInKilometerPerHour": 650.0,
  "MaxSpawnLocationOffset": 100,
  "MaxTravelDistanceInMeters": 5000,
  "UseGpxPathing": false,
  "GpxFile": "GPXPath.GPX",
  "DelayBetweenPlayerActions": 0,
  "DelayPositionCheckState": 1000,
  "DelayPokestop": 0,
  "DelayCatchPokemon": 0,
  "DelayBetweenPokemonCatch": 0,
  "DelayCatchNearbyPokemon": 0,
  "DelayCatchLurePokemon": 100,
  "DelayCatchIncensePokemon": 100,
  "DelayTransferPokemon": 1000,
  "DelayDisplayPokemon": 100000,
  "DelayUseLuckyEgg": 10000,
  "DelaySoftbanRetry": 10,
  "DelayRecyleItem": 1000,
  "DelaySnipePokemon": 1000,
  "MinDelayBetweenSnipes": 60000,
  "UseEggIncubators": true,
  "RenamePokemon": false,
  "RenameOnlyAboveIv": true,
  "RenameTemplate": "{1}_{0}",
  "TransferDuplicatePokemon": true,
  "PrioritizeIvOverCp": true,
  "KeepMinCp": 1500,
  "KeepMinIvPercentage": 98.0,
  "KeepMinDuplicatePokemon": 2,
  "KeepPokemonsThatCanEvolve": true,
  "EvolveAllPokemonWithEnoughCandy": true,
  "EvolveAllPokemonAboveIv": true,
  "EvolveAboveIvValue": 1.0,
  "UseLuckyEggsWhileEvolving": true,
  "UseLuckyEggsMinPokemonAmount": 10,
  "AutomaticallyLevelUpPokemon": false,
  "LevelUpByCPorIv": "iv",
  "UpgradePokemonCpMinimum": 100.0,
  "UpgradePokemonIvMinimum": 100.0,
  "HumanizeThrows": false,
  "ThrowAccuracyMin": 100.0,
  "ThrowAccuracyMax": 100000.0,
  "ThrowSpinFrequency": 1000.0,
  "MaxPokeballsPerPokemon": 6,
  "UseGreatBallAboveCp": 750,
  "UseUltraBallAboveCp": 1000,
  "UseMasterBallAboveCp": 1500,
  "UsePokemonToNotCatchFilter": false,
  "UseBerryMinCp": 0,
  "UseBerryMinIv": 0.0,
  "UseBerryBelowCatchProbability": 0.0,
  "FavoriteMinIvPercentage": 0.0,
  "AutoFavoritePokemon": false,
  "TotalAmountOfPokeballsToKeep": 100,
  "TotalAmountOfPotionsToKeep": 80,
  "TotalAmountOfRevivesToKeep": 60,
  "UseGreatBallAboveIv": 0,
  "UseUltraBallAboveIv": 0,
  "UseGreatBallBelowCatchProbability": 0.0,
  "UseUltraBallBelowCatchProbability": 0.0,
  "UseMasterBallBelowCatchProbability": 0.0,
  "RecycleInventoryAtUsagePercentage": 0.0,
  "SnipeAtPokestops": false,
  "SnipeIgnoreUnknownIv": false,
  "UseTransferIvForSnipe": false,
  "MinPokeballsToSnipe": 20,
  "MinPokeballsWhileSnipe": 0,
  "UseSnipeLocationServer": false,
  "SnipeLocationServer": "localhost",
  "SnipeLocationServerPort": 16969,
  "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",
    "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",
    "spearow",
    "zubat",
    "doduo",
    "staryu",
    "magnemite",
    "krabby",
    "voltorb"
  ],
  "PokemonsToIgnore": [],
  "PokemonsTransferFilter": {
    "Golduck": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Farfetchd": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Krabby": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Kangaskhan": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 60.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Horsea": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Staryu": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "MrMime": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 40.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Scyther": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Jynx": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Electabuzz": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Magmar": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 80.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Pinsir": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Tauros": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Magikarp": {
      "KeepMinCp": 150,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Gyarados": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 1
    },
    "Lapras": {
      "KeepMinCp": 1800,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 5
    },
    "Eevee": {
      "KeepMinCp": 800,
      "KeepMinIvPercentage": 95.0,
      "KeepMinDuplicatePokemon": 5
    },
    "Dratini": {
      "KeepMinCp": 700,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 5
    },
    "Vaporeon": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 2
    },
    "Jolteon": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 2
    },
    "Flareon": {
      "KeepMinCp": 1500,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 2
    },
    "Porygon": {
      "KeepMinCp": 1250,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 2
    },
    "Snorlax": {
      "KeepMinCp": 2000,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 2
    },
    "Dragonite": {
      "KeepMinCp": 2600,
      "KeepMinIvPercentage": 90.0,
      "KeepMinDuplicatePokemon": 5
    }
  },
  "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"
  ]
}


Works pretty well thank you! Have you found a way to recycle or completely get rid of razzberries lol
 
H

Hantisae

Newbie
Messages
19
Reaction score
0
Points
35
Sin$
0
Is it possible to make the bot to change the name of the good pokemon that he catch but not the ones already caught ?
 
Top Bottom
Login
Register