Guest User

Config.properties

a guest
Jul 28th, 2016
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.82 KB | None | 0 0
  1. # PTC/Google login credentials
  2. username=carldaey@gmail.com
  3. password=215511
  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.00885156218684
  9. longitude=-118.49762320518494
  10. #Preferred throw item
  11. preferred_ball=ITEM_POKE_BALL
  12. #Google maps API key for walking
  13. api_key=AIzaSyB0Jyq1LzgtkvIohcNOqzJCYKs2K3HiVL0cM
  14. #What IV% to keep pokemon at
  15. iv_ratio=90
  16. #What CP to keep pokemon above
  17. min_cp=1500
  18. #show user interface
  19. show=false
  20. # should the bot EVER drop items (true/false)
  21. drop_items=true
  22. # Meters per second
  23. speed=1.00
  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=true
  38. #Enable popup notifications
  39. sys_notification=true
  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_MAX_POTION,ITEM_HYPER_POTION,ITEM_RAZZ_BERRY,ITEM_REVIVE,ITEM_MAX_REVIVE
  46. # Minimum CP for a pokemon to have a pop-up message (All pokemon that are caught will still be logged)
  47. minimum_cp_for_ui_message=0
  48. # Prefer IV over CP when transfering? true keeps highest IV, false keeps highest CP
  49. transfer_prefers_iv=false
  50. # should the bot bypass softbans
  51. softban_bypass=true
Add Comment
Please, Sign In to add comment