drz3244

DrZ's MassEXP Config v0.7.5

Aug 7th, 2016
2,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 10.90 KB | None | 0 0
  1. {/*
  2.                                     MASSEXP CONFIG BY DRZ FOR NECROBOT 0.7.5
  3.                     -THIS VERSION USES GREAT BALLS AND ULTRA BALLS- -TO DISABLE, READ BELOW- -MAY LOWER EXP RATE-
  4.                           -THIS VERSION IS THE SAFEST FOR BOTTING WITH THE HIGHEST EXP RATES POSSIBLE-
  5.  
  6. @Credits to everyone who has helped with providing settings, and configs.
  7.  
  8. ---[WARNING: THIS CONFIG WILL TRANSFER DUPLICATE POKEMON ACCORDING TO THE SETTINGS YOU CHANGE ON TIPS]---
  9.  
  10. Search for TIP (Using CRTL+F)
  11.  
  12. Modify the KeepMinCP value to whatever CP you want to keep. (The value and higher.)
  13.  
  14. "KeepMinDuplicatePokemon" to 0. This will transfer all Pokemon below the MinCP and MinIV threshold you chose.
  15.  
  16. To disable great balls and ultra balls:
  17.  
  18. Replace:
  19.   "UseGreatBallAboveCp": 750,
  20.   "UseUltraBallAboveCp": 1000,
  21.   "UseMasterBallAboveCp": 1500,
  22.   "UseGreatBallAboveIv": 80.0,
  23.   "UseUltraBallAboveIv": 90.0,
  24.   "UseGreatBallBelowCatchProbability": 0.0,
  25.   "UseUltraBallBelowCatchProbability": 0.0,
  26.   "UseMasterBallBelowCatchProbability": 0.0,
  27.  
  28. With:
  29.   "UseGreatBallAboveCp": 1800,
  30.   "UseUltraBallAboveCp": 2500,
  31.   "UseMasterBallAboveCp": 1500,
  32.   "UseGreatBallAboveIv": 95,
  33.   "UseUltraBallAboveIv": 99,
  34.   "UseGreatBallBelowCatchProbability": 0.05,
  35.   "UseUltraBallBelowCatchProbability": 0.05,
  36.   "UseMasterBallBelowCatchProbability": 0.05,
  37.  
  38. To enable Constant Lucky Eggs:
  39.  
  40. Replace:
  41.   "UseLuckyEggConstantly": false,
  42.   "UseLuckyEggsMinPokemonAmount": 30,
  43.   "UseLuckyEggsWhileEvolving": true,
  44.  
  45. With:
  46.   "UseLuckyEggConstantly": true,
  47.   "UseLuckyEggsMinPokemonAmount": 30,
  48.   "UseLuckyEggsWhileEvolving": false,
  49.  
  50.  
  51. For slower or faster evolve:
  52.  
  53. Replace:
  54.   "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
  55.  
  56. With:
  57.   "EvolveKeptPokemonsAtStorageUsagePercentage": 70.0,    <- OR ANY PERCENTAGE
  58.  
  59. Any questions/help at PokeCoords Discord server.
  60. ~DrZ#3244
  61.  
  62. Want to buy me some tequila? [email protected]
  63. Want to support buy buying one of my accounts? http://pogomart.xyz
  64.  
  65. Thanks to Deliquium, cygnae, beum, 8787, Gmacki, ShrekHD and others for helping out!
  66.  
  67. */
  68.   "TranslationLanguageCode": "en",
  69.   "AutoUpdate": false,
  70.   "TransferConfigAndAuthOnUpdate": true,
  71.   "UseWebsocket": false,
  72.   "StartupWelcomeDelay": false,
  73.   "AmountOfPokemonToDisplayOnStart": 10,
  74.   "ShowPokeballCountsBeforeRecycle": true,
  75.   "CatchPokemon": true,
  76.   "AutomaticallyLevelUpPokemon": false,
  77.   "AmountOfTimesToUpgradeLoop": 5,
  78.   "GetMinStarDustForLevelUp": 5000,
  79.   "LevelUpByCPorIv": "iv",
  80.   "UpgradePokemonCpMinimum": 1000.0,
  81.   "UpgradePokemonIvMinimum": 95.0,
  82.   "UpgradePokemonMinimumStatsOperator": "and",
  83.   "DisableHumanWalking": true,
  84.   "DefaultLatitude": -33.867038,
  85.   "DefaultLongitude": 151.20919,
  86.   "WalkingSpeedInKilometerPerHour": 50.0,
  87.   "MaxSpawnLocationOffset": 10,
  88.   "DelayBetweenPlayerActions": 0,
  89.   "DelayBetweenPokemonCatch": 0,
  90.   "DumpPokemonStats": true,
  91.   "EvolveAboveIvValue": 1.0,
  92.   "EvolveAllPokemonAboveIv": false,
  93.   "EvolveAllPokemonWithEnoughCandy": true,
  94.   "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
  95.   "KeepPokemonsThatCanEvolve": true,
  96.   "KeepMinCp": 1250,   /*TIP: CHANGE THIS TO WHAT CP YOU WANT TO KEEP AND HIGHER*/
  97.   "KeepMinIvPercentage": 95.0,   /*TIP: CHANGE THIS TO WHAT IV YOU WANT TO KEEP AND HIGHER*/
  98.   "KeepMinLvl": 6,
  99.   "KeepMinOperator": "or", /*TIP: CHANGE THIS TO AND IF YOU WANT TO KEEP POKEMON ONLY WITH SPECIFIC CP AND IV.*/
  100.   "UseKeepMinLvl": false,
  101.   "PrioritizeIvOverCp": false,   /*TIP: CHANGE THIS IF YOU WANT TO PRIORITIZE IV OVER CP*/
  102.   "KeepMinDuplicatePokemon": 1,   /*TIP: IF YOU CHANGE TO 0 THEN POKEMONS BELOW THRESHOLD WILL BE TRANSFERRED*/
  103.   "UseGpxPathing": false,
  104.   "GpxFile": "GPXPath.GPX",
  105.   "VerboseRecycling": true,
  106.   "RecycleInventoryAtUsagePercentage": 90.0,
  107.   "UseEggIncubators": true,
  108.   "UseLuckyEggConstantly": false,
  109.   "UseLuckyEggsMinPokemonAmount": 30,
  110.   "UseLuckyEggsWhileEvolving": true,
  111.   "UseIncenseConstantly": true,
  112.   "UseBerriesMinCp": 0,
  113.   "UseBerriesMinIv": 0.0,
  114.   "UseBerriesBelowCatchProbability": 0.0,
  115.   "UseBerriesOperator": "and",
  116.   "UseSnipeOnlineLocationServer": false,
  117.   "UseSnipeLocationServer": false,
  118.   "SnipeLocationServer": "localhost",
  119.   "SnipeLocationServerPort": 16969,
  120.   "GetSniperInfoFromPokezz": true,
  121.   "GetOnlyVerifiedSniperInfoFromPokezz": true,
  122.   "MinPokeballsToSnipe": 100,
  123.   "MinPokeballsWhileSnipe": 0,
  124.   "MinDelayBetweenSnipes": 10000,
  125.   "SnipingScanOffset": 0.013,
  126.   "SnipeAtPokestops": true,
  127.   "SnipeIgnoreUnknownIv": false,
  128.   "UseTransferIvForSnipe": false,
  129.   "SnipePokemonNotInPokedex": false,
  130.   "RenamePokemon": false,
  131.   "RenameOnlyAboveIv": true,
  132.   "RenameTemplate": "{1}_{0}",
  133.   "MaxPokeballsPerPokemon": 6,
  134.   "MaxTravelDistanceInMeters": 3000,
  135.   "TotalAmountOfPokeballsToKeep": 300,
  136.   "TotalAmountOfPotionsToKeep": 0,
  137.   "TotalAmountOfRevivesToKeep": 0,
  138.   "TotalAmountOfBerriesToKeep": 50,
  139.   "UseGreatBallAboveCp": 750,
  140.   "UseUltraBallAboveCp": 1000,
  141.   "UseMasterBallAboveCp": 1500,
  142.   "UseGreatBallAboveIv": 80.0,
  143.   "UseUltraBallAboveIv": 90.0,
  144.   "UseGreatBallBelowCatchProbability": 0.0,
  145.   "UseUltraBallBelowCatchProbability": 0.0,
  146.   "UseMasterBallBelowCatchProbability": 0.0,
  147.   "EnableHumanizedThrows": false,
  148.   "NiceThrowChance": 40,
  149.   "GreatThrowChance": 30,
  150.   "ExcellentThrowChance": 10,
  151.   "CurveThrowChance": 90,
  152.   "ForceGreatThrowOverIv": 90.0,
  153.   "ForceExcellentThrowOverIv": 95.0,
  154.   "ForceGreatThrowOverCp": 1000,
  155.   "ForceExcellentThrowOverCp": 1500,
  156.   "TransferWeakPokemon": false,
  157.   "TransferDuplicatePokemon": true,
  158.   "TransferDuplicatePokemonOnCapture": false,
  159.   "FavoriteMinIvPercentage": 95.0,
  160.   "AutoFavoritePokemon": false,
  161.   "UsePokemonToNotCatchFilter": true,
  162.   "UsePokemonSniperFilterOnly": false,
  163.   "WebSocketPort": 14251,
  164.   "ItemRecycleFilter": [
  165.     {
  166.       "Key": "itemUnknown",
  167.       "Value": 0
  168.     },
  169.     {
  170.       "Key": "itemLuckyEgg",
  171.       "Value": 200
  172.     },
  173.     {
  174.       "Key": "itemIncenseOrdinary",
  175.       "Value": 100
  176.     },
  177.     {
  178.       "Key": "itemIncenseSpicy",
  179.       "Value": 100
  180.     },
  181.     {
  182.       "Key": "itemIncenseCool",
  183.       "Value": 100
  184.     },
  185.     {
  186.       "Key": "itemIncenseFloral",
  187.       "Value": 100
  188.     },
  189.     {
  190.       "Key": "itemTroyDisk",
  191.       "Value": 100
  192.     },
  193.     {
  194.       "Key": "itemXAttack",
  195.       "Value": 100
  196.     },
  197.     {
  198.       "Key": "itemXDefense",
  199.       "Value": 100
  200.     },
  201.     {
  202.       "Key": "itemXMiracle",
  203.       "Value": 100
  204.     },
  205.     {
  206.       "Key": "itemRazzBerry",
  207.       "Value": 200
  208.     },
  209.     {
  210.       "Key": "itemBlukBerry",
  211.       "Value": 10
  212.     },
  213.     {
  214.       "Key": "itemNanabBerry",
  215.       "Value": 10
  216.     },
  217.     {
  218.       "Key": "itemWeparBerry",
  219.       "Value": 30
  220.     },
  221.     {
  222.       "Key": "itemPinapBerry",
  223.       "Value": 30
  224.     },
  225.     {
  226.       "Key": "itemSpecialCamera",
  227.       "Value": 100
  228.     },
  229.     {
  230.       "Key": "itemIncubatorBasicUnlimited",
  231.       "Value": 100
  232.     },
  233.     {
  234.       "Key": "itemIncubatorBasic",
  235.       "Value": 100
  236.     },
  237.     {
  238.       "Key": "itemPokemonStorageUpgrade",
  239.       "Value": 1000
  240.     },
  241.     {
  242.       "Key": "itemItemStorageUpgrade",
  243.       "Value": 100
  244.     }
  245.   ],
  246.   "PokemonsNotToTransfer": [
  247.     "mewtwo",
  248.     "mew"
  249.   ],
  250.   "PokemonsToEvolve": [
  251.     "caterpie",
  252.     "weedle",
  253.     "pidgey",
  254.     "rattata"
  255.   ],
  256.   "PokemonsToIgnore": [
  257.     "bulbasaur",
  258.     "ivysaur",
  259.     "venusaur",
  260.     "charmander",
  261.     "charmeleon",
  262.     "charizard",
  263.     "squirtle",
  264.     "wartortle",
  265.     "blastoise",
  266.     "metapod",
  267.     "butterfree",
  268.     "kakuna",
  269.     "beedrill",
  270.     "pidgeotto",
  271.     "pidgeot",
  272.     "rattata",
  273.     "raticate",
  274.     "spearow",
  275.     "fearow",
  276.     "ekans",
  277.     "arbok",
  278.     "pikachu",
  279.     "raichu",
  280.     "sandshrew",
  281.     "sandslash",
  282.     "nidorina",
  283.     "nidoqueen",
  284.     "nidorino",
  285.     "nidoking",
  286.     "clefairy",
  287.     "clefable",
  288.     "vulpix",
  289.     "ninetales",
  290.     "jigglypuff",
  291.     "wigglytuff",
  292.     "zubat",
  293.     "golbat",
  294.     "oddish",
  295.     "gloom",
  296.     "vileplume",
  297.     "paras",
  298.     "parasect",
  299.     "venonat",
  300.     "venomoth",
  301.     "diglett",
  302.     "dugtrio",
  303.     "meowth",
  304.     "persian",
  305.     "psyduck",
  306.     "golduck",
  307.     "mankey",
  308.     "primeape",
  309.     "growlithe",
  310.     "arcanine",
  311.     "poliwag",
  312.     "poliwhirl",
  313.     "poliwrath",
  314.     "abra",
  315.     "kadabra",
  316.     "alakazam",
  317.     "machop",
  318.     "machoke",
  319.     "machamp",
  320.     "bellsprout",
  321.     "weepinbell",
  322.     "victreebel",
  323.     "tentacool",
  324.     "tentacruel",
  325.     "geodude",
  326.     "graveler",
  327.     "golem",
  328.     "ponyta",
  329.     "rapidash",
  330.     "slowpoke",
  331.     "slowbro",
  332.     "magnemite",
  333.     "magneton",
  334.     "doduo",
  335.     "dodrio",
  336.     "seel",
  337.     "dewgong",
  338.     "grimer",
  339.     "muk",
  340.     "shellder",
  341.     "cloyster",
  342.     "gastly",
  343.     "haunter",
  344.     "gengar",
  345.     "onix",
  346.     "drowzee",
  347.     "hypno",
  348.     "krabby",
  349.     "kingler",
  350.     "voltorb",
  351.     "electrode",
  352.     "exeggcute",
  353.     "exeggutor",
  354.     "cubone",
  355.     "marowak",
  356.     "hitmonlee",
  357.     "hitmonchan",
  358.     "lickitung",
  359.     "koffing",
  360.     "weezing",
  361.     "rhyhorn",
  362.     "rhydon",
  363.     "chansey",
  364.     "tangela",
  365.     "kangaskhan",
  366.     "horsea",
  367.     "seadra",
  368.     "goldeen",
  369.     "seaking",
  370.     "staryu",
  371.     "starmie",
  372.     "scyther",
  373.     "jynx",
  374.     "electabuzz",
  375.     "magmar",
  376.     "pinsir",
  377.     "tauros",
  378.     "magikarp",
  379.     "gyarados",
  380.     "lapras",
  381.     "ditto",
  382.     "eevee",
  383.     "vaporeon",
  384.     "jolteon",
  385.     "flareon",
  386.     "porygon",
  387.     "omanyte",
  388.     "omastar",
  389.     "kabuto",
  390.     "kabutops",
  391.     "aerodactyl",
  392.     "snorlax",
  393.     "articuno",
  394.     "zapdos",
  395.     "moltres",
  396.     "dratini",
  397.     "dragonair",
  398.     "dragonite",
  399.     "mewtwo",
  400.     "mew"
  401.   ],
  402.   "PokemonsTransferFilter": {
  403.     "Mewtwo": {
  404.       "KeepMinCp": 1500,
  405.       "KeepMinLvl": 0,
  406.       "UseKeepMinLvl": false,
  407.       "KeepMinIvPercentage": 95.0,
  408.       "KeepMinDuplicatePokemon": 1,
  409.       "Moves": [],
  410.       "KeepMinOperator": "or",
  411.       "MovesOperator": "or"
  412.     }
  413.   },
  414.   "PokemonToSnipe": {
  415.     "Locations": [
  416.       {
  417.         "Latitude": 35.6328964,
  418.         "Longitude": 139.8803943
  419.       },
  420.       {
  421.         "Latitude": 40.712784,
  422.         "Longitude": -74.005941
  423.       },
  424.       {
  425.         "Latitude": 38.907192,
  426.         "Longitude": -77.036871
  427.       },
  428.       {
  429.         "Latitude": 37.77493,
  430.         "Longitude": -122.419416
  431.       },
  432.       {
  433.         "Latitude": 52.520007,
  434.         "Longitude": 13.404954
  435.       },
  436.       {
  437.         "Latitude": 45.030148,
  438.         "Longitude": -93.319312
  439.       },
  440.       {
  441.         "Latitude": -33.872065,
  442.         "Longitude": 151.208195
  443.       },
  444.       {
  445.         "Latitude": -37.57814,
  446.         "Longitude": 144.922
  447.       },
  448.       {
  449.         "Latitude": 53.376694,
  450.         "Longitude": -6.277755
  451.       },
  452.       {
  453.         "Latitude": 41.640467,
  454.         "Longitude": -4.734827
  455.       },
  456.       {
  457.         "Latitude": 51.507351,
  458.         "Longitude": -0.127758
  459.       }
  460.     ],
  461.     "Pokemon": [
  462.       "caterpie",
  463.       "weedle",
  464.       "rattata",
  465.       "pidgey"
  466.     ]
  467.   },
  468.   "PokemonToUseMasterball": [
  469.     "articuno",
  470.     "zapdos",
  471.     "moltres",
  472.     "mew",
  473.     "mewtwo"
  474.   ]
  475. }
Advertisement
Add Comment
Please, Sign In to add comment