Advertisement
Guest User

Necrobot snipe config

a guest
Aug 1st, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.57 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": 0,
  10. "GetMinStarDustForLevelUp": 0,
  11. "LevelUpByCPorIv": "iv",
  12. "UpgradePokemonCpMinimum": 1000.0,
  13. "UpgradePokemonIvMinimum": 95.0,
  14. "DisableHumanWalking": false,
  15. "DefaultAltitude": 10.0,
  16. "DefaultLatitude": 37.7921713413267,
  17. "DefaultLongitude": -122.411915298286,
  18. "WalkingSpeedInKilometerPerHour": 100.0,
  19. "MaxSpawnLocationOffset": 10,
  20. "DelayBetweenPlayerActions": 50,
  21. "DelayBetweenPokemonCatch": 200,
  22. "DumpPokemonStats": true,
  23. "EvolveAboveIvValue": 95.0,
  24. "EvolveAllPokemonAboveIv": false,
  25. "EvolveAllPokemonWithEnoughCandy": true,
  26. "KeepPokemonsThatCanEvolve": false,
  27. "EvolveKeptPokemonsAtStorageUsagePercentage": 0.8,
  28. "UseGpxPathing": false,
  29. "GpxFile": "GPXPath.GPX",
  30. "VerboseRecycling": false,
  31. "RecycleInventoryAtUsagePercentage": 0.8,
  32. "KeepMinCp": 1250,
  33. "KeepMinDuplicatePokemon": 1,
  34. "KeepMinIvPercentage": 90.0,
  35. "PrioritizeIvOverCp": true,
  36. "UseEggIncubators": true,
  37. "UseLuckyEggConstantly": false,
  38. "UseLuckyEggsMinPokemonAmount": 30,
  39. "UseLuckyEggsWhileEvolving": false,
  40. "UseIncenseConstantly": false,
  41. "UseSnipeOnlineLocationServer": false,
  42. "UseSnipeLocationServer": true,
  43. "SnipeLocationServer": "localhost",
  44. "SnipeLocationServerPort": 16969,
  45. "MinPokeballsToSnipe": 80,
  46. "MinPokeballsWhileSnipe": 0,
  47. "MinDelayBetweenSnipes": 600,
  48. "SnipingScanOffset": 0.003,
  49. "SnipeAtPokestops": false,
  50. "SnipeIgnoreUnknownIv": true,
  51. "UseTransferIvForSnipe": false,
  52. "RenamePokemon": true,
  53. "RenameOnlyAboveIv": true,
  54. "RenameTemplate": "{0}_{1}",
  55. "MaxPokeballsPerPokemon": 8,
  56. "MaxTravelDistanceInMeters": 10000,
  57. "TotalAmountOfPokebalsToKeep": 100,
  58. "TotalAmountOfPotionsToKeep": 40,
  59. "TotalAmountOfRevivesToKeep": 30,
  60. "UseGreatBallAboveCp": 750,
  61. "UseUltraBallAboveCp": 1000,
  62. "UseMasterBallAboveCp": 2500,
  63. "UseGreatBallAboveIv": 80,
  64. "UseUltraBallAboveIv": 90,
  65. "UseGreatBallBelowCatchProbability": 0.28,
  66. "UseUltraBallBelowCatchProbability": 0.18,
  67. "UseMasterBallBelowCatchProbability": 0.05,
  68. "TransferDuplicatePokemon": true,
  69. "FavoriteMinIvPercentage": 95.0,
  70. "AutoFavoritePokemon": false,
  71. "UsePokemonToNotCatchFilter": true,
  72. "WebSocketPort": 14251,
  73. "ItemRecycleFilter": [
  74. {
  75. "Key": "itemUnknown",
  76. "Value": 0
  77. },
  78. {
  79. "Key": "itemLuckyEgg",
  80. "Value": 5
  81. },
  82. {
  83. "Key": "itemIncenseOrdinary",
  84. "Value": 5
  85. },
  86. {
  87. "Key": "itemIncenseSpicy",
  88. "Value": 5
  89. },
  90. {
  91. "Key": "itemIncenseCool",
  92. "Value": 5
  93. },
  94. {
  95. "Key": "itemIncenseFloral",
  96. "Value": 5
  97. },
  98. {
  99. "Key": "itemTroyDisk",
  100. "Value": 100
  101. },
  102. {
  103. "Key": "itemXAttack",
  104. "Value": 100
  105. },
  106. {
  107. "Key": "itemXDefense",
  108. "Value": 100
  109. },
  110. {
  111. "Key": "itemXMiracle",
  112. "Value": 100
  113. },
  114. {
  115. "Key": "itemRazzBerry",
  116. "Value": 50
  117. },
  118. {
  119. "Key": "itemBlukBerry",
  120. "Value": 10
  121. },
  122. {
  123. "Key": "itemNanabBerry",
  124. "Value": 10
  125. },
  126. {
  127. "Key": "itemWeparBerry",
  128. "Value": 30
  129. },
  130. {
  131. "Key": "itemPinapBerry",
  132. "Value": 30
  133. },
  134. {
  135. "Key": "itemSpecialCamera",
  136. "Value": 100
  137. },
  138. {
  139. "Key": "itemIncubatorBasicUnlimited",
  140. "Value": 100
  141. },
  142. {
  143. "Key": "itemIncubatorBasic",
  144. "Value": 100
  145. },
  146. {
  147. "Key": "itemPokemonStorageUpgrade",
  148. "Value": 100
  149. },
  150. {
  151. "Key": "itemItemStorageUpgrade",
  152. "Value": 100
  153. }
  154. ],
  155. "PokemonsNotToTransfer": [
  156. "ditto",
  157. "articuno",
  158. "zapdos",
  159. "moltres",
  160. "mewtwo",
  161. "mew"
  162. ],
  163. "PokemonsToEvolve": [
  164. "caterpie",
  165. "weedle",
  166. "pidgey",
  167. "rattata"
  168. ],
  169. "PokemonsToIgnore": [
  170. "caterpie",
  171. "weedle",
  172. "pidgey",
  173. "rattata",
  174. "spearow",
  175. "zubat",
  176. "doduo"
  177. ],
  178. "PokemonsTransferFilter": {
  179. "Venusaur": {
  180. "KeepMinCp": 1500,
  181. "KeepMinIvPercentage": 40.0,
  182. "KeepMinDuplicatePokemon": 1
  183. },
  184. "Charizard": {
  185. "KeepMinCp": 1500,
  186. "KeepMinIvPercentage": 20.0,
  187. "KeepMinDuplicatePokemon": 1
  188. },
  189. "Blastoise": {
  190. "KeepMinCp": 1500,
  191. "KeepMinIvPercentage": 20.0,
  192. "KeepMinDuplicatePokemon": 1
  193. },
  194. "Nidoqueen": {
  195. "KeepMinCp": 1750,
  196. "KeepMinIvPercentage": 80.0,
  197. "KeepMinDuplicatePokemon": 1
  198. },
  199. "Nidoking": {
  200. "KeepMinCp": 1750,
  201. "KeepMinIvPercentage": 80.0,
  202. "KeepMinDuplicatePokemon": 1
  203. },
  204. "Clefable": {
  205. "KeepMinCp": 1500,
  206. "KeepMinIvPercentage": 60.0,
  207. "KeepMinDuplicatePokemon": 1
  208. },
  209. "Vileplume": {
  210. "KeepMinCp": 1750,
  211. "KeepMinIvPercentage": 80.0,
  212. "KeepMinDuplicatePokemon": 1
  213. },
  214. "Golduck": {
  215. "KeepMinCp": 1750,
  216. "KeepMinIvPercentage": 80.0,
  217. "KeepMinDuplicatePokemon": 1
  218. },
  219. "Arcanine": {
  220. "KeepMinCp": 1750,
  221. "KeepMinIvPercentage": 80.0,
  222. "KeepMinDuplicatePokemon": 1
  223. },
  224. "Poliwrath": {
  225. "KeepMinCp": 1500,
  226. "KeepMinIvPercentage": 80.0,
  227. "KeepMinDuplicatePokemon": 1
  228. },
  229. "Machamp": {
  230. "KeepMinCp": 1250,
  231. "KeepMinIvPercentage": 80.0,
  232. "KeepMinDuplicatePokemon": 1
  233. },
  234. "Victreebel": {
  235. "KeepMinCp": 1250,
  236. "KeepMinIvPercentage": 60.0,
  237. "KeepMinDuplicatePokemon": 1
  238. },
  239. "Golem": {
  240. "KeepMinCp": 1500,
  241. "KeepMinIvPercentage": 80.0,
  242. "KeepMinDuplicatePokemon": 1
  243. },
  244. "Slowbro": {
  245. "KeepMinCp": 1750,
  246. "KeepMinIvPercentage": 80.0,
  247. "KeepMinDuplicatePokemon": 1
  248. },
  249. "Farfetchd": {
  250. "KeepMinCp": 1000,
  251. "KeepMinIvPercentage": 90.0,
  252. "KeepMinDuplicatePokemon": 1
  253. },
  254. "Muk": {
  255. "KeepMinCp": 1500,
  256. "KeepMinIvPercentage": 80.0,
  257. "KeepMinDuplicatePokemon": 1
  258. },
  259. "Krabby": {
  260. "KeepMinCp": 1500,
  261. "KeepMinIvPercentage": 95.0,
  262. "KeepMinDuplicatePokemon": 1
  263. },
  264. "Exeggutor": {
  265. "KeepMinCp": 2000,
  266. "KeepMinIvPercentage": 90.0,
  267. "KeepMinDuplicatePokemon": 1
  268. },
  269. "Lickitung": {
  270. "KeepMinCp": 1500,
  271. "KeepMinIvPercentage": 80.0,
  272. "KeepMinDuplicatePokemon": 1
  273. },
  274. "Chansey": {
  275. "KeepMinCp": 1500,
  276. "KeepMinIvPercentage": 95.0,
  277. "KeepMinDuplicatePokemon": 1
  278. },
  279. "Kangaskhan": {
  280. "KeepMinCp": 1500,
  281. "KeepMinIvPercentage": 40.0,
  282. "KeepMinDuplicatePokemon": 1
  283. },
  284. "Goldeen": {
  285. "KeepMinCp": 1500,
  286. "KeepMinIvPercentage": 95.0,
  287. "KeepMinDuplicatePokemon": 1
  288. },
  289. "Staryu": {
  290. "KeepMinCp": 1500,
  291. "KeepMinIvPercentage": 95.0,
  292. "KeepMinDuplicatePokemon": 2
  293. },
  294. "MrMime": {
  295. "KeepMinCp": 250,
  296. "KeepMinIvPercentage": 40.0,
  297. "KeepMinDuplicatePokemon": 1
  298. },
  299. "Scyther": {
  300. "KeepMinCp": 1500,
  301. "KeepMinIvPercentage": 90.0,
  302. "KeepMinDuplicatePokemon": 1
  303. },
  304. "Jynx": {
  305. "KeepMinCp": 1250,
  306. "KeepMinIvPercentage": 90.0,
  307. "KeepMinDuplicatePokemon": 1
  308. },
  309. "Electabuzz": {
  310. "KeepMinCp": 1500,
  311. "KeepMinIvPercentage": 80.0,
  312. "KeepMinDuplicatePokemon": 1
  313. },
  314. "Magmar": {
  315. "KeepMinCp": 1750,
  316. "KeepMinIvPercentage": 80.0,
  317. "KeepMinDuplicatePokemon": 1
  318. },
  319. "Pinsir": {
  320. "KeepMinCp": 1750,
  321. "KeepMinIvPercentage": 95.0,
  322. "KeepMinDuplicatePokemon": 1
  323. },
  324. "Tauros": {
  325. "KeepMinCp": 500,
  326. "KeepMinIvPercentage": 90.0,
  327. "KeepMinDuplicatePokemon": 1
  328. },
  329. "Magikarp": {
  330. "KeepMinCp": 1250,
  331. "KeepMinIvPercentage": 95.0,
  332. "KeepMinDuplicatePokemon": 1
  333. },
  334. "Gyarados": {
  335. "KeepMinCp": 1750,
  336. "KeepMinIvPercentage": 90.0,
  337. "KeepMinDuplicatePokemon": 2
  338. },
  339. "Lapras": {
  340. "KeepMinCp": 1500,
  341. "KeepMinIvPercentage": 80.0,
  342. "KeepMinDuplicatePokemon": 2
  343. },
  344. "Vaporeon": {
  345. "KeepMinCp": 2000,
  346. "KeepMinIvPercentage": 95.0,
  347. "KeepMinDuplicatePokemon": 1
  348. },
  349. "Jolteon": {
  350. "KeepMinCp": 2000,
  351. "KeepMinIvPercentage": 95.0,
  352. "KeepMinDuplicatePokemon": 1
  353. },
  354. "Flareon": {
  355. "KeepMinCp": 2000,
  356. "KeepMinIvPercentage": 95.0,
  357. "KeepMinDuplicatePokemon": 1
  358. },
  359. "Porygon": {
  360. "KeepMinCp": 1500,
  361. "KeepMinIvPercentage": 90.0,
  362. "KeepMinDuplicatePokemon": 1
  363. },
  364. "Aerodactyl": {
  365. "KeepMinCp": 1750,
  366. "KeepMinIvPercentage": 80.0,
  367. "KeepMinDuplicatePokemon": 2
  368. },
  369. "Snorlax": {
  370. "KeepMinCp": 2250,
  371. "KeepMinIvPercentage": 95.0,
  372. "KeepMinDuplicatePokemon": 1
  373. },
  374. "Dragonite": {
  375. "KeepMinCp": 1750,
  376. "KeepMinIvPercentage": 90.0,
  377. "KeepMinDuplicatePokemon": 2
  378. }
  379. },
  380. "PokemonToSnipe": {
  381. "Locations": [
  382. {
  383. "Latitude": 38.556807486461118,
  384. "Longitude": -121.2383794784546
  385. },
  386. {
  387. "Latitude": -33.859019,
  388. "Longitude": 151.213098
  389. },
  390. {
  391. "Latitude": 47.5014969,
  392. "Longitude": -122.0959568
  393. },
  394. {
  395. "Latitude": 51.5025343,
  396. "Longitude": -0.2055027
  397. }
  398. ],
  399. "Pokemon": [
  400. "venusaur",
  401. "charizard",
  402. "blastoise",
  403. "beedrill",
  404. "raichu",
  405. "sandslash",
  406. "nidoking",
  407. "nidoqueen",
  408. "clefable",
  409. "ninetales",
  410. "golbat",
  411. "vileplume",
  412. "golduck",
  413. "primeape",
  414. "arcanine",
  415. "poliwrath",
  416. "alakazam",
  417. "machamp",
  418. "golem",
  419. "rapidash",
  420. "slowbro",
  421. "farfetchd",
  422. "muk",
  423. "cloyster",
  424. "gengar",
  425. "exeggutor",
  426. "marowak",
  427. "hitmonchan",
  428. "lickitung",
  429. "rhydon",
  430. "chansey",
  431. "kangaskhan",
  432. "starmie",
  433. "mrMime",
  434. "scyther",
  435. "magmar",
  436. "electabuzz",
  437. "magmar",
  438. "jynx",
  439. "gyarados",
  440. "lapras",
  441. "ditto",
  442. "vaporeon",
  443. "jolteon",
  444. "flareon",
  445. "porygon",
  446. "kabutops",
  447. "aerodactyl",
  448. "snorlax",
  449. "articuno",
  450. "zapdos",
  451. "moltres",
  452. "dragonite",
  453. "mewtwo",
  454. "mew"
  455. ]
  456. },
  457. "PokemonToUseMasterball": [
  458. "articuno",
  459. "zapdos",
  460. "moltres",
  461. "mew",
  462. "mewtwo"
  463. ]
  464. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement