Guest User

Untitled

a guest
Aug 3rd, 2016
797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.86 KB | None | 0 0
  1. {
  2. "TranslationLanguageCode": "en",
  3. "AutoUpdate": false,
  4. "TransferConfigAndAuthOnUpdate": true,
  5. "StartupWelcomeDelay": false,
  6. "AmountOfPokemonToDisplayOnStart": 10,
  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": 40.785091,
  18. "DefaultLongitude": -73.968285,
  19. "WalkingSpeedInKilometerPerHour": 100.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": 12.0,
  28. "KeepPokemonsThatCanEvolve": false,
  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": true,
  40. "UseLuckyEggsMinPokemonAmount": 30,
  41. "UseLuckyEggsWhileEvolving": false,
  42. "UseIncenseConstantly": true,
  43. "UseBerriesMinCp": 1000,
  44. "UseBerriesMinIv": 90.0,
  45. "UseBerriesBelowCatchProbability": 0.2,
  46. "UseBerriesOperator": "and",
  47. "UseSnipeOnlineLocationServer": true,
  48. "UseSnipeLocationServer": false,
  49. "SnipeLocationServer": "localhost",
  50. "SnipeLocationServerPort": 16969,
  51. "MinPokeballsToSnipe": 100,
  52. "MinPokeballsWhileSnipe": 0,
  53. "MinDelayBetweenSnipes": 1000,
  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": 150,
  64. "TotalAmountOfPotionsToKeep": 80,
  65. "TotalAmountOfRevivesToKeep": 60,
  66. "TotalAmountOfBerriesToKeep": 50,
  67. "UseGreatBallAboveCp": 750,
  68. "UseUltraBallAboveCp": 1000,
  69. "UseMasterBallAboveCp": 1500,
  70. "UseGreatBallAboveIv": 80,
  71. "UseUltraBallAboveIv": 90,
  72. "UseGreatBallBelowCatchProbability": 0.5,
  73. "UseUltraBallBelowCatchProbability": 0.4,
  74. "UseMasterBallBelowCatchProbability": 0.05,
  75. "TransferDuplicatePokemon": true,
  76. "TransferDuplicatePokemonOnCapture": true,
  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. "dragonite",
  166. "snorlax",
  167. "exeggutor",
  168. "lapras",
  169. "gyarados",
  170. "mewtwo",
  171. "mew"
  172. ],
  173. "PokemonsToEvolve": [
  174. "caterpie",
  175. "weedle",
  176. "pidgey",
  177. "rattata"
  178. ],
  179. "PokemonsToIgnore": [
  180. "bulbasaur",
  181. "ivysaur",
  182. "venusaur",
  183. "charmander",
  184. "charmeleon",
  185. "charizard",
  186. "squirtle",
  187. "wartortle",
  188. "blastoise",
  189. "caterpie",
  190. "metapod",
  191. "butterfree",
  192. "weedle",
  193. "kakuna",
  194. "beedrill",
  195. "pidgey",
  196. "pidgeotto",
  197. "pidgeot",
  198. "rattata",
  199. "raticate",
  200. "spearow",
  201. "fearow",
  202. "ekans",
  203. "arbok",
  204. "pikachu",
  205. "raichu",
  206. "sandshrew",
  207. "sandslash",
  208. "nidorina",
  209. "nidoqueen",
  210. "nidorino",
  211. "nidoking",
  212. "clefairy",
  213. "clefable",
  214. "vulpix",
  215. "ninetales",
  216. "jigglypuff",
  217. "wigglytuff",
  218. "zubat",
  219. "golbat",
  220. "oddish",
  221. "gloom",
  222. "vileplume",
  223. "paras",
  224. "parasect",
  225. "venonat",
  226. "venomoth",
  227. "diglett",
  228. "dugtrio",
  229. "meowth",
  230. "persian",
  231. "psyduck",
  232. "golduck",
  233. "mankey",
  234. "primeape",
  235. "growlithe",
  236. "arcanine",
  237. "poliwag",
  238. "poliwhirl",
  239. "poliwrath",
  240. "abra",
  241. "kadabra",
  242. "alakazam",
  243. "machop",
  244. "machoke",
  245. "machamp",
  246. "bellsprout",
  247. "weepinbell",
  248. "victreebel",
  249. "tentacool",
  250. "tentacruel",
  251. "geodude",
  252. "graveler",
  253. "golem",
  254. "ponyta",
  255. "rapidash",
  256. "slowpoke",
  257. "slowbro",
  258. "magnemite",
  259. "magneton",
  260. "doduo",
  261. "dodrio",
  262. "seel",
  263. "dewgong",
  264. "grimer",
  265. "muk",
  266. "shellder",
  267. "cloyster",
  268. "gastly",
  269. "haunter",
  270. "gengar",
  271. "onix",
  272. "drowzee",
  273. "hypno",
  274. "krabby",
  275. "kingler",
  276. "voltorb",
  277. "electrode",
  278. "exeggcute",
  279. "exeggutor",
  280. "cubone",
  281. "marowak",
  282. "hitmonlee",
  283. "hitmonchan",
  284. "lickitung",
  285. "koffing",
  286. "weezing",
  287. "rhyhorn",
  288. "rhydon",
  289. "chansey",
  290. "tangela",
  291. "kangaskhan",
  292. "horsea",
  293. "seadra",
  294. "goldeen",
  295. "seaking",
  296. "staryu",
  297. "starmie",
  298. "scyther",
  299. "jynx",
  300. "electabuzz",
  301. "magmar",
  302. "pinsir",
  303. "tauros",
  304. "magikarp",
  305. "gyarados",
  306. "lapras",
  307. "ditto",
  308. "eevee",
  309. "vaporeon",
  310. "jolteon",
  311. "flareon",
  312. "porygon",
  313. "omanyte",
  314. "omastar",
  315. "kabuto",
  316. "kabutops",
  317. "aerodactyl",
  318. "snorlax",
  319. "articuno",
  320. "zapdos",
  321. "moltres",
  322. "dratini",
  323. "dragonair",
  324. "dragonite",
  325. "mewtwo",
  326. "mew"
  327. ],
  328. "PokemonsTransferFilter": {
  329. "Mewtwo": {
  330. "KeepMinCp": 2500,
  331. "KeepMinIvPercentage": 100.0,
  332. "KeepMinDuplicatePokemon": 1,
  333. "Moves": []
  334. }
  335. },
  336. "PokemonToSnipe": {
  337. "Locations": [
  338. {
  339. "Latitude": 40.712784,
  340. "Longitude": -74.005941
  341. },
  342. {
  343. "Latitude": 52.370216,
  344. "Longitude": 4.895168
  345. },
  346. {
  347. "Latitude": 59.329323,
  348. "Longitude": 18.068581
  349. },
  350. {
  351. "Latitude": 22.27972,
  352. "Longitude": 114.158091
  353. },
  354. {
  355. "Latitude": 48.856614,
  356. "Longitude": 2.352222
  357. },
  358. {
  359. "Latitude": -33.86882,
  360. "Longitude": 151.209296
  361. },
  362. {
  363. "Latitude": 37.77493,
  364. "Longitude": -122.419416
  365. },
  366. {
  367. "Latitude": 35.689488,
  368. "Longitude": 139.691706
  369. },
  370. {
  371. "Latitude": 52.520007,
  372. "Longitude": 13.404954
  373. },
  374. {
  375. "Latitude": 34.052234,
  376. "Longitude": -118.243685
  377. },
  378. {
  379. "Latitude": 38.907192,
  380. "Longitude": -77.036871
  381. },
  382. {
  383. "Latitude": 39.952584,
  384. "Longitude": -75.165222
  385. },
  386. {
  387. "Latitude": 51.507351,
  388. "Longitude": -0.127758
  389. },
  390. {
  391. "Latitude": -33.879889,
  392. "Longitude": 151.202436
  393. },
  394. {
  395. "Latitude": -6.215975,
  396. "Longitude": 106.779162
  397. },
  398. {
  399. "Latitude": 40.706522,
  400. "Longitude": -74.011854
  401. },
  402. {
  403. "Latitude": 40.712784,
  404. "Longitude": -74.005941
  405. },
  406. {
  407. "Latitude": 38.907192,
  408. "Longitude": -77.036871
  409. },
  410. {
  411. "Latitude": 37.77493,
  412. "Longitude": -122.419416
  413. },
  414. {
  415. "Latitude": 52.520007,
  416. "Longitude": 13.404954
  417. },
  418. {
  419. "Latitude": 51.507351,
  420. "Longitude": -0.127758
  421. }
  422. ],
  423. "Pokemon": [
  424. "caterpie",
  425. "weedle",
  426. "rattata",
  427. "pidgey"
  428. ]
  429. },
  430. "PokemonToUseMasterball": [
  431. "articuno",
  432. "zapdos",
  433. "moltres",
  434. "mew",
  435. "mewtwo"
  436. ]
  437. }
Advertisement
Add Comment
Please, Sign In to add comment