Guest User

Untitled

a guest
Aug 14th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 KB | None | 0 0
  1. "StartUpSettings": {
  2. "AutoUpdate": false,
  3. "TransferConfigAndAuthOnUpdate": true,
  4. "DumpPokemonStats": false,
  5. "AmountOfPokemonToDisplayOnStart": 30,
  6. "StartupWelcomeDelay": false,
  7. "TranslationLanguageCode": "en",
  8. "WebSocketPort": 14251,
  9. "DisplayPokemonMaxPoweredCp": true,
  10. "DisplayPokemonMovesetRank": true
  11. },
  12. "LocationSettings": {
  13. "Teleport": false,
  14. "DefaultLatitude": 38.728375918239792,
  15. "DefaultLongitude": -9.166717529296875,
  16. "DefaultAltitude": 70.0,
  17. "WalkingSpeedInKilometerPerHour": 20.0,
  18. "MaxSpawnLocationOffset": 10,
  19. "MaxTravelDistanceInMeters": 8000,
  20. "UseGpxPathing": false,
  21. "GpxFile": "GPXPath.GPX",
  22. "UsePokeStopLuckyNumber": true,
  23. "PokestopSkipLuckyNumberMinUse": 3,
  24. "PokestopSkipLuckyNumber": 1,
  25. "PokestopSkipLuckyMin": 0,
  26. "PokestopSkipLuckyMax": 4
  27. },
  28. "DelaySettings": {
  29. "DelayBetweenPlayerActions": 5,
  30. "DelayPositionCheckState": 200,
  31. "DelayPokestop": 1000,
  32. "DelayCatchPokemon": 5,
  33. "DelayBetweenPokemonCatch": 5,
  34. "DelayCatchNearbyPokemon": 6,
  35. "DelayCatchLurePokemon": 7,
  36. "DelayCatchIncensePokemon": 8,
  37. "DelayEvolvePokemon": 20,
  38. "DelayEvolveVariation": 0.3,
  39. "DelayTransferPokemon": 10,
  40. "DelayDisplayPokemon": 5,
  41. "DelayUseLuckyEgg": 5,
  42. "DelaySoftbanRetry": 5,
  43. "DelayRecyleItem": 5,
  44. "DelaySnipePokemon": 250,
  45. "MinDelayBetweenSnipes": 10000,
  46. "SnipingScanOffset": 0.003
  47. },
  48. "PokemonSettings": {
  49. "UseEggIncubators": true,
  50. "RenamePokemon": false,
  51. "RenameOnlyAboveIv": true,
  52. "RenameTemplate": "shitlord",
  53. "TransferDuplicatePokemon": true,
  54. "PrioritizeIvOverCp": true,
  55. "KeepMinCp": 500,
  56. "KeepMinIvPercentage": 90.0,
  57. "KeepMinDuplicatePokemon": 2,
  58. "KeepPokemonsThatCanEvolve": false,
  59. "EvolveAllPokemonWithEnoughCandy": false,
  60. "EvolveAllPokemonAboveIv": true,
  61. "EvolveAboveIvValue": 98.0,
  62. "UseLuckyEggsWhileEvolving": true,
  63. "UseLuckyEggsMinPokemonAmount": 60,
  64. "AutomaticallyLevelUpPokemon": false,
  65. "LevelUpByCPorIv": "iv",
  66. "UpgradePokemonCpMinimum": 1000.0,
  67. "UpgradePokemonIvMinimum": 95.0,
  68. "AutoFavoritePokemon": true,
  69. "FavoriteMinIvPercentage": 98.0
  70. },
  71. "CatchSettings": {
  72. "CatchWildPokemon": true,
  73. "HumanizeThrows": true,
  74. "ThrowAccuracyMin": 0.8,
  75. "ThrowAccuracyMax": 1.0,
  76. "ThrowSpinFrequency": 0.8,
  77. "MaxPokeballsPerPokemon": 6,
  78. "UseGreatBallAboveIv": 80,
  79. "UseUltraBallAboveIv": 90,
  80. "UseGreatBallBelowCatchProbability": 0.35,
  81. "UseUltraBallBelowCatchProbability": 0.2,
  82. "UsePokemonToNotCatchFilter": false,
  83. "UseBerryMinCp": 1000,
  84. "UseBerryMinIv": 95.0,
  85. "UseBerryBelowCatchProbability": 0.25
  86. },
  87. "RecycleSettings": {
  88. "AutomaticInventoryManagement": true,
  89. "AutomaticMaxAllPokeballs": 100,
  90. "AutomaticMaxAllPotions": 0,
  91. "AutomaticMaxAllRevives": 20,
  92. "AutomaticMaxAllBerries": 50,
  93. "TotalAmountOfPokeballsToKeep": 40,
  94. "TotalAmountOfGreatballsToKeep": 80,
  95. "TotalAmountOfUltraballsToKeep": 120,
  96. "TotalAmountOfMasterballsToKeep": 100,
  97. "TotalAmountOfPotionsToKeep": 0,
  98. "TotalAmountOfSuperPotionsToKeep": 0,
  99. "TotalAmountOfHyperPotionsToKeep": 30,
  100. "TotalAmountOfMaxPotionsToKeep": 30,
  101. "TotalAmountOfRevivesToKeep": 0,
  102. "TotalAmountOfMaxRevivesToKeep": 40,
  103. "TotalAmountOfRazzToKeep": 50,
  104. "RecycleInventoryAtUsagePercentage": 0.85
  105. },
  106. "SnipeSettings": {
  107. "SnipeAtPokestops": false,
  108. "SnipeIgnoreUnknownIv": false,
  109. "UseTransferIvForSnipe": false,
  110. "MinPokeballsToSnipe": 20,
  111. "MinPokeballsWhileSnipe": 5,
  112. "UseSnipeLocationServer": false,
  113. "UsePokeSnipersLocationServer": false,
  114. "SnipeLocationServer": "localhost",
  115. "SnipeLocationServerPort": 16969,
  116. "SnipeRequestTimeoutSeconds": 10
  117. },
  118. "ItemRecycleFilter": [
  119. {
  120. "Key": "itemUnknown",
  121. "Value": 0
  122. },
  123. {
  124. "Key": "itemLuckyEgg",
  125. "Value": 200
  126. },
  127. {
  128. "Key": "itemIncenseOrdinary",
  129. "Value": 100
  130. },
  131. {
  132. "Key": "itemIncenseSpicy",
  133. "Value": 100
  134. },
  135. {
  136. "Key": "itemIncenseCool",
  137. "Value": 100
  138. },
  139. {
  140. "Key": "itemIncenseFloral",
  141. "Value": 100
  142. },
  143. {
  144. "Key": "itemTroyDisk",
  145. "Value": 100
  146. },
  147. {
  148. "Key": "itemXAttack",
  149. "Value": 100
  150. },
  151. {
  152. "Key": "itemXDefense",
  153. "Value": 100
  154. },
  155. {
  156. "Key": "itemXMiracle",
  157. "Value": 100
  158. },
  159. {
  160. "Key": "itemSpecialCamera",
  161. "Value": 100
  162. },
  163. {
  164. "Key": "itemIncubatorBasicUnlimited",
  165. "Value": 100
  166. },
  167. {
  168. "Key": "itemIncubatorBasic",
  169. "Value": 100
  170. },
  171. {
  172. "Key": "itemPokemonStorageUpgrade",
  173. "Value": 100
  174. },
  175. {
  176. "Key": "itemItemStorageUpgrade",
  177. "Value": 100
  178. }
  179. ],
  180. "PokemonsNotToTransfer": [
  181. "ditto",
  182. "articuno",
  183. "zapdos",
  184. "moltres",
  185. "mewtwo",
  186. "mew"
  187. ],
  188. "PokemonsToEvolve": [
  189. "caterpie",
  190. "weedle",
  191. "pidgey",
  192. "rattata",
  193. "spearow",
  194. "ekans",
  195. "zubat",
  196. "doduo",
  197. "pikachu",
  198. "sandshrew",
  199. "clefairy",
  200. "vulpix",
  201. "jigglypuff",
  202. "zubat",
  203. "oddish",
  204. "paras",
  205. "venonat",
  206. "diglett",
  207. "meowth",
  208. "psyduck",
  209. "mankey",
  210. "poliwag",
  211. "abra",
  212. "machop",
  213. "bellsprout",
  214. "tentacool",
  215. "geodude",
  216. "ponyta",
  217. "slowpoke",
  218. "magnemite",
  219. "doduo",
  220. "seel",
  221. "grimer",
  222. "shellder",
  223. "gastly",
  224. "drowzee",
  225. "krabby",
  226. "voltorb",
  227. "cubone",
  228. "koffing",
  229. "horsea",
  230. "goldeen",
  231. "staryu"
  232. ],
  233. "PokemonsToIgnore": [
  234. "caterpie",
  235. "weedle",
  236. "pidgey",
  237. "rattata",
  238. "spearow",
  239. "zubat",
  240. "doduo"
  241. ],
  242. "PokemonsTransferFilter": {
  243. "Venusaur": {
  244. "KeepMinCp": 170,
  245. "KeepMinIvPercentage": 80.0,
  246. "KeepMinDuplicatePokemon": 1
  247. },
  248. "Charizard": {
  249. "KeepMinCp": 170,
  250. "KeepMinIvPercentage": 20.0,
  251. "KeepMinDuplicatePokemon": 1
  252. },
  253. "Blastoise": {
  254. "KeepMinCp": 170,
  255. "KeepMinIvPercentage": 50.0,
  256. "KeepMinDuplicatePokemon": 1
  257. },
  258. "Nidoqueen": {
  259. "KeepMinCp": 170,
  260. "KeepMinIvPercentage": 80.0,
  261. "KeepMinDuplicatePokemon": 1
  262. },
  263. "Nidoking": {
  264. "KeepMinCp": 170,
  265. "KeepMinIvPercentage": 80.0,
  266. "KeepMinDuplicatePokemon": 1
  267. },
  268. "Clefable": {
  269. "KeepMinCp": 150,
  270. "KeepMinIvPercentage": 60.0,
  271. "KeepMinDuplicatePokemon": 1
  272. },
  273. "Vileplume": {
  274. "KeepMinCp": 170,
  275. "KeepMinIvPercentage": 80.0,
  276. "KeepMinDuplicatePokemon": 1
  277. },
  278. "Golduck": {
  279. "KeepMinCp": 170,
  280. "KeepMinIvPercentage": 80.0,
  281. "KeepMinDuplicatePokemon": 1
  282. },
  283. "Arcanine": {
  284. "KeepMinCp": 220,
  285. "KeepMinIvPercentage": 90.0,
  286. "KeepMinDuplicatePokemon": 1
  287. },
  288. "Poliwrath": {
  289. "KeepMinCp": 170,
  290. "KeepMinIvPercentage": 80.0,
  291. "KeepMinDuplicatePokemon": 1
  292. },
  293. "Machamp": {
  294. "KeepMinCp": 120,
  295. "KeepMinIvPercentage": 80.0,
  296. "KeepMinDuplicatePokemon": 1
  297. },
  298. "Victreebel": {
  299. "KeepMinCp": 120,
  300. "KeepMinIvPercentage": 60.0,
  301. "KeepMinDuplicatePokemon": 1
  302. },
  303. "Golem": {
  304. "KeepMinCp": 150,
  305. "KeepMinIvPercentage": 80.0,
  306. "KeepMinDuplicatePokemon": 1
  307. },
  308. "Slowbro": {
  309. "KeepMinCp": 750,
  310. "KeepMinIvPercentage": 90.0,
  311. "KeepMinDuplicatePokemon": 1
  312. },
  313. "Farfetchd": {
  314. "KeepMinCp": 150,
  315. "KeepMinIvPercentage": 90.0,
  316. "KeepMinDuplicatePokemon": 1
  317. },
  318. "Muk": {
  319. "KeepMinCp": 200,
  320. "KeepMinIvPercentage": 80.0,
  321. "KeepMinDuplicatePokemon": 1
  322. },
  323. "Exeggutor": {
  324. "KeepMinCp": 220,
  325. "KeepMinIvPercentage": 80.0,
  326. "KeepMinDuplicatePokemon": 1
  327. },
  328. "Lickitung": {
  329. "KeepMinCp": 100,
  330. "KeepMinIvPercentage": 80.0,
  331. "KeepMinDuplicatePokemon": 1
  332. },
  333. "Chansey": {
  334. "KeepMinCp": 100,
  335. "KeepMinIvPercentage": 95.0,
  336. "KeepMinDuplicatePokemon": 1
  337. },
  338. "Kangaskhan": {
  339. "KeepMinCp": 100,
  340. "KeepMinIvPercentage": 60.0,
  341. "KeepMinDuplicatePokemon": 1
  342. },
  343. "MrMime": {
  344. "KeepMinCp": 150,
  345. "KeepMinIvPercentage": 80.0,
  346. "KeepMinDuplicatePokemon": 1
  347. },
  348. "Scyther": {
  349. "KeepMinCp": 150,
  350. "KeepMinIvPercentage": 90.0,
  351. "KeepMinDuplicatePokemon": 1
  352. },
  353. "Jynx": {
  354. "KeepMinCp": 150,
  355. "KeepMinIvPercentage": 90.0,
  356. "KeepMinDuplicatePokemon": 1
  357. },
  358. "Electabuzz": {
  359. "KeepMinCp": 100,
  360. "KeepMinIvPercentage": 80.0,
  361. "KeepMinDuplicatePokemon": 1
  362. },
  363. "Magmar": {
  364. "KeepMinCp": 150,
  365. "KeepMinIvPercentage": 90.0,
  366. "KeepMinDuplicatePokemon": 1
  367. },
  368. "Pinsir": {
  369. "KeepMinCp": 200,
  370. "KeepMinIvPercentage": 98.0,
  371. "KeepMinDuplicatePokemon": 1
  372. },
  373. "Tauros": {
  374. "KeepMinCp": 500,
  375. "KeepMinIvPercentage": 90.0,
  376. "KeepMinDuplicatePokemon": 1
  377. },
  378. "Gyarados": {
  379. "KeepMinCp": 200,
  380. "KeepMinIvPercentage": 90.0,
  381. "KeepMinDuplicatePokemon": 1
  382. },
  383. "Lapras": {
  384. "KeepMinCp": 250,
  385. "KeepMinIvPercentage": 90.0,
  386. "KeepMinDuplicatePokemon": 1
  387. },
  388. "Eevee": {
  389. "KeepMinCp": 150,
  390. "KeepMinIvPercentage": 98.0,
  391. "KeepMinDuplicatePokemon": 1
  392. },
  393. "Vaporeon": {
  394. "KeepMinCp": 220,
  395. "KeepMinIvPercentage": 98.0,
  396. "KeepMinDuplicatePokemon": 1
  397. },
  398. "Jolteon": {
  399. "KeepMinCp": 220,
  400. "KeepMinIvPercentage": 95.0,
  401. "KeepMinDuplicatePokemon": 1
  402. },
  403. "Flareon": {
  404. "KeepMinCp": 220,
  405. "KeepMinIvPercentage": 95.0,
  406. "KeepMinDuplicatePokemon": 1
  407. },
  408. "Porygon": {
  409. "KeepMinCp": 150,
  410. "KeepMinIvPercentage": 95.0,
  411. "KeepMinDuplicatePokemon": 1
  412. },
  413. "Aerodactyl": {
  414. "KeepMinCp": 200,
  415. "KeepMinIvPercentage": 95.0,
  416. "KeepMinDuplicatePokemon": 1
  417. },
  418. "Snorlax": {
  419. "KeepMinCp": 270,
  420. "KeepMinIvPercentage": 96.0,
  421. "KeepMinDuplicatePokemon": 1
  422. },
  423. "Dragonite": {
  424. "KeepMinCp": 270,
  425. "KeepMinIvPercentage": 90.0,
  426. "KeepMinDuplicatePokemon": 1
  427. }
  428. },
  429. "PokemonToSnipe": {
  430. "Locations": [
  431. {
  432. "Latitude": 38.556807486461118,
  433. "Longitude": -121.2383794784546
  434. },
  435. {
  436. "Latitude": -33.859019,
  437. "Longitude": 151.213098
  438. },
  439. {
  440. "Latitude": 47.5014969,
  441. "Longitude": -122.0959568
  442. },
  443. {
  444. "Latitude": 51.5025343,
  445. "Longitude": -0.2055027
  446. }
  447. ],
  448. "Pokemon": [
  449. "bulbasaur",
  450. "ivysaur",
  451. "venusaur",
  452. "charmander",
  453. "charmeleon",
  454. "charizard",
  455. "squirtle",
  456. "wartortle",
  457. "blastoise",
  458. "butterfree",
  459. "beedrill",
  460. "pidgeot",
  461. "raticate",
  462. "fearow",
  463. "arbok",
  464. "pikachu",
  465. "raichu",
  466. "sandslash",
  467. "nidoqueen",
  468. "nidoking",
  469. "clefable",
  470. "ninetales",
  471. "wigglytuff",
  472. "golbat",
  473. "vileplume",
  474. "parasect",
  475. "venomoth",
  476. "dugtrio",
  477. "persian",
  478. "golduck",
  479. "primeape",
  480. "growlithe",
  481. "arcanine",
  482. "poliwag",
  483. "poliwhirl",
  484. "poliwrath",
  485. "abra",
  486. "kadabra",
  487. "alakazam",
  488. "machop",
  489. "machoke",
  490. "machamp",
  491. "victreebel",
  492. "tentacruel",
  493. "golem",
  494. "rapidash",
  495. "slowbro",
  496. "magneton",
  497. "farfetchd",
  498. "dodrio",
  499. "dewgong",
  500. "grimer",
  501. "muk",
  502. "cloyster",
  503. "gastly",
  504. "haunter",
  505. "gengar",
  506. "onix",
  507. "hypno",
  508. "kingler",
  509. "electrode",
  510. "exeggutor",
  511. "marowak",
  512. "hitmonlee",
  513. "hitmonchan",
  514. "lickitung",
  515. "koffing",
  516. "weezing",
  517. "rhyhorn",
  518. "rhydon",
  519. "chansey",
  520. "tangela",
  521. "kangaskhan",
  522. "seadra",
  523. "seaking",
  524. "starmie",
  525. "mrMime",
  526. "scyther",
  527. "jynx",
  528. "electabuzz",
  529. "magmar",
  530. "pinsir",
  531. "tauros",
  532. "magikarp",
  533. "gyarados",
  534. "lapras",
  535. "ditto",
  536. "eevee",
  537. "vaporeon",
  538. "jolteon",
  539. "flareon",
  540. "porygon",
  541. "omanyte",
  542. "omastar",
  543. "kabuto",
  544. "kabutops",
  545. "aerodactyl",
  546. "snorlax",
  547. "articuno",
  548. "zapdos",
  549. "moltres",
  550. "dratini",
  551. "dragonair",
  552. "dragonite",
  553. "mewtwo",
  554. "mew"
  555. ]
  556. },
  557. "PokemonToUseMasterball": [
  558. "articuno",
  559. "zapdos",
  560. "moltres",
  561. "mew",
  562. "mewtwo"
  563. ]
  564. }
Advertisement
Add Comment
Please, Sign In to add comment