drz3244

Necrobot HighCP ONLY Config - DrZ

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