Guest User

Untitled

a guest
Aug 25th, 2016
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.23 KB | None | 0 0
  1. {
  2. "auth_service": "ptc",
  3. "username": "",
  4. "password": "123456",
  5. "location": "alun-alun malang",
  6. "favorite_locations":[
  7. {"name": "Milan", "coords": "45.472849,9.177567"}
  8. ],
  9. "-- gmapkey": "GOOGLE_MAPS_API_KEY",
  10. "-- encrypt_location": "",
  11. "websocket_server": false,
  12. "heartbeat_threshold": 10,
  13. "enable_social": false,
  14. "tasks": [
  15. {
  16. "//NOTE: This task MUST be placed on the top of task list": {},
  17. "type": "RandomAlivePause",
  18. "config": {
  19. "enabled": false,
  20. "min_duration": "00:00:10",
  21. "max_duration": "00:10:00",
  22. "min_interval": "00:05:00",
  23. "max_interval": "01:30:00"
  24. }
  25. },
  26. {
  27. "type": "HandleSoftBan"
  28. },
  29. {
  30. "type": "RandomPause",
  31. "config": {
  32. "enabled": false,
  33. "min_duration": "00:00:10",
  34. "max_duration": "00:10:00",
  35. "min_interval": "00:10:00",
  36. "max_interval": "02:00:00"
  37. }
  38. },
  39. {
  40. "type": "CompleteTutorial",
  41. "config": {
  42. "enabled": false,
  43. "// set a name": "",
  44. "nickname": ""
  45. }
  46. },
  47. {
  48. "type": "CollectLevelUpReward",
  49. "config": {
  50. "collect_reward": true,
  51. "level_limit": -1
  52. }
  53. },
  54. {
  55. "type": "IncubateEggs",
  56. "config": {
  57. "enabled": true,
  58. "longer_eggs_first": true,
  59. "min_interval": 120,
  60. "infinite": [2,5,10],
  61. "breakable": [2,5,10]
  62. }
  63. },
  64. {
  65. "type": "UpdateLiveStats",
  66. "config": {
  67. "enabled": false,
  68. "min_interval": 10,
  69. "stats": ["username", "uptime", "stardust_earned", "xp_earned", "xp_per_hour", "stops_visited"],
  70. "terminal_log": true,
  71. "terminal_title": true
  72. }
  73. },
  74. {
  75. "type": "UpdateLiveInventory",
  76. "config": {
  77. "enabled": false,
  78. "min_interval": 120,
  79. "show_all_multiple_lines": false,
  80. "items": ["pokemon_bag", "space_info", "pokeballs", "greatballs", "ultraballs", "razzberries", "luckyegg"]
  81. }
  82. },
  83. {
  84. "type": "TransferPokemon",
  85. "config": {
  86. "enabled": true,
  87. "min_free_slot": 5,
  88. "transfer_wait_min": 3,
  89. "transfer_wait_max": 5
  90. }
  91. },
  92. {
  93. "type": "NicknamePokemon",
  94. "config": {
  95. "enabled": false,
  96. "nickname_above_iv": 0.9,
  97. "nickname_template": "{iv_pct}_{iv_ads}"
  98. }
  99. },
  100. {
  101. "type": "EvolvePokemon",
  102. "config": {
  103. "enabled": false,
  104. "evolve_all": "none",
  105. "first_evolve_by": "cp",
  106. "evolve_above_cp": 500,
  107. "evolve_above_iv": 0.8,
  108. "logic": "or",
  109. "min_evolve_speed": 25,
  110. "max_evolve_speed": 30,
  111. "use_lucky_egg": false
  112. }
  113. },
  114. {
  115. "type": "RecycleItems",
  116. "config": {
  117. "enabled": true,
  118. "min_empty_space": 15,
  119. "max_balls_keep": 150,
  120. "max_potions_keep": 50,
  121. "max_berries_keep": 70,
  122. "max_revives_keep": 70,
  123. "item_filter": {
  124. "Pokeball": { "keep" : 100 },
  125. "Potion": { "keep" : 10 },
  126. "Super Potion": { "keep" : 20 },
  127. "Hyper Potion": { "keep" : 30 },
  128. "Revive": { "keep" : 30 },
  129. "Razz Berry": { "keep" : 100 }
  130. },
  131. "recycle_wait_min": 3,
  132. "recycle_wait_max": 5,
  133. "recycle_force": true,
  134. "recycle_force_min": "00:01:00",
  135. "recycle_force_max": "00:05:00"
  136. }
  137. },
  138. {
  139. "type": "CatchPokemon",
  140. "config": {
  141. "enabled": true,
  142. "catch_visible_pokemon": true,
  143. "catch_lured_pokemon": true,
  144. "min_ultraball_to_keep": 5,
  145. "berry_threshold": 0.35,
  146. "vip_berry_threshold": 0.9,
  147. "treat_unseen_as_vip": true,
  148. "catch_throw_parameters": {
  149. "excellent_rate": 0.1,
  150. "great_rate": 0.5,
  151. "nice_rate": 0.3,
  152. "normal_rate": 0.1,
  153. "spin_success_rate" : 0.6,
  154. "hit_rate": 0.75
  155. },
  156. "catch_simulation": {
  157. "flee_count": 3,
  158. "flee_duration": 2,
  159. "catch_wait_min": 3,
  160. "catch_wait_max": 6,
  161. "berry_wait_min": 3,
  162. "berry_wait_max": 5,
  163. "changeball_wait_min": 3,
  164. "changeball_wait_max": 5,
  165. "newtodex_wait_min": 20,
  166. "newtodex_wait_max": 30
  167. }
  168. }
  169. },
  170. {
  171. "type": "SpinFort",
  172. "config": {
  173. "enabled": true,
  174. "spin_wait_min": 3,
  175. "spin_wait_max": 5
  176. }
  177. },
  178. { "type": "UpdateWebInventory",
  179. "config": {
  180. "enabled": true
  181. }
  182. },
  183. {
  184. "type": "MoveToFort",
  185. "config": {
  186. "enabled": true,
  187. "lure_attraction": true,
  188. "lure_max_distance": 2000,
  189. "walker": "StepWalker"
  190. }
  191. },
  192. {
  193. "type": "FollowSpiral",
  194. "config": {
  195. "enabled": true,
  196. "diameter": 4,
  197. "step_size": 70
  198. }
  199. }
  200. ],
  201. "map_object_cache_time": 5,
  202. "forts": {
  203. "avoid_circles": true,
  204. "max_circle_size": 50,
  205. "cache_recent_forts": true
  206. },
  207. "pokemon_bag": {
  208. "// if 'show_at_start' is true, it will log all the pokemons in the bag (not eggs) at bot start": {},
  209. "show_at_start": true,
  210. "// if 'show_count' is true, it will show the amount of each pokemon (minimum 1)": {},
  211. "show_count": false,
  212. "// if 'show_candies' is true, it will show the amount of candies for each pokemon": {},
  213. "show_candies": false,
  214. "// 'pokemon_info' parameter define which info to show for each pokemon": {},
  215. "// the available options are": {},
  216. "// ['cp', 'iv_ads', 'iv_pct', 'ivcp', 'ncp', 'level', 'hp', 'moveset', 'dps']": {},
  217. "pokemon_info": ["cp", "iv_pct"]
  218. },
  219. "walk_max": 4.16,
  220. "walk_min": 2.16,
  221. "alt_min": 500,
  222. "alt_max": 1000,
  223. "sleep_schedule": [
  224. {
  225. "time": "12:00",
  226. "duration": "5:30",
  227. "time_random_offset": "00:30",
  228. "duration_random_offset": "00:30",
  229. "wake_up_at_location": ""
  230. },
  231. {
  232. "time": "17:45",
  233. "duration": "3:00",
  234. "time_random_offset": "01:00",
  235. "duration_random_offset": "00:30",
  236. "wake_up_at_location": ""
  237. }
  238. ],
  239. "gps_default_altitude": 8.0,
  240. "replicate_gps_xy_noise": false,
  241. "replicate_gps_z_noise": false,
  242. "gps_xy_noise_range": 0.000125,
  243. "gps_z_noise_range": 12.5,
  244. "debug": false,
  245. "test": false,
  246. "health_record": false,
  247. "location_cache": false,
  248. "distance_unit": "km",
  249. "reconnecting_timeout": 15,
  250. "logging_color": true,
  251. "daily_catch_limit": 800,
  252. "catch": {
  253. "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"},
  254. "// Example of always catching Rattata:": {},
  255. "// Rattata": { "always_catch" : true }
  256. },
  257. "release": {
  258. "any": {"release_below_cp": 0, "release_below_iv": 0, "logic": "or"},
  259. "// Example of custom order of static criterion": {},
  260. "// Zubat": {"keep_best_custom": "iv, cp, hp_max", "amount":2}
  261. },
  262. "vips" : {
  263. "Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate!": {},
  264. "any": {"catch_above_cp": 1200, "catch_above_iv": 0.9, "logic": "or" },
  265. "Lapras": {},
  266. "Moltres": {},
  267. "Zapdos": {},
  268. "Articuno": {},
  269.  
  270. "// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {},
  271. "Mewtwo": {},
  272. "Dragonite": {},
  273. "Snorlax": {},
  274. "// Mew evolves to Mewtwo": {},
  275. "Mew": {},
  276. "Arcanine": {},
  277. "Vaporeon": {},
  278. "Gyarados": {},
  279. "Exeggutor": {},
  280. "Muk": {},
  281. "Weezing": {},
  282. "Flareon": {}
  283. }
  284. }
Advertisement
Add Comment
Please, Sign In to add comment