Advertisement
Guest User

Untitled

a guest
Aug 1st, 2016
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. # PTC/Google login credentials
  2. username=EIOncheur
  3. password=obvijtm
  4. # Location by name: e.g. "Sydney" or "W12 8LP" or "Trafalgar Square, London" - set to true to use
  5. use_location_name=true
  6. location_by_name="Maison de Obvious, france"
  7. #Preferred throw item
  8. preferred_ball=ITEM_POKE_BALL
  9. #Google maps API key for walking
  10. api_key=AIzaSyCJUM3DoOmOcMSbxgNiC8cb50G2LLSP_WU
  11. #What IV% to keep pokemon at
  12. iv_ratio=90
  13. #What CP to keep pokemon above
  14. min_cp=1000
  15. #show user interface
  16. show=true
  17. # should the bot EVER drop items (true/false)
  18. drop_items=true
  19. # Meters per second
  20. speed=4.0
  21. # Automatic evolving
  22. automatic_evolving=true
  23. #Range to walk in, VERY sensitive
  24. range=.004
  25. #points in the map path
  26. map_points=15
  27. # Only whitelist certain pokemons
  28. whitelisted_pokemon=10,13,16
  29. # List of Pokémons ids to NEVER transfer, separated by commas.
  30. never_transfer=
  31. # Enable events notifications on console output
  32. console_notification=true
  33. # Enable toast notifications on UI (only if UI is enabled)
  34. ui_notification=true
  35. #Enable popup notifications
  36. sys_notification=true
  37. # Enable auto eggs incubating
  38. eggs_incubating=true
  39. # Enable auto eggs hatching
  40. eggs_hatching=true
  41. # Items to drop (remove from this list if you want to keep it, note that inventory management will now be left up to you, as it could be possible to run out of pokeballs)
  42. drop_item_list=ITEM_POTION,ITEM_SUPER_POTION,ITEM_MAX_POTION,ITEM_HYPER_POTION,ITEM_RAZZ_BERRY,ITEM_REVIVE,ITEM_MAX_REVIVE
  43. #Minimum amount of each item to save
  44. minimum_item_amount=10
  45. # Minimum CP for a pokemon to have a pop-up message (All pokemon that are caught will still be logged)
  46. minimum_cp_for_ui_message=0
  47. # Prefer IV over CP when transfering? true keeps highest IV, false keeps highest CP
  48. transfer_prefers_iv=false
  49. #navigation type can be either STREETS or POKESTOPS
  50. navigation_type = POKESTOPS
  51. # Ignore catching certain pokemons
  52. ignore_catching_pokemon=
  53. # should the bot bypass softbans
  54. softban_bypass=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement