Advertisement
Guest User

110K + EXP CONFIG FOR NECROBOT!

a guest
Jul 29th, 2016
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. {
  2. "AmountOfPokemonToDisplayOnStart": 10,
  3. "AutoUpdate": false,
  4. "DefaultAltitude": 10.0,
  5. "DefaultLatitude": 51.507351,
  6. "DefaultLongitude": -0.127758,
  7. "DelayBetweenPokemonCatch": 2,
  8. "DelayBetweenPlayerActions": 5,
  9. "EvolveAboveIvValue": 1.0,
  10. "EvolveAllPokemonAboveIv": false,
  11. "EvolveAllPokemonWithEnoughCandy": true,
  12. "UseLuckyEggsMinPokemonAmount": 30,
  13. "UseLuckyEggsWhileEvolving": true,
  14. "UseEggIncubators": true,
  15. "DumpPokemonStats": true,
  16. "GpxFile": "GPXPath.GPX",
  17. "UseGpxPathing": false,
  18. "WalkingSpeedInKilometerPerHour": 300.0,
  19. "MaxTravelDistanceInMeters": 5000,
  20. "KeepMinCp": 2000,
  21. "KeepMinDuplicatePokemon": 1,
  22. "KeepMinIvPercentage": 100.0,
  23. "KeepPokemonsThatCanEvolve": false,
  24. "PrioritizeIvOverCp": true,
  25. "RenameAboveIv": true,
  26. "RenameTemplate": "{0}_{1}",
  27. "TransferDuplicatePokemon": true,
  28. "TranslationLanguageCode": "en",
  29. "UsePokemonToNotCatchFilter": false,
  30. "WebSocketPort": 14251,
  31. "StartupWelcomeDelay": false,
  32. "SnipeAtPokestops": true,
  33. "ItemRecycleFilter": [
  34. {
  35. "Key": "itemUnknown",
  36. "Value": 0
  37. },
  38. {
  39. "Key": "itemPokeBall",
  40. "Value": 2500
  41. },
  42. {
  43. "Key": "itemGreatBall",
  44. "Value": 5000
  45. },
  46. {
  47. "Key": "itemUltraBall",
  48. "Value": 10000
  49. },
  50. {
  51. "Key": "itemMasterBall",
  52. "Value": 10000
  53. },
  54. {
  55. "Key": "itemPotion",
  56. "Value": 0
  57. },
  58. {
  59. "Key": "itemSuperPotion",
  60. "Value": 1
  61. },
  62. {
  63. "Key": "itemHyperPotion",
  64. "Value": 1
  65. },
  66. {
  67. "Key": "itemMaxPotion",
  68. "Value": 1
  69. },
  70. {
  71. "Key": "itemRevive",
  72. "Value": 1
  73. },
  74. {
  75. "Key": "itemMaxRevive",
  76. "Value": 1
  77. },
  78. {
  79. "Key": "itemLuckyEgg",
  80. "Value": 200
  81. },
  82. {
  83. "Key": "itemIncenseOrdinary",
  84. "Value": 1
  85. },
  86. {
  87. "Key": "itemIncenseSpicy",
  88. "Value": 1
  89. },
  90. {
  91. "Key": "itemIncenseCool",
  92. "Value": 1
  93. },
  94. {
  95. "Key": "itemIncenseFloral",
  96. "Value": 1
  97. },
  98. {
  99. "Key": "itemTroyDisk",
  100. "Value": 1
  101. },
  102. {
  103. "Key": "itemXAttack",
  104. "Value": 1
  105. },
  106. {
  107. "Key": "itemXDefense",
  108. "Value": 1
  109. },
  110. {
  111. "Key": "itemXMiracle",
  112. "Value": 1
  113. },
  114. {
  115. "Key": "itemRazzBerry",
  116. "Value": 1
  117. },
  118. {
  119. "Key": "itemBlukBerry",
  120. "Value": 1
  121. },
  122. {
  123. "Key": "itemNanabBerry",
  124. "Value": 1
  125. },
  126. {
  127. "Key": "itemWeparBerry",
  128. "Value": 1
  129. },
  130. {
  131. "Key": "itemPinapBerry",
  132. "Value": 1
  133. },
  134. {
  135. "Key": "itemSpecialCamera",
  136. "Value": 1
  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. "Mew",
  157. "Mewtwo"
  158. ],
  159. "PokemonsToEvolve": [
  160. "caterpie",
  161. "weedle",
  162. "pidgey"
  163. ],
  164. "PokemonsToIgnore": [
  165. "caterpie",
  166. "weedle",
  167. "pidgey",
  168. "rattata",
  169. "spearow",
  170. "zubat",
  171. "doduo"
  172. ],
  173. "PokemonsTransferFilter": {
  174. "Mew": {
  175. "KeepMinCp": 0,
  176. "KeepMinIvPercentage": 0.0,
  177. "KeepMinDuplicatePokemon": 10
  178. }
  179. },
  180. "PokemonToSnipe": {
  181. "Locations": [
  182. {
  183. "Latitude": 40.712784,
  184. "Longitude": -74.005941
  185. },
  186.  
  187. {
  188. "Latitude": 35.689488,
  189. "Longitude": 139.691706
  190. },
  191.  
  192. {
  193. "Latitude": 51.507351,
  194. "Longitude": -0.127758
  195. }
  196.  
  197. ],
  198. "Pokemon": [
  199. "Pidgey",
  200. "Weedle",
  201. "Caterpie"
  202. ]
  203. }
  204. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement