-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Expected Behavior
Setting max step to 0 or 1 has the bot stay in the same general location. Setting to 100 allows it to roam large distances.
Actual Behavior
The bot roams about the same distance regardless of max step value.
Steps to Reproduce
Run bot
Other Information
OS: OS X
Git Commit: 5c681f0
Also, is waypoint and campsite currently not supported? I can't get either to work. When I try campsite, I use "-n campsite" and sometimes I add "-camp lat,long". Both ways gives me errors:
Traceback (most recent call last):
File "pokecli.py", line 380, in
main()
File "pokecli.py", line 373, in main
bot.run()
File "/Users/username/Desktop/POGO/OpenPoGoBot/pokemongo_bot/init.py", line 108, in run
for destination in self.navigator.navigate(map_cells):
AttributeError: 'NoneType' object has no attribute 'navigate'