tellomichmich / PokeNoxBot

Slow but safe Pokemon GO Bot
23 stars 19 forks source link

Wait for Pokemon fight... (and more) #3

Closed PassiveModding closed 8 years ago

PassiveModding commented 8 years ago

1.The bot constantly gets stuck with an infinite loop It works for a few seconds, spins 1 or 2 pokestops and then gets stuck with that issue 11887f9318ae4c3058d6ef2ef8cee6be

2.The swipes are constant and do not change if the swipe is inaccurate. def ThrowPokeball():

Near 200

SwipeTime(236, 780, 236, 400, 190)

rather than having this I believe it would be better to recognise the throw distances and check whether the last one was accurate or not It works for the most part but if you attempt to catch something like a zubat (or anything far away) it will miss 100% of the throws

3.Also upon catching a new pokemon (that has not been registered in the pokedex) the script will freeze with "Waiting return to the map" Loop 9be0d99debbc680919216632b98a52bb

4.Upon starting I am presented with these few lines not sure what they exactly mean however 7f79a4a13b73ad230b1224cee74d8d25

5.The script seems to start at a random location along the KML file which would seemingly increase the ban rate if it begins too far away from the location your app is before the bot begins

PassiveModding commented 8 years ago

It would be an incredible script otherwise, much love to the developers though

tellomichmich commented 8 years ago

Day or Night detection is not implemented. You have to change a variable in the code (bIsDay).