Advertisement
Guest User

8787 mass xp v0.2

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