Advertisement
Heracles421

100k XP/h

Jul 31st, 2016
1,014
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 8.28 KB | None | 0 0
  1. {
  2.   "AmountOfPokemonToDisplayOnStart": 10,
  3.   "AutomaticallyLevelUpPokemon": false,
  4.   "AutoUpdate": true,
  5.   "DefaultAltitude": 10.0,
  6.   "DefaultLatitude": 35.6329007,
  7.   "DefaultLongitude": 139.8782056,
  8.   "Teleport": false,
  9.   "DelayBetweenPlayerActions": 0,
  10.   "DelayBetweenPokemonCatch": 0,
  11.   "DelayCatchNearbyPokemon": 0,
  12.   "DelayPositionCheckState": 0,
  13.   "DelayCatchIncensePokemon": 0,
  14.   "DelayCatchLurePokemon": 0,
  15.   "DelayCatchPokemon": 0,
  16.   "DelayDisplayPokemon": 100,
  17.   "DelayUseLuckyEgg": 1000,
  18.   "DelaySoftbanRetry": 0,
  19.   "DelayPokestop": 100,
  20.   "DelayRecyleItem": 0,
  21.   "DelaySnipePokemon": 0,
  22.   "DelayTransferPokemon": 0,
  23.   "DumpPokemonStats": false,
  24.   "EvolveAboveIvValue": 99.0,
  25.   "EvolveAllPokemonAboveIv": false,
  26.   "EvolveAllPokemonWithEnoughCandy": true,
  27.   "GpxFile": "GPXPath.GPX",
  28.   "ItemRecycleFilter": [
  29.     {
  30.       "Key": "itemUnknown",
  31.       "Value": 0
  32.     },
  33.     {
  34.       "Key": "itemLuckyEgg",
  35.       "Value": 200
  36.     },
  37.     {
  38.       "Key": "itemIncenseOrdinary",
  39.       "Value": 100
  40.     },
  41.     {
  42.       "Key": "itemIncenseSpicy",
  43.       "Value": 100
  44.     },
  45.     {
  46.       "Key": "itemIncenseCool",
  47.       "Value": 100
  48.     },
  49.     {
  50.       "Key": "itemIncenseFloral",
  51.       "Value": 100
  52.     },
  53.     {
  54.       "Key": "itemTroyDisk",
  55.       "Value": 100
  56.     },
  57.     {
  58.       "Key": "itemXAttack",
  59.       "Value": 100
  60.     },
  61.     {
  62.       "Key": "itemXDefense",
  63.       "Value": 100
  64.     },
  65.     {
  66.       "Key": "itemXMiracle",
  67.       "Value": 100
  68.     },
  69.     {
  70.       "Key": "itemRazzBerry",
  71.       "Value": 50
  72.     },
  73.     {
  74.       "Key": "itemBlukBerry",
  75.       "Value": 10
  76.     },
  77.     {
  78.       "Key": "itemNanabBerry",
  79.       "Value": 10
  80.     },
  81.     {
  82.       "Key": "itemWeparBerry",
  83.       "Value": 30
  84.     },
  85.     {
  86.       "Key": "itemPinapBerry",
  87.       "Value": 30
  88.     },
  89.     {
  90.       "Key": "itemSpecialCamera",
  91.       "Value": 100
  92.     },
  93.     {
  94.       "Key": "itemIncubatorBasicUnlimited",
  95.       "Value": 100
  96.     },
  97.     {
  98.       "Key": "itemIncubatorBasic",
  99.       "Value": 100
  100.     },
  101.     {
  102.       "Key": "itemPokemonStorageUpgrade",
  103.       "Value": 100
  104.     },
  105.     {
  106.       "Key": "itemItemStorageUpgrade",
  107.       "Value": 100
  108.     }
  109.   ],
  110.   "KeepMinCp": 2500,
  111.   "KeepMinDuplicatePokemon": 1,
  112.   "KeepMinIvPercentage": 98.0,
  113.   "KeepPokemonsThatCanEvolve": false,
  114.   "LevelUpByCPorIv": "iv",
  115.   "MaxPokeballsPerPokemon": 20,
  116.   "MaxSpawnLocationOffset": 10,
  117.   "MaxTravelDistanceInMeters": 4500,
  118.   "MinDelayBetweenSnipes": 100,
  119.   "MinPokeballsToSnipe": 30,
  120.   "MinPokeballsWhileSnipe": 0,
  121.   "PokemonsNotToTransfer": [
  122.     "venusaur",
  123.     "charizard",
  124.     "blastoise",
  125.     "ditto",
  126.     "articuno",
  127.     "zapdos",
  128.     "moltres",
  129.     "mewtwo",
  130.     "mew"
  131.   ],
  132.   "PokemonsToEvolve": [
  133.     "caterpie",
  134.     "weedle",
  135.     "spearow",
  136.     "zubat",
  137.     "doduo",
  138.     "pidgey",
  139.     "rattata"
  140.   ],
  141.   "PokemonsToIgnore": [
  142.     "caterpie",
  143.     "weedle",
  144.     "pidgey",
  145.     "rattata",
  146.     "spearow",
  147.     "zubat",
  148.     "doduo"
  149.   ],
  150.   "PokemonsTransferFilter": {
  151.     "Golduck": {
  152.       "KeepMinCp": 1800,
  153.       "KeepMinIvPercentage": 95.0,
  154.       "KeepMinDuplicatePokemon": 1
  155.     },
  156.     "Farfetchd": {
  157.       "KeepMinCp": 1250,
  158.       "KeepMinIvPercentage": 95.0,
  159.       "KeepMinDuplicatePokemon": 1
  160.     },
  161.     "Krabby": {
  162.       "KeepMinCp": 1250,
  163.       "KeepMinIvPercentage": 95.0,
  164.       "KeepMinDuplicatePokemon": 1
  165.     },
  166.     "Kangaskhan": {
  167.       "KeepMinCp": 1500,
  168.       "KeepMinIvPercentage": 95.0,
  169.       "KeepMinDuplicatePokemon": 1
  170.     },
  171.     "Horsea": {
  172.       "KeepMinCp": 1250,
  173.       "KeepMinIvPercentage": 95.0,
  174.       "KeepMinDuplicatePokemon": 1
  175.     },
  176.     "Staryu": {
  177.       "KeepMinCp": 1250,
  178.       "KeepMinIvPercentage": 95.0,
  179.       "KeepMinDuplicatePokemon": 1
  180.     },
  181.     "MrMime": {
  182.       "KeepMinCp": 1250,
  183.       "KeepMinIvPercentage": 95.0,
  184.       "KeepMinDuplicatePokemon": 1
  185.     },
  186.     "Scyther": {
  187.       "KeepMinCp": 1800,
  188.       "KeepMinIvPercentage": 95.0,
  189.       "KeepMinDuplicatePokemon": 1
  190.     },
  191.     "Jynx": {
  192.       "KeepMinCp": 1250,
  193.       "KeepMinIvPercentage": 95.0,
  194.       "KeepMinDuplicatePokemon": 1
  195.     },
  196.     "Electabuzz": {
  197.       "KeepMinCp": 1250,
  198.       "KeepMinIvPercentage": 95.0,
  199.       "KeepMinDuplicatePokemon": 1
  200.     },
  201.     "Magmar": {
  202.       "KeepMinCp": 1500,
  203.       "KeepMinIvPercentage": 95.0,
  204.       "KeepMinDuplicatePokemon": 1
  205.     },
  206.     "Pinsir": {
  207.       "KeepMinCp": 2500,
  208.       "KeepMinIvPercentage": 95.0,
  209.       "KeepMinDuplicatePokemon": 1
  210.     },
  211.     "Tauros": {
  212.       "KeepMinCp": 1250,
  213.       "KeepMinIvPercentage": 95.0,
  214.       "KeepMinDuplicatePokemon": 1
  215.     },
  216.     "Magikarp": {
  217.       "KeepMinCp": 1250,
  218.       "KeepMinIvPercentage": 95.0,
  219.       "KeepMinDuplicatePokemon": 1
  220.     },
  221.     "Gyarados": {
  222.       "KeepMinCp": 1250,
  223.       "KeepMinIvPercentage": 95.0,
  224.       "KeepMinDuplicatePokemon": 1
  225.     },
  226.     "Lapras": {
  227.       "KeepMinCp": 1800,
  228.       "KeepMinIvPercentage": 95.0,
  229.       "KeepMinDuplicatePokemon": 1
  230.     },
  231.     "Eevee": {
  232.       "KeepMinCp": 1250,
  233.       "KeepMinIvPercentage": 95.0,
  234.       "KeepMinDuplicatePokemon": 1
  235.     },
  236.     "Vaporeon": {
  237.       "KeepMinCp": 1500,
  238.       "KeepMinIvPercentage": 95.0,
  239.       "KeepMinDuplicatePokemon": 1
  240.     },
  241.     "Jolteon": {
  242.       "KeepMinCp": 1500,
  243.       "KeepMinIvPercentage": 95.0,
  244.       "KeepMinDuplicatePokemon": 1
  245.     },
  246.     "Flareon": {
  247.       "KeepMinCp": 1500,
  248.       "KeepMinIvPercentage": 95.0,
  249.       "KeepMinDuplicatePokemon": 1
  250.     },
  251.     "Porygon": {
  252.       "KeepMinCp": 1250,
  253.       "KeepMinIvPercentage": 95.0,
  254.       "KeepMinDuplicatePokemon": 1
  255.     },
  256.     "Snorlax": {
  257.       "KeepMinCp": 2600,
  258.       "KeepMinIvPercentage": 95.0,
  259.       "KeepMinDuplicatePokemon": 1
  260.     },
  261.     "Dragonite": {
  262.       "KeepMinCp": 2600,
  263.       "KeepMinIvPercentage": 95.0,
  264.       "KeepMinDuplicatePokemon": 1
  265.     }
  266.   },
  267.   "PokemonToSnipe": {
  268.     "Locations": [
  269.       {
  270.         "Latitude": 38.556807486461118,
  271.         "Longitude": -121.2383794784546
  272.       },
  273.       {
  274.         "Latitude": -33.859019,
  275.         "Longitude": 151.213098
  276.       },
  277.       {
  278.         "Latitude": 47.5014969,
  279.         "Longitude": -122.0959568
  280.       },
  281.       {
  282.         "Latitude": 51.5025343,
  283.         "Longitude": -0.2055027
  284.       }
  285.     ],
  286.     "Pokemon": [
  287.       "venusaur",
  288.       "charizard",
  289.       "blastoise",
  290.       "beedrill",
  291.       "raichu",
  292.       "sandslash",
  293.       "nidoking",
  294.       "nidoqueen",
  295.       "clefable",
  296.       "ninetales",
  297.       "golbat",
  298.       "vileplume",
  299.       "golduck",
  300.       "primeape",
  301.       "arcanine",
  302.       "poliwrath",
  303.       "alakazam",
  304.       "machamp",
  305.       "golem",
  306.       "rapidash",
  307.       "slowbro",
  308.       "farfetchd",
  309.       "muk",
  310.       "cloyster",
  311.       "gengar",
  312.       "exeggutor",
  313.       "marowak",
  314.       "hitmonchan",
  315.       "lickitung",
  316.       "rhydon",
  317.       "chansey",
  318.       "kangaskhan",
  319.       "starmie",
  320.       "mrMime",
  321.       "scyther",
  322.       "magmar",
  323.       "electabuzz",
  324.       "magmar",
  325.       "jynx",
  326.       "gyarados",
  327.       "lapras",
  328.       "ditto",
  329.       "vaporeon",
  330.       "jolteon",
  331.       "flareon",
  332.       "porygon",
  333.       "kabutops",
  334.       "aerodactyl",
  335.       "snorlax",
  336.       "articuno",
  337.       "zapdos",
  338.       "moltres",
  339.       "dragonite",
  340.       "mewtwo",
  341.       "mew"
  342.     ]
  343.   },
  344.   "PokemonToUseMasterball": [
  345.     "articuno",
  346.     "zapdos",
  347.     "moltres",
  348.     "mew",
  349.     "mewtwo"
  350.   ],
  351.   "PrioritizeIvOverCp": true,
  352.   "RenameOnlyAboveIv": true,
  353.   "RenamePokemon": true,
  354.   "RenameTemplate": "{1}_{0}",
  355.   "SnipeAtPokestops": true,
  356.   "SnipeIgnoreUnknownIv": true,
  357.   "SnipeLocationServer": "localhost",
  358.   "SnipeLocationServerPort": 16969,
  359.   "StartupWelcomeDelay": false,
  360.   "TotalAmountOfPokebalsToKeep": 300,
  361.   "TotalAmountOfPotionsToKeep": 45,
  362.   "TotalAmountOfRevivesToKeep": 5,
  363.   "TransferConfigAndAuthOnUpdate": true,
  364.   "TransferDuplicatePokemon": true,
  365.   "TranslationLanguageCode": "en",
  366.   "UpgradePokemonCpMinimum": 1000.0,
  367.   "UpgradePokemonIvMinimum": 99.0,
  368.   "UseEggIncubators": true,
  369.   "UseGpxPathing": false,
  370.   "UseGreatBallAboveCp": 750,
  371.   "UseLuckyEggsMinPokemonAmount": 30,
  372.   "UseLuckyEggsWhileEvolving": false,
  373.   "UseMasterBallAboveCp": 1500,
  374.   "UsePokemonToNotCatchFilter": false,
  375.   "UseSnipeLocationServer": true,
  376.   "UseTransferIvForSnipe": false,
  377.   "UseUltraBallAboveCp": 1000,
  378.   "WalkingSpeedInKilometerPerHour": 300.0,
  379.   "WebSocketPort": 14251
  380. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement