Advertisement
Guest User

Untitled

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