Guest User

Untitled

a guest
Aug 9th, 2016
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.94 KB | None | 0 0
  1. {
  2. "TranslationLanguageCode": "en",
  3. "AutoUpdate": false,
  4. "TransferConfigAndAuthOnUpdate": true,
  5. "UseWebsocket": true,
  6. "StartupWelcomeDelay": false,
  7. "AmountOfPokemonToDisplayOnStart": 10,
  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": false,
  18. "DefaultLatitude": -36.899256,
  19. "DefaultLongitude": 174.785555,
  20. "WalkingSpeedInKilometerPerHour": 12.0,
  21. "MaxSpawnLocationOffset": 10,
  22. "DelayBetweenPlayerActions": 5000,
  23. "DelayBetweenPokemonCatch": 2000,
  24. "DumpPokemonStats": false,
  25. "EvolveAboveIvValue": 95.0,
  26. "EvolveAllPokemonAboveIv": false,
  27. "EvolveAllPokemonWithEnoughCandy": true,
  28. "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
  29. "KeepPokemonsThatCanEvolve": false,
  30. "KeepMinCp": 2000,
  31. "KeepMinIvPercentage": 98.0,
  32. "KeepMinLvl": 6,
  33. "KeepMinOperator": "or",
  34. "UseKeepMinLvl": false,
  35. "PrioritizeIvOverCp": false,
  36. "KeepMinDuplicatePokemon": 1,
  37. "UseGpxPathing": false,
  38. "GpxFile": "GPXPath.GPX",
  39. "VerboseRecycling": true,
  40. "RecycleInventoryAtUsagePercentage": 90.0,
  41. "UseEggIncubators": true,
  42. "UseLuckyEggConstantly": false,
  43. "UseLuckyEggsMinPokemonAmount": 30,
  44. "UseLuckyEggsWhileEvolving": false,
  45. "UseIncenseConstantly": false,
  46. "UseBerriesMinCp": 1000,
  47. "UseBerriesMinIv": 90.0,
  48. "UseBerriesBelowCatchProbability": 0.2,
  49. "UseBerriesOperator": "or",
  50. "UseSnipeOnlineLocationServer": false,
  51. "UseSnipeLocationServer": true,
  52. "SnipeLocationServer": "localhost",
  53. "SnipeLocationServerPort": 16969,
  54. "GetSniperInfoFromPokezz": true,
  55. "GetOnlyVerifiedSniperInfoFromPokezz": true,
  56. "MinPokeballsToSnipe": 20,
  57. "MinPokeballsWhileSnipe": 0,
  58. "MinDelayBetweenSnipes": 60000,
  59. "SnipingScanOffset": 0.003,
  60. "SnipeAtPokestops": false,
  61. "SnipeIgnoreUnknownIv": false,
  62. "UseTransferIvForSnipe": false,
  63. "SnipePokemonNotInPokedex": false,
  64. "RenamePokemon": false,
  65. "RenameOnlyAboveIv": true,
  66. "RenameTemplate": "{1}_{0}",
  67. "MaxPokeballsPerPokemon": 6,
  68. "MaxTravelDistanceInMeters": 1000,
  69. "TotalAmountOfPokeballsToKeep": 200,
  70. "TotalAmountOfPotionsToKeep": 0,
  71. "TotalAmountOfRevivesToKeep": 0,
  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": false,
  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. "caterpie",
  185. "weedle",
  186. "pidgey",
  187. "rattata",
  188. "spearow",
  189. "zubat",
  190. "doduo"
  191. ],
  192. "PokemonsTransferFilter": {},
  193. "PokemonToSnipe": {
  194. "Locations": [],
  195. "Pokemon": [
  196. "venusaur",
  197. "charizard",
  198. "blastoise",
  199. "beedrill",
  200. "raichu",
  201. "sandslash",
  202. "clefable",
  203. "ninetales",
  204. "vileplume",
  205. "golduck",
  206. "primeape",
  207. "arcanine",
  208. "poliwrath",
  209. "alakazam",
  210. "machamp",
  211. "golem",
  212. "rapidash",
  213. "slowbro",
  214. "farfetchd",
  215. "muk",
  216. "cloyster",
  217. "gengar",
  218. "exeggutor",
  219. "marowak",
  220. "hitmonchan",
  221. "lickitung",
  222. "rhydon",
  223. "chansey",
  224. "kangaskhan",
  225. "starmie",
  226. "mrMime",
  227. "scyther",
  228. "magmar",
  229. "electabuzz",
  230. "jynx",
  231. "gyarados",
  232. "lapras",
  233. "ditto",
  234. "vaporeon",
  235. "jolteon",
  236. "flareon",
  237. "porygon",
  238. "kabutops",
  239. "aerodactyl",
  240. "snorlax",
  241. "articuno",
  242. "zapdos",
  243. "moltres",
  244. "dragonite",
  245. "mewtwo",
  246. "mew"
  247. ]
  248. },
  249. "PokemonToUseMasterball": [
  250. "articuno",
  251. "zapdos",
  252. "moltres",
  253. "mew",
  254. "mewtwo"
  255. ]
  256. }
Advertisement
Add Comment
Please, Sign In to add comment