Guest User

Old + New MASS XP combined (doesn't clear you inventory)

a guest
Aug 2nd, 2016
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.28 KB | None | 0 0
  1. {
  2. "TranslationLanguageCode": "en",
  3. "AutoUpdate": false,
  4. "TransferConfigAndAuthOnUpdate": true,
  5. "StartupWelcomeDelay": false,
  6. "AmountOfPokemonToDisplayOnStart": 0,
  7. "ShowPokeballCountsBeforeRecycle": true,
  8. "AutomaticallyLevelUpPokemon": false,
  9. "AmountOfTimesToUpgradeLoop": 5,
  10. "GetMinStarDustForLevelUp": 5000,
  11. "LevelUpByCPorIv": "iv",
  12. "UpgradePokemonCpMinimum": 1000.0,
  13. "UpgradePokemonIvMinimum": 95.0,
  14. "UpgradePokemonMinimumStatsOperator": "and",
  15. "DisableHumanWalking": true,
  16. "DefaultAltitude": 10.0,
  17. "DefaultLatitude": 35.6328964,
  18. "DefaultLongitude": 139.8803943,
  19. "WalkingSpeedInKilometerPerHour": 50.0,
  20. "MaxSpawnLocationOffset": 10,
  21. "DelayBetweenPlayerActions": 1,
  22. "DelayBetweenPokemonCatch": 1,
  23. "DumpPokemonStats": true,
  24. "EvolveAboveIvValue": 1.0,
  25. "EvolveAllPokemonAboveIv": false,
  26. "EvolveAllPokemonWithEnoughCandy": true,
  27. "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
  28. "KeepPokemonsThatCanEvolve": true,
  29. "KeepMinCp": 2500,
  30. "KeepMinIvPercentage": 100.0,
  31. "KeepMinOperator": "and",
  32. "PrioritizeIvOverCp": true,
  33. "KeepMinDuplicatePokemon": 1,
  34. "UseGpxPathing": false,
  35. "GpxFile": "GPXPath.GPX",
  36. "VerboseRecycling": true,
  37. "RecycleInventoryAtUsagePercentage": 90.0,
  38. "UseEggIncubators": true,
  39. "UseLuckyEggConstantly": false,
  40. "UseLuckyEggsMinPokemonAmount": 30,
  41. "UseLuckyEggsWhileEvolving": false,
  42. "UseIncenseConstantly": false,
  43. "UseBerriesMinCp": 0,
  44. "UseBerriesMinIv": 0.0,
  45. "UseBerriesBelowCatchProbability": 0.0,
  46. "UseBerriesOperator": "and",
  47. "UseSnipeOnlineLocationServer": false,
  48. "UseSnipeLocationServer": false,
  49. "SnipeLocationServer": "localhost",
  50. "SnipeLocationServerPort": 16969,
  51. "MinPokeballsToSnipe": 250,
  52. "MinPokeballsWhileSnipe": 0,
  53. "MinDelayBetweenSnipes": 10000,
  54. "SnipingScanOffset": 0.013,
  55. "SnipeAtPokestops": true,
  56. "SnipeIgnoreUnknownIv": false,
  57. "UseTransferIvForSnipe": false,
  58. "RenamePokemon": false,
  59. "RenameOnlyAboveIv": true,
  60. "RenameTemplate": "{1}_{0}",
  61. "MaxPokeballsPerPokemon": 6,
  62. "MaxTravelDistanceInMeters": 3000,
  63. "TotalAmountOfPokebalsToKeep": 260,
  64. "TotalAmountOfPotionsToKeep": 1,
  65. "TotalAmountOfRevivesToKeep": 1,
  66. "TotalAmountOfBerriesToKeep": 1,
  67. "UseGreatBallAboveCp": 750,
  68. "UseUltraBallAboveCp": 1000,
  69. "UseMasterBallAboveCp": 1500,
  70. "UseGreatBallAboveIv": 80,
  71. "UseUltraBallAboveIv": 90,
  72. "UseGreatBallBelowCatchProbability": 0.0,
  73. "UseUltraBallBelowCatchProbability": 0.0,
  74. "UseMasterBallBelowCatchProbability": 0.0,
  75. "TransferDuplicatePokemon": true,
  76. "TransferDuplicatePokemonOnCapture": false,
  77. "FavoriteMinIvPercentage": 95.0,
  78. "AutoFavoritePokemon": false,
  79. "UsePokemonToNotCatchFilter": true,
  80. "UsePokemonSniperFilterOnly": false,
  81. "WebSocketPort": 14251,
  82. "ItemRecycleFilter": [
  83. {
  84. "Key": "itemUnknown",
  85. "Value": 0
  86. },
  87. {
  88. "Key": "itemLuckyEgg",
  89. "Value": 200
  90. },
  91. {
  92. "Key": "itemIncenseOrdinary",
  93. "Value": 100
  94. },
  95. {
  96. "Key": "itemIncenseSpicy",
  97. "Value": 100
  98. },
  99. {
  100. "Key": "itemIncenseCool",
  101. "Value": 100
  102. },
  103. {
  104. "Key": "itemIncenseFloral",
  105. "Value": 100
  106. },
  107. {
  108. "Key": "itemTroyDisk",
  109. "Value": 100
  110. },
  111. {
  112. "Key": "itemXAttack",
  113. "Value": 100
  114. },
  115. {
  116. "Key": "itemXDefense",
  117. "Value": 100
  118. },
  119. {
  120. "Key": "itemXMiracle",
  121. "Value": 100
  122. },
  123. {
  124. "Key": "itemRazzBerry",
  125. "Value": 50
  126. },
  127. {
  128. "Key": "itemBlukBerry",
  129. "Value": 10
  130. },
  131. {
  132. "Key": "itemNanabBerry",
  133. "Value": 10
  134. },
  135. {
  136. "Key": "itemWeparBerry",
  137. "Value": 30
  138. },
  139. {
  140. "Key": "itemPinapBerry",
  141. "Value": 30
  142. },
  143. {
  144. "Key": "itemSpecialCamera",
  145. "Value": 100
  146. },
  147. {
  148. "Key": "itemIncubatorBasicUnlimited",
  149. "Value": 100
  150. },
  151. {
  152. "Key": "itemIncubatorBasic",
  153. "Value": 100
  154. },
  155. {
  156. "Key": "itemPokemonStorageUpgrade",
  157. "Value": 1000
  158. },
  159. {
  160. "Key": "itemItemStorageUpgrade",
  161. "Value": 100
  162. }
  163. ],
  164. "PokemonsNotToTransfer": [
  165. "bulbasaur",
  166. "ivysaur",
  167. "venusaur",
  168. "charmander",
  169. "charmeleon",
  170. "charizard",
  171. "squirtle",
  172. "wartortle",
  173. "blastoise",
  174. "ekans",
  175. "arbok",
  176. "pikachu",
  177. "raichu",
  178. "sandshrew",
  179. "sandslash",
  180. "nidoranFemale",
  181. "nidorina",
  182. "nidoqueen",
  183. "nidoranMale",
  184. "nidorino",
  185. "nidoking",
  186. "clefairy",
  187. "clefable",
  188. "vulpix",
  189. "ninetales",
  190. "jigglypuff",
  191. "wigglytuff",
  192. "zubat",
  193. "golbat",
  194. "oddish",
  195. "gloom",
  196. "vileplume",
  197. "paras",
  198. "parasect",
  199. "venonat",
  200. "venomoth",
  201. "diglett",
  202. "dugtrio",
  203. "meowth",
  204. "persian",
  205. "psyduck",
  206. "golduck",
  207. "mankey",
  208. "primeape",
  209. "growlithe",
  210. "arcanine",
  211. "poliwag",
  212. "poliwhirl",
  213. "poliwrath",
  214. "abra",
  215. "kadabra",
  216. "alakazam",
  217. "machop",
  218. "machoke",
  219. "machamp",
  220. "bellsprout",
  221. "weepinbell",
  222. "victreebel",
  223. "tentacool",
  224. "tentacruel",
  225. "geodude",
  226. "graveler",
  227. "golem",
  228. "ponyta",
  229. "rapidash",
  230. "slowpoke",
  231. "slowbro",
  232. "magnemite",
  233. "magneton",
  234. "farfetchd",
  235. "doduo",
  236. "dodrio",
  237. "seel",
  238. "dewgong",
  239. "grimer",
  240. "muk",
  241. "shellder",
  242. "cloyster",
  243. "gastly",
  244. "haunter",
  245. "gengar",
  246. "onix",
  247. "drowzee",
  248. "hypno",
  249. "krabby",
  250. "kingler",
  251. "voltorb",
  252. "electrode",
  253. "exeggcute",
  254. "exeggutor",
  255. "cubone",
  256. "marowak",
  257. "hitmonlee",
  258. "hitmonchan",
  259. "lickitung",
  260. "koffing",
  261. "weezing",
  262. "rhyhorn",
  263. "rhydon",
  264. "chansey",
  265. "tangela",
  266. "kangaskhan",
  267. "horsea",
  268. "seadra",
  269. "goldeen",
  270. "seaking",
  271. "staryu",
  272. "starmie",
  273. "mrMime",
  274. "scyther",
  275. "jynx",
  276. "electabuzz",
  277. "magmar",
  278. "pinsir",
  279. "tauros",
  280. "magikarp",
  281. "gyarados",
  282. "lapras",
  283. "ditto",
  284. "eevee",
  285. "vaporeon",
  286. "jolteon",
  287. "flareon",
  288. "porygon",
  289. "omanyte",
  290. "omastar",
  291. "kabuto",
  292. "kabutops",
  293. "aerodactyl",
  294. "snorlax",
  295. "articuno",
  296. "zapdos",
  297. "moltres",
  298. "dratini",
  299. "dragonair",
  300. "dragonite",
  301. "mewtwo",
  302. "mew"
  303. ],
  304. "PokemonsToEvolve": [
  305. "caterpie",
  306. "weedle",
  307. "pidgey",
  308. "rattata"
  309. ],
  310. "PokemonsToIgnore": [
  311. "bulbasaur",
  312. "ivysaur",
  313. "venusaur",
  314. "charmander",
  315. "charmeleon",
  316. "charizard",
  317. "squirtle",
  318. "wartortle",
  319. "blastoise",
  320. "caterpie",
  321. "metapod",
  322. "butterfree",
  323. "weedle",
  324. "kakuna",
  325. "beedrill",
  326. "pidgey",
  327. "pidgeotto",
  328. "pidgeot",
  329. "rattata",
  330. "raticate",
  331. "spearow",
  332. "fearow",
  333. "ekans",
  334. "arbok",
  335. "pikachu",
  336. "raichu",
  337. "sandshrew",
  338. "sandslash",
  339. "nidorina",
  340. "nidoqueen",
  341. "nidorino",
  342. "nidoking",
  343. "clefairy",
  344. "clefable",
  345. "vulpix",
  346. "ninetales",
  347. "jigglypuff",
  348. "wigglytuff",
  349. "zubat",
  350. "golbat",
  351. "oddish",
  352. "gloom",
  353. "vileplume",
  354. "paras",
  355. "parasect",
  356. "venonat",
  357. "venomoth",
  358. "diglett",
  359. "dugtrio",
  360. "meowth",
  361. "persian",
  362. "psyduck",
  363. "golduck",
  364. "mankey",
  365. "primeape",
  366. "growlithe",
  367. "arcanine",
  368. "poliwag",
  369. "poliwhirl",
  370. "poliwrath",
  371. "abra",
  372. "kadabra",
  373. "alakazam",
  374. "machop",
  375. "machoke",
  376. "machamp",
  377. "bellsprout",
  378. "weepinbell",
  379. "victreebel",
  380. "tentacool",
  381. "tentacruel",
  382. "geodude",
  383. "graveler",
  384. "golem",
  385. "ponyta",
  386. "rapidash",
  387. "slowpoke",
  388. "slowbro",
  389. "magnemite",
  390. "magneton",
  391. "doduo",
  392. "dodrio",
  393. "seel",
  394. "dewgong",
  395. "grimer",
  396. "muk",
  397. "shellder",
  398. "cloyster",
  399. "gastly",
  400. "haunter",
  401. "gengar",
  402. "onix",
  403. "drowzee",
  404. "hypno",
  405. "krabby",
  406. "kingler",
  407. "voltorb",
  408. "electrode",
  409. "exeggcute",
  410. "exeggutor",
  411. "cubone",
  412. "marowak",
  413. "hitmonlee",
  414. "hitmonchan",
  415. "lickitung",
  416. "koffing",
  417. "weezing",
  418. "rhyhorn",
  419. "rhydon",
  420. "chansey",
  421. "tangela",
  422. "kangaskhan",
  423. "horsea",
  424. "seadra",
  425. "goldeen",
  426. "seaking",
  427. "staryu",
  428. "starmie",
  429. "scyther",
  430. "jynx",
  431. "electabuzz",
  432. "magmar",
  433. "pinsir",
  434. "tauros",
  435. "magikarp",
  436. "gyarados",
  437. "lapras",
  438. "ditto",
  439. "eevee",
  440. "vaporeon",
  441. "jolteon",
  442. "flareon",
  443. "porygon",
  444. "omanyte",
  445. "omastar",
  446. "kabuto",
  447. "kabutops",
  448. "aerodactyl",
  449. "snorlax",
  450. "articuno",
  451. "zapdos",
  452. "moltres",
  453. "dratini",
  454. "dragonair",
  455. "dragonite",
  456. "mewtwo",
  457. "mew"
  458. ],
  459. "PokemonsTransferFilter": {
  460. "Mewtwo": {
  461. "KeepMinCp": 2500,
  462. "KeepMinIvPercentage": 100.0,
  463. "KeepMinDuplicatePokemon": 1,
  464. "Moves": []
  465. }
  466. },
  467. "PokemonToSnipe": {
  468. "Locations": [
  469. {
  470. "Latitude": 40.712784,
  471. "Longitude": -74.005941
  472. },
  473. {
  474. "Latitude": 52.370216,
  475. "Longitude": 4.895168
  476. },
  477. {
  478. "Latitude": 59.329323,
  479. "Longitude": 18.068581
  480. },
  481. {
  482. "Latitude": 22.27972,
  483. "Longitude": 114.158091
  484. },
  485. {
  486. "Latitude": 48.856614,
  487. "Longitude": 2.352222
  488. },
  489. {
  490. "Latitude": -33.86882,
  491. "Longitude": 151.209296
  492. },
  493. {
  494. "Latitude": 37.77493,
  495. "Longitude": -122.419416
  496. },
  497. {
  498. "Latitude": 35.689488,
  499. "Longitude": 139.691706
  500. },
  501. {
  502. "Latitude": 52.520007,
  503. "Longitude": 13.404954
  504. },
  505. {
  506. "Latitude": 34.052234,
  507. "Longitude": -118.243685
  508. },
  509. {
  510. "Latitude": 38.907192,
  511. "Longitude": -77.036871
  512. },
  513. {
  514. "Latitude": 39.952584,
  515. "Longitude": -75.165222
  516. },
  517. {
  518. "Latitude": 51.507351,
  519. "Longitude": -0.127758
  520. }
  521. ],
  522. "Pokemon": [
  523. "caterpie",
  524. "weedle",
  525. "pidgey"
  526. ]
  527. },
  528. "PokemonToUseMasterball": [
  529. "articuno",
  530. "zapdos",
  531. "moltres",
  532. "mew",
  533. "mewtwo"
  534. ]
  535. }
Advertisement
Add Comment
Please, Sign In to add comment