Guest User

8787 Settings for necro 0.7.8

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