Advertisement
Guest User

PokeMobBot 1.0.1 config.json

a guest
Aug 2nd, 2016
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.37 KB | None | 0 0
  1. {
  2. "AutoUpdate": false,
  3. "TransferConfigAndAuthOnUpdate": true,
  4. "DumpPokemonStats": false,
  5. "AmountOfPokemonToDisplayOnStart": 0,
  6. "StartupWelcomeDelay": false,
  7. "TranslationLanguageCode": "en",
  8. "WebSocketPort": 14251,
  9. "Teleport": true,
  10. "DefaultLatitude": 51.507351,
  11. "DefaultLongitude": -0.127758,
  12. "DefaultAltitude": 10.0,
  13. "WalkingSpeedInKilometerPerHour": 300.0,
  14. "MaxSpawnLocationOffset": 0,
  15. "MaxTravelDistanceInMeters": 5000,
  16. "UseGpxPathing": false,
  17. "GpxFile": "GPXPath.GPX",
  18. "DelayBetweenPlayerActions": 0,
  19. "DelayPositionCheckState": 0,
  20. "DelayPokestop": 0,
  21. "DelayCatchPokemon": 0,
  22. "DelayBetweenPokemonCatch": 0,
  23. "DelayCatchNearbyPokemon": 0,
  24. "DelayCatchLurePokemon": 0,
  25. "DelayCatchIncensePokemon": 0,
  26. "DelayTransferPokemon": 0,
  27. "DelayDisplayPokemon": 0,
  28. "DelayUseLuckyEgg": 0,
  29. "DelaySoftbanRetry": 0,
  30. "DelayRecyleItem": 0,
  31. "DelaySnipePokemon": 0,
  32. "MinDelayBetweenSnipes": 0,
  33. "UseEggIncubators": true,
  34. "RenamePokemon": true,
  35. "RenameOnlyAboveIv": true,
  36. "RenameTemplate": "{1}_{0}",
  37. "TransferDuplicatePokemon": true,
  38. "PrioritizeIvOverCp": true,
  39. "KeepMinCp": 2000,
  40. "KeepMinIvPercentage": 95.0,
  41. "KeepMinDuplicatePokemon": 1,
  42. "KeepPokemonsThatCanEvolve": true,
  43. "EvolveAllPokemonWithEnoughCandy": true,
  44. "EvolveAllPokemonAboveIv": true,
  45. "EvolveAboveIvValue": 99.0,
  46. "UseLuckyEggsWhileEvolving": true,
  47. "UseLuckyEggsMinPokemonAmount": 30,
  48. "AutomaticallyLevelUpPokemon": false,
  49. "LevelUpByCPorIv": "iv",
  50. "UpgradePokemonCpMinimum": 2500.0,
  51. "UpgradePokemonIvMinimum": 99.0,
  52. "HumanizeThrows": false,
  53. "ThrowAccuracyMin": 1.0,
  54. "ThrowAccuracyMax": 1.0,
  55. "ThrowSpinFrequency": 1.0,
  56. "MaxPokeballsPerPokemon": 6,
  57. "UseGreatBallAboveCp": 1000,
  58. "UseUltraBallAboveCp": 1500,
  59. "UseMasterBallAboveCp": 2000,
  60. "UsePokemonToNotCatchFilter": false,
  61. "UseBerryMinCp": 5000,
  62. "UseBerryMinIv": 30.0,
  63. "UseBerryBelowCatchProbability": 0.55,
  64. "FavoriteMinIvPercentage": 100.0,
  65. "AutoFavoritePokemon": true,
  66. "TotalAmountOfPokeballsToKeep": 200,
  67. "TotalAmountOfPotionsToKeep": 1,
  68. "TotalAmountOfRevivesToKeep": 20,
  69. "UseGreatBallAboveIv": 90,
  70. "UseUltraBallAboveIv": 95,
  71. "UseGreatBallBelowCatchProbability": 0.5,
  72. "UseUltraBallBelowCatchProbability": 0.25,
  73. "UseMasterBallBelowCatchProbability": 0.05,
  74. "RecycleInventoryAtUsagePercentage": 0.9,
  75. "SnipeAtPokestops": true,
  76. "SnipeIgnoreUnknownIv": false,
  77. "UseTransferIvForSnipe": true,
  78. "MinPokeballsToSnipe": 30,
  79. "MinPokeballsWhileSnipe": 0,
  80. "UseSnipeLocationServer": true,
  81. "SnipeLocationServer": "localhost",
  82. "SnipeLocationServerPort": 16969,
  83. "ItemRecycleFilter": [
  84. {
  85. "Key": "itemUnknown",
  86. "Value": 0
  87. },
  88. {
  89. "Key": "itemLuckyEgg",
  90. "Value": 200
  91. },
  92. {
  93. "Key": "itemIncenseOrdinary",
  94. "Value": 100
  95. },
  96. {
  97. "Key": "itemIncenseSpicy",
  98. "Value": 100
  99. },
  100. {
  101. "Key": "itemIncenseCool",
  102. "Value": 100
  103. },
  104. {
  105. "Key": "itemIncenseFloral",
  106. "Value": 100
  107. },
  108. {
  109. "Key": "itemTroyDisk",
  110. "Value": 100
  111. },
  112. {
  113. "Key": "itemXAttack",
  114. "Value": 100
  115. },
  116. {
  117. "Key": "itemXDefense",
  118. "Value": 100
  119. },
  120. {
  121. "Key": "itemXMiracle",
  122. "Value": 100
  123. },
  124. {
  125. "Key": "itemRazzBerry",
  126. "Value": 40
  127. },
  128. {
  129. "Key": "itemBlukBerry",
  130. "Value": 10
  131. },
  132. {
  133. "Key": "itemNanabBerry",
  134. "Value": 10
  135. },
  136. {
  137. "Key": "itemWeparBerry",
  138. "Value": 30
  139. },
  140. {
  141. "Key": "itemPinapBerry",
  142. "Value": 30
  143. },
  144. {
  145. "Key": "itemSpecialCamera",
  146. "Value": 100
  147. },
  148. {
  149. "Key": "itemIncubatorBasicUnlimited",
  150. "Value": 100
  151. },
  152. {
  153. "Key": "itemIncubatorBasic",
  154. "Value": 100
  155. },
  156. {
  157. "Key": "itemPokemonStorageUpgrade",
  158. "Value": 100
  159. },
  160. {
  161. "Key": "itemItemStorageUpgrade",
  162. "Value": 100
  163. }
  164. ],
  165. "PokemonsNotToTransfer": [
  166. "ditto",
  167. "articuno",
  168. "zapdos",
  169. "moltres",
  170. "mewtwo",
  171. "mew"
  172. ],
  173. "PokemonsToEvolve": [
  174. "caterpie",
  175. "weedle",
  176. "pidgey",
  177. "rattata",
  178. "spearow",
  179. "ekans",
  180. "pikachu",
  181. "sandshrew",
  182. "nidoranFemale",
  183. "nidoranMale",
  184. "clefairy",
  185. "vulpix",
  186. "jigglypuff",
  187. "zubat",
  188. "oddish",
  189. "paras",
  190. "venonat",
  191. "diglett",
  192. "meowth",
  193. "psyduck",
  194. "mankey",
  195. "growlithe",
  196. "poliwag",
  197. "abra",
  198. "machop",
  199. "bellsprout",
  200. "tentacool",
  201. "geodude",
  202. "ponyta",
  203. "slowpoke",
  204. "magnemite",
  205. "doduo",
  206. "seel",
  207. "grimer",
  208. "shellder",
  209. "gastly",
  210. "drowzee",
  211. "krabby",
  212. "voltorb",
  213. "cubone",
  214. "koffing",
  215. "rhyhorn",
  216. "horsea",
  217. "goldeen",
  218. "staryu",
  219. "omanyte",
  220. "kabuto"
  221. ],
  222. "PokemonsToIgnore": [],
  223. "PokemonsTransferFilter": {
  224. "Magikarp": {
  225. "KeepMinCp": 180,
  226. "KeepMinIvPercentage": 95.0,
  227. "KeepMinDuplicatePokemon": 1
  228. },
  229. "Eevee": {
  230. "KeepMinCp": 750,
  231. "KeepMinIvPercentage": 95.0,
  232. "KeepMinDuplicatePokemon": 1
  233. }
  234. },
  235. "PokemonToSnipe": {
  236. "Locations": [
  237. {
  238. "Latitude": 36.0093082,
  239. "Longitude": -80.4149221
  240. },
  241. {
  242. "Latitude": 40.149586615375028,
  243. "Longitude": -83.026342391967773
  244. },
  245. {
  246. "Latitude": 47.3048899,
  247. "Longitude": -122.52135350000003
  248. },
  249. {
  250. "Latitude": -37.598898,
  251. "Longitude": 144.919469
  252. },
  253. {
  254. "Latitude": 51.50231,
  255. "Longitude": -0.203635
  256. },
  257. {
  258. "Latitude": 40.849448,
  259. "Longitude": -74.136251
  260. },
  261. {
  262. "Latitude": 40.1430953,
  263. "Longitude": -75.34997
  264. },
  265. {
  266. "Latitude": 40.283389,
  267. "Longitude": -111.7499611
  268. },
  269. {
  270. "Latitude": 29.56842,
  271. "Longitude": -95.611281599999984
  272. },
  273. {
  274. "Latitude": 47.486809,
  275. "Longitude": 19.0440429
  276. },
  277. {
  278. "Latitude": -33.8927,
  279. "Longitude": 151.234816
  280. },
  281. {
  282. "Latitude": 48.851438,
  283. "Longitude": 2.357557
  284. },
  285. {
  286. "Latitude": 33.762338,
  287. "Longitude": -118.196181
  288. },
  289. {
  290. "Latitude": 37.808966,
  291. "Longitude": -122.410153
  292. },
  293. {
  294. "Latitude": 37.802035,
  295. "Longitude": -122.396814
  296. },
  297. {
  298. "Latitude": 33.741684939490618,
  299. "Longitude": -118.10637474060057
  300. }
  301. ],
  302. "Pokemon": [
  303. "bulbasaur",
  304. "venusaur",
  305. "charmander",
  306. "charizard",
  307. "squirtle",
  308. "blastoise",
  309. "caterpie",
  310. "butterfree",
  311. "weedle",
  312. "beedrill",
  313. "pidgey",
  314. "pidgeot",
  315. "rattata",
  316. "raticate",
  317. "fearow",
  318. "arbok",
  319. "pikachu",
  320. "raichu",
  321. "sandslash",
  322. "nidoqueen",
  323. "nidoking",
  324. "clefable",
  325. "ninetales",
  326. "wigglytuff",
  327. "golbat",
  328. "vileplume",
  329. "parasect",
  330. "venomoth",
  331. "dugtrio",
  332. "persian",
  333. "golduck",
  334. "primeape",
  335. "arcanine",
  336. "poliwrath",
  337. "alakazam",
  338. "machamp",
  339. "victreebel",
  340. "tentacruel",
  341. "golem",
  342. "rapidash",
  343. "slowbro",
  344. "magneton",
  345. "farfetchd",
  346. "dodrio",
  347. "dewgong",
  348. "muk",
  349. "cloyster",
  350. "gengar",
  351. "onix",
  352. "hypno",
  353. "kingler",
  354. "electrode",
  355. "exeggutor",
  356. "marowak",
  357. "hitmonlee",
  358. "hitmonchan",
  359. "lickitung",
  360. "weezing",
  361. "rhydon",
  362. "chansey",
  363. "tangela",
  364. "kangaskhan",
  365. "seadra",
  366. "seaking",
  367. "starmie",
  368. "mrMime",
  369. "scyther",
  370. "jynx",
  371. "electabuzz",
  372. "magmar",
  373. "pinsir",
  374. "tauros",
  375. "magikarp",
  376. "gyarados",
  377. "lapras",
  378. "ditto",
  379. "eevee",
  380. "vaporeon",
  381. "jolteon",
  382. "flareon",
  383. "porygon",
  384. "omastar",
  385. "kabuto",
  386. "aerodactyl",
  387. "snorlax",
  388. "articuno",
  389. "zapdos",
  390. "moltres",
  391. "dratini",
  392. "dragonite",
  393. "mewtwo",
  394. "mew"
  395. ]
  396. },
  397. "PokemonToUseMasterball": [
  398. "articuno",
  399. "zapdos",
  400. "moltres",
  401. "mew",
  402. "mewtwo"
  403. ]
  404. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement