Guest User

8787 NecroBot 0.7.0

a guest
Aug 7th, 2016
20,017
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.64 KB | None | 0 0
  1. {
  2. "TranslationLanguageCode": "en",
  3. "AutoUpdate": false,
  4. "TransferConfigAndAuthOnUpdate": true,
  5. "UseWebsocket": false,
  6. "StartupWelcomeDelay": false,
  7. "AmountOfPokemonToDisplayOnStart": 1,
  8. "ShowPokeballCountsBeforeRecycle": true,
  9. "CatchPokemon": true,
  10. "AutomaticallyLevelUpPokemon": false,
  11. "AmountOfTimesToUpgradeLoop": 5,
  12. "GetMinStarDustForLevelUp": 5000,
  13. "LevelUpByCPorIv": "iv",
  14. "UpgradePokemonCpMinimum": 1000.0,
  15. "UpgradePokemonIvMinimum": 95.0,
  16. "UpgradePokemonMinimumStatsOperator": "and",
  17. "DisableHumanWalking": true,
  18. "DefaultAltitude": 10.0,
  19. "DefaultLatitude": 40.782865,
  20. "DefaultLongitude": -73.965355,
  21. "WalkingSpeedInKilometerPerHour": 300.0,
  22. "MaxSpawnLocationOffset": 10,
  23. "DelayBetweenPlayerActions": 1,
  24. "DelayBetweenPokemonCatch": 1,
  25. "DumpPokemonStats": false,
  26. "EvolveAboveIvValue": 95.0,
  27. "EvolveAllPokemonAboveIv": false,
  28. "EvolveAllPokemonWithEnoughCandy": true,
  29. "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
  30. "KeepPokemonsThatCanEvolve": false,
  31. "KeepMinCp": 1250,
  32. "KeepMinIvPercentage": 90.0,
  33. "KeepMinLvl": 6,
  34. "KeepMinOperator": "or",
  35. "UseKeepMinLvl": false,
  36. "PrioritizeIvOverCp": false,
  37. "KeepMinDuplicatePokemon": 1,
  38. "UseGpxPathing": false,
  39. "GpxFile": "GPXPath.GPX",
  40. "VerboseRecycling": true,
  41. "RecycleInventoryAtUsagePercentage": 90.0,
  42. "UseEggIncubators": false,
  43. "UseLuckyEggConstantly": true,
  44. "UseLuckyEggsMinPokemonAmount": 30,
  45. "UseLuckyEggsWhileEvolving": true,
  46. "UseIncenseConstantly": false,
  47. "UseBerriesMinCp": 1000,
  48. "UseBerriesMinIv": 90.0,
  49. "UseBerriesBelowCatchProbability": 0.2,
  50. "UseBerriesOperator": "and",
  51. "UseSnipeOnlineLocationServer": false,
  52. "UseSnipeLocationServer": false,
  53. "SnipeLocationServer": "localhost",
  54. "SnipeLocationServerPort": 8000,
  55. "GetSniperInfoFromPokezz": true,
  56. "GetOnlyVerifiedSniperInfoFromPokezz": true,
  57. "MinPokeballsToSnipe": 100,
  58. "MinPokeballsWhileSnipe": 1,
  59. "MinDelayBetweenSnipes": 1,
  60. "SnipingScanOffset": 0.001,
  61. "SnipeAtPokestops": true,
  62. "SnipeIgnoreUnknownIv": false,
  63. "UseTransferIvForSnipe": false,
  64. "RenamePokemon": false,
  65. "RenameOnlyAboveIv": true,
  66. "RenameTemplate": "{1}_{0}",
  67. "MaxPokeballsPerPokemon": 1,
  68. "MaxTravelDistanceInMeters": 500,
  69. "TotalAmountOfPokeballsToKeep": 120,
  70. "TotalAmountOfPotionsToKeep": 80,
  71. "TotalAmountOfRevivesToKeep": 60,
  72. "TotalAmountOfBerriesToKeep": 50,
  73. "UseGreatBallAboveCp": 1000,
  74. "UseUltraBallAboveCp": 1250,
  75. "UseMasterBallAboveCp": 1500,
  76. "UseGreatBallAboveIv": 85.0,
  77. "UseUltraBallAboveIv": 95.0,
  78. "UseGreatBallBelowCatchProbability": 0.2,
  79. "UseUltraBallBelowCatchProbability": 0.1,
  80. "UseMasterBallBelowCatchProbability": 0.05,
  81. "EnableHumanizedThrows": false,
  82. "NiceThrowChance": 40,
  83. "GreatThrowChance": 30,
  84. "ExcellentThrowChance": 10,
  85. "CurveThrowChance": 90,
  86. "ForceGreatThrowOverIv": 90.0,
  87. "ForceExcellentThrowOverIv": 95.0,
  88. "ForceGreatThrowOverCp": 1000,
  89. "ForceExcellentThrowOverCp": 1500,
  90. "TransferWeakPokemon": false,
  91. "TransferDuplicatePokemon": true,
  92. "TransferDuplicatePokemonOnCapture": true,
  93. "FavoriteMinIvPercentage": 95.0,
  94. "AutoFavoritePokemon": false,
  95. "UsePokemonToNotCatchFilter": true,
  96. "UsePokemonSniperFilterOnly": false,
  97. "WebSocketPort": 14251,
  98. "ItemRecycleFilter": [
  99. {
  100. "Key": "itemUnknown",
  101. "Value": 0
  102. },
  103. {
  104. "Key": "itemLuckyEgg",
  105. "Value": 200
  106. },
  107. {
  108. "Key": "itemIncenseOrdinary",
  109. "Value": 100
  110. },
  111. {
  112. "Key": "itemIncenseSpicy",
  113. "Value": 100
  114. },
  115. {
  116. "Key": "itemIncenseCool",
  117. "Value": 100
  118. },
  119. {
  120. "Key": "itemIncenseFloral",
  121. "Value": 100
  122. },
  123. {
  124. "Key": "itemTroyDisk",
  125. "Value": 100
  126. },
  127. {
  128. "Key": "itemXAttack",
  129. "Value": 100
  130. },
  131. {
  132. "Key": "itemXDefense",
  133. "Value": 100
  134. },
  135. {
  136. "Key": "itemXMiracle",
  137. "Value": 100
  138. },
  139. {
  140. "Key": "itemSpecialCamera",
  141. "Value": 100
  142. },
  143. {
  144. "Key": "itemIncubatorBasicUnlimited",
  145. "Value": 100
  146. },
  147. {
  148. "Key": "itemIncubatorBasic",
  149. "Value": 100
  150. },
  151. {
  152. "Key": "itemPokemonStorageUpgrade",
  153. "Value": 100
  154. },
  155. {
  156. "Key": "itemItemStorageUpgrade",
  157. "Value": 100
  158. }
  159. ],
  160. "PokemonsNotToTransfer": [
  161. "venusaur",
  162. "charizard",
  163. "blastoise",
  164. "clefable",
  165. "muk",
  166. "chansey",
  167. "gyarados",
  168. "ditto",
  169. "snorlax",
  170. "articuno",
  171. "zapdos",
  172. "moltres",
  173. "dragonite",
  174. "mewtwo",
  175. "mew"
  176. ],
  177. "PokemonsToEvolve": [
  178. "caterpie",
  179. "weedle",
  180. "pidgey",
  181. "rattata"
  182. ],
  183. "PokemonsToIgnore": [
  184. "bulbasaur",
  185. "ivysaur",
  186. "venusaur",
  187. "charmander",
  188. "charmeleon",
  189. "charizard",
  190. "squirtle",
  191. "wartortle",
  192. "blastoise",
  193. "caterpie",
  194. "metapod",
  195. "missingno",
  196. "butterfree",
  197. "weedle",
  198. "kakuna",
  199. "beedrill",
  200. "pidgey",
  201. "pidgeotto",
  202. "pidgeot",
  203. "rattata",
  204. "raticate",
  205. "spearow",
  206. "fearow",
  207. "ekans",
  208. "arbok",
  209. "pikachu",
  210. "raichu",
  211. "sandshrew",
  212. "sandslash",
  213. "nidorina",
  214. "nidoqueen",
  215. "nidorino",
  216. "nidoking",
  217. "clefairy",
  218. "clefable",
  219. "vulpix",
  220. "ninetales",
  221. "jigglypuff",
  222. "wigglytuff",
  223. "zubat",
  224. "golbat",
  225. "oddish",
  226. "gloom",
  227. "vileplume",
  228. "paras",
  229. "parasect",
  230. "venonat",
  231. "venomoth",
  232. "diglett",
  233. "dugtrio",
  234. "meowth",
  235. "persian",
  236. "psyduck",
  237. "golduck",
  238. "mankey",
  239. "primeape",
  240. "growlithe",
  241. "arcanine",
  242. "poliwag",
  243. "poliwhirl",
  244. "poliwrath",
  245. "abra",
  246. "kadabra",
  247. "alakazam",
  248. "machop",
  249. "machoke",
  250. "machamp",
  251. "bellsprout",
  252. "weepinbell",
  253. "victreebel",
  254. "tentacool",
  255. "tentacruel",
  256. "geodude",
  257. "graveler",
  258. "golem",
  259. "ponyta",
  260. "rapidash",
  261. "slowpoke",
  262. "slowbro",
  263. "magnemite",
  264. "magneton",
  265. "doduo",
  266. "dodrio",
  267. "seel",
  268. "dewgong",
  269. "grimer",
  270. "muk",
  271. "shellder",
  272. "cloyster",
  273. "gastly",
  274. "haunter",
  275. "gengar",
  276. "onix",
  277. "drowzee",
  278. "hypno",
  279. "krabby",
  280. "kingler",
  281. "voltorb",
  282. "electrode",
  283. "exeggcute",
  284. "exeggutor",
  285. "cubone",
  286. "marowak",
  287. "hitmonlee",
  288. "hitmonchan",
  289. "lickitung",
  290. "koffing",
  291. "weezing",
  292. "rhyhorn",
  293. "rhydon",
  294. "chansey",
  295. "tangela",
  296. "kangaskhan",
  297. "horsea",
  298. "seadra",
  299. "goldeen",
  300. "seaking",
  301. "staryu",
  302. "starmie",
  303. "scyther",
  304. "jynx",
  305. "electabuzz",
  306. "magmar",
  307. "pinsir",
  308. "tauros",
  309. "magikarp",
  310. "gyarados",
  311. "lapras",
  312. "ditto",
  313. "eevee",
  314. "vaporeon",
  315. "jolteon",
  316. "flareon",
  317. "porygon",
  318. "omanyte",
  319. "omastar",
  320. "kabuto",
  321. "kabutops",
  322. "aerodactyl",
  323. "snorlax",
  324. "articuno",
  325. "zapdos",
  326. "moltres",
  327. "dratini",
  328. "dragonair",
  329. "dragonite",
  330. "mewtwo",
  331. "missingno",
  332. "mew"
  333. ],
  334. "PokemonsTransferFilter": {
  335. "Dragonite": {
  336. "KeepMinCp": 2600,
  337. "KeepMinLvl": 0,
  338. "UseKeepMinLvl": false,
  339. "KeepMinIvPercentage": 90.0,
  340. "KeepMinDuplicatePokemon": 1,
  341. "Moves": [],
  342. "KeepMinOperator": "or",
  343. "MovesOperator": "or"
  344. }
  345. },
  346. "PokemonToSnipe": {
  347. "Locations": [
  348. {
  349. "Latitude": 40.712784,
  350. "Longitude": -74.005941
  351. },
  352. {
  353. "Latitude": 52.370216,
  354. "Longitude": 4.895168
  355. },
  356. {
  357. "Latitude": 59.329323,
  358. "Longitude": 18.068581
  359. },
  360. {
  361. "Latitude": 22.27972,
  362. "Longitude": 114.158091
  363. },
  364. {
  365. "Latitude": 48.856614,
  366. "Longitude": 2.352222
  367. },
  368. {
  369. "Latitude": -33.86882,
  370. "Longitude": 151.209296
  371. },
  372. {
  373. "Latitude": 37.77493,
  374. "Longitude": -122.419416
  375. },
  376. {
  377. "Latitude": 35.689488,
  378. "Longitude": 139.691706
  379. },
  380. {
  381. "Latitude": 52.520007,
  382. "Longitude": 13.404954
  383. },
  384. {
  385. "Latitude": 34.052234,
  386. "Longitude": -118.243685
  387. },
  388. {
  389. "Latitude": 38.907192,
  390. "Longitude": -77.036871
  391. },
  392. {
  393. "Latitude": 39.952584,
  394. "Longitude": -75.165222
  395. },
  396. {
  397. "Latitude": 51.507351,
  398. "Longitude": -0.127758
  399. }
  400. ],
  401. "Pokemon": [
  402. "caterpie",
  403. "weedle",
  404. "pidgey"
  405. ]
  406. },
  407. "PokemonToUseMasterball": [
  408. "articuno",
  409. "zapdos",
  410. "moltres",
  411. "mew",
  412. "mewtwo"
  413. ]
  414. }
Advertisement
Add Comment
Please, Sign In to add comment