drz3244

Necrobot HighCP and HighIV Config - DrZ

Aug 1st, 2016
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.52 KB | None | 0 0
  1. {/*
  2. Search for TIP (Using CRTL+F)
  3.  
  4. Modify the KeepMinCP value to whatever CP you want to keep. (The value and higher.)
  5.  
  6. To enable multiple Pokemon lower than that of the IV you want to keep, and no Pokemon higher,
  7. then it'll transfer all except the highest IV one, without it reaching the minCP/IV.
  8. To enable this, change "KeepMinDuplicatePokemon" to 1.
  9.  
  10. WARNING: Using this version won't keep a Pokemon that fits the MinCP and MinIV parameters, it will just keep all of them that fit into one of the two categories.
  11. [Hopefully we get a fix soon.]
  12.  
  13. Any questions/help at PokeCoords Discord server.
  14. ~DrZ#3244
  15.  
  16. */
  17.   "TranslationLanguageCode": "en",
  18.   "AutoUpdate": true,
  19.   "TransferConfigAndAuthOnUpdate": true,
  20.   "StartupWelcomeDelay": true,
  21.   "AmountOfPokemonToDisplayOnStart": 10,
  22.   "ShowPokeballCountsBeforeRecycle": true,
  23.   "AutomaticallyLevelUpPokemon": false,
  24.   "AmountOfTimesToUpgradeLoop": 5,
  25.   "GetMinStarDustForLevelUp": 5000,
  26.   "LevelUpByCPorIv": "iv",
  27.   "UpgradePokemonCpMinimum": 1000.0,
  28.   "UpgradePokemonIvMinimum": 95.0,
  29.   "DisableHumanWalking": false,
  30.   "DefaultAltitude": 10.0,
  31.   "DefaultLatitude": 40.785091,
  32.   "DefaultLongitude": -73.968285,
  33.   "WalkingSpeedInKilometerPerHour": 15.0,
  34.   "MaxSpawnLocationOffset": 10,
  35.   "DelayBetweenPlayerActions": 1,
  36.   "DelayBetweenPokemonCatch": 1,
  37.   "DumpPokemonStats": false,
  38.   "EvolveAboveIvValue": 95.0,
  39.   "EvolveAllPokemonAboveIv": false,
  40.   "EvolveAllPokemonWithEnoughCandy": true,
  41.   "KeepPokemonsThatCanEvolve": false,
  42.   "EvolveKeptPokemonsAtStorageUsagePercentage": 0.9,
  43.   "UseGpxPathing": false,
  44.   "GpxFile": "GPXPath.GPX",
  45.   "VerboseRecycling": true,
  46.   "RecycleInventoryAtUsagePercentage": 0.9,
  47.   "KeepMinCp": 1500,   /*TIP: CHANGE THIS TO WHAT CP YOU WANT TO KEEP AND HIGHER*/
  48.   "KeepMinDuplicatePokemon": 0,   /*TIP: IF YOU CHANGE TO 1 THEN YOU WILL KEEP 1 POKEMON THAT DOESN'T REACH THE MIN CP THRESHOLD */
  49.   "KeepMinIvPercentage": 95,   /*TIP: CHANGE THIS TO WHAT IV YOU WANT TO KEEP AND HIGHER*/
  50.   "PrioritizeIvOverCp": false,
  51.   "UseEggIncubators": true,
  52.   "UseLuckyEggConstantly": true,
  53.   "UseLuckyEggsMinPokemonAmount": 30,
  54.   "UseLuckyEggsWhileEvolving": false,
  55.   "UseIncenseConstantly": true,
  56.   "UseSnipeOnlineLocationServer": true,
  57.   "UseSnipeLocationServer": true,
  58.   "SnipeLocationServer": "localhost",
  59.   "SnipeLocationServerPort": 16969,
  60.   "MinPokeballsToSnipe": 20,
  61.   "MinPokeballsWhileSnipe": 0,
  62.   "MinDelayBetweenSnipes": 100,
  63.   "SnipingScanOffset": 0.003,
  64.   "SnipeAtPokestops": true,
  65.   "SnipeIgnoreUnknownIv": true,
  66.   "UseTransferIvForSnipe": false,
  67.   "RenamePokemon": false,
  68.   "RenameOnlyAboveIv": true,
  69.   "RenameTemplate": "{1}_{0}",
  70.   "MaxPokeballsPerPokemon": 6,
  71.   "MaxTravelDistanceInMeters": 1000,
  72.   "TotalAmountOfPokebalsToKeep": 120,
  73.   "TotalAmountOfPotionsToKeep": 80,
  74.   "TotalAmountOfRevivesToKeep": 60,
  75.   "UseGreatBallAboveCp": 750,
  76.   "UseUltraBallAboveCp": 1000,
  77.   "UseMasterBallAboveCp": 1500,
  78.   "UseGreatBallAboveIv": 80,
  79.   "UseUltraBallAboveIv": 90,
  80.   "UseGreatBallBelowCatchProbability": 0.5,
  81.   "UseUltraBallBelowCatchProbability": 0.4,
  82.   "UseMasterBallBelowCatchProbability": 0.05,
  83.   "TransferDuplicatePokemon": true,
  84.   "FavoriteMinIvPercentage": 95.0,
  85.   "AutoFavoritePokemon": false,
  86.   "UsePokemonToNotCatchFilter": false,
  87.   "WebSocketPort": 14251,
  88.   "ItemRecycleFilter": [
  89.     {
  90.       "Key": "itemUnknown",
  91.       "Value": 0
  92.     },
  93.     {
  94.       "Key": "itemLuckyEgg",
  95.       "Value": 200
  96.     },
  97.     {
  98.       "Key": "itemIncenseOrdinary",
  99.       "Value": 100
  100.     },
  101.     {
  102.       "Key": "itemIncenseSpicy",
  103.       "Value": 100
  104.     },
  105.     {
  106.       "Key": "itemIncenseCool",
  107.       "Value": 100
  108.     },
  109.     {
  110.       "Key": "itemIncenseFloral",
  111.       "Value": 100
  112.     },
  113.     {
  114.       "Key": "itemTroyDisk",
  115.       "Value": 100
  116.     },
  117.     {
  118.       "Key": "itemXAttack",
  119.       "Value": 100
  120.     },
  121.     {
  122.       "Key": "itemXDefense",
  123.       "Value": 100
  124.     },
  125.     {
  126.       "Key": "itemXMiracle",
  127.       "Value": 100
  128.     },
  129.     {
  130.       "Key": "itemRazzBerry",
  131.       "Value": 50
  132.     },
  133.     {
  134.       "Key": "itemBlukBerry",
  135.       "Value": 10
  136.     },
  137.     {
  138.       "Key": "itemNanabBerry",
  139.       "Value": 10
  140.     },
  141.     {
  142.       "Key": "itemWeparBerry",
  143.       "Value": 30
  144.     },
  145.     {
  146.       "Key": "itemPinapBerry",
  147.       "Value": 30
  148.     },
  149.     {
  150.       "Key": "itemSpecialCamera",
  151.       "Value": 100
  152.     },
  153.     {
  154.       "Key": "itemIncubatorBasicUnlimited",
  155.       "Value": 100
  156.     },
  157.     {
  158.       "Key": "itemIncubatorBasic",
  159.       "Value": 100
  160.     },
  161.     {
  162.       "Key": "itemPokemonStorageUpgrade",
  163.       "Value": 100
  164.     },
  165.     {
  166.       "Key": "itemItemStorageUpgrade",
  167.       "Value": 100
  168.     }
  169.   ],
  170.   "PokemonsNotToTransfer": [
  171.     "venusaur",
  172.     "charizard",
  173.     "blastoise",
  174.     "ditto",
  175.     "articuno",
  176.     "zapdos",
  177.     "moltres",
  178.     "mewtwo",
  179.     "mew"
  180.   ],
  181.   "PokemonsToEvolve": [
  182.     "caterpie",
  183.     "weedle",
  184.     "pidgey",
  185.     "rattata"
  186.   ],
  187.   "PokemonsToIgnore": [
  188.     "caterpie",
  189.     "weedle",
  190.     "pidgey",
  191.     "rattata",
  192.     "spearow",
  193.     "zubat",
  194.     "doduo"
  195.   ],
  196.   "PokemonToSnipe": {
  197.     "Locations": [
  198.       {
  199.         "Latitude": 38.556807486461118,
  200.         "Longitude": -121.2383794784546
  201.       },
  202.       {
  203.         "Latitude": -33.859019,
  204.         "Longitude": 151.213098
  205.       },
  206.       {
  207.         "Latitude": 47.5014969,
  208.         "Longitude": -122.0959568
  209.       },
  210.       {
  211.         "Latitude": 51.5025343,
  212.         "Longitude": -0.2055027
  213.       }
  214.     ],
  215.     "Pokemon": [
  216.       "venusaur",
  217.       "charizard",
  218.       "blastoise",
  219.       "beedrill",
  220.       "raichu",
  221.       "sandslash",
  222.       "nidoking",
  223.       "nidoqueen",
  224.       "clefable",
  225.       "ninetales",
  226.       "golbat",
  227.       "vileplume",
  228.       "golduck",
  229.       "primeape",
  230.       "arcanine",
  231.       "poliwrath",
  232.       "alakazam",
  233.       "machamp",
  234.       "golem",
  235.       "rapidash",
  236.       "slowbro",
  237.       "farfetchd",
  238.       "muk",
  239.       "cloyster",
  240.       "gengar",
  241.       "exeggutor",
  242.       "marowak",
  243.       "hitmonchan",
  244.       "lickitung",
  245.       "rhydon",
  246.       "chansey",
  247.       "kangaskhan",
  248.       "starmie",
  249.       "mrMime",
  250.       "scyther",
  251.       "magmar",
  252.       "electabuzz",
  253.       "jynx",
  254.       "gyarados",
  255.       "lapras",
  256.       "ditto",
  257.       "vaporeon",
  258.       "jolteon",
  259.       "flareon",
  260.       "porygon",
  261.       "kabutops",
  262.       "aerodactyl",
  263.       "snorlax",
  264.       "articuno",
  265.       "zapdos",
  266.       "moltres",
  267.       "dragonite",
  268.       "mewtwo",
  269.       "mew"
  270.     ]
  271.   },
  272.   "PokemonToUseMasterball": [
  273.     "articuno",
  274.     "zapdos",
  275.     "moltres",
  276.     "mew",
  277.     "mewtwo"
  278.   ]
  279. }
Add Comment
Please, Sign In to add comment