tellomichmich / PokeNoxBot

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

Issue during setup #2

Closed brak144 closed 8 years ago

brak144 commented 8 years ago

Forgive me if I'm missing something completely:

-KML was created and renamed Levalois.KML -adb.exe and AdbWinApi.dll are both in PokeNoxBot directory -NOX is set to phone, 480x800

Running test.py returns the error @ line 83

SyntaxError: Missing parentheses in call to 'print'

Am I missing something? perhaps a required package for Python as I made a quick and dirty setup on a Win based system and not a Linux system?

Pepejson commented 8 years ago

You have python3 installed, you need to have Python 2.7.12 which you can get here https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi

brak144 commented 8 years ago

Thanks for the info. One more quick question, as PIL has been unmaintained for a while and since I am on a Windows box, would you suggest getting PILLOW repository or what? Currently it's kicking back the error that the PIL module is missing.

tellomichmich commented 8 years ago

Ooops, I forgot to talk about Pillow .... https://pypi.python.org/pypi/Pillow/3.3.0

Sorry...

Pepejson commented 8 years ago

@tellomichmich actually you can also install it using cmd "pip install Pillow"

brak144 commented 8 years ago

Ok, installed Pillow, updated registry because 32bit and 64 bit don't get along these days. PIL issued solved. Now onto the next issue.

DLL load failed: %1 is not a valid Win32 application.

brak144 commented 8 years ago

Traceback (most recent call last): File "test.py", line 11, in from PIL import Image File "C:\Python27\lib\site-packages\PIL\Image.py", line 67, in from PIL import _imaging as core ImportError: DLL load failed: %1 is not a valid Win32 application.

brak144 commented 8 years ago

Ok nvm, scratch that. Didn't have PIP property routed in the PATH within windows system settings

threekilos commented 8 years ago

mine is just waiting for pokemon fight .. over and over and over

tellomichmich commented 8 years ago

@threekilos you have to modify the variable bIsDay

tellomichmich commented 8 years ago

@threekilos or coding a function which detect day or night.

brak144 commented 8 years ago

I had the same lat/log issue before, but then noticed you patched the script. What change was made for that closed issue?

I also had the same waiting for pokemon issue but the blsDay variable fixed it 100%

threekilos commented 8 years ago

so i just change it from False to True?

brak144 commented 8 years ago

Yeah that's what I did and it worked. The only issue I've seen since occurred when 2 pokestops were within close proximity of another.

It would use one stop, go back to the map, and then go into the next, but then get stuck in the "waiting for pokemon" loop

threekilos commented 8 years ago

Weird, its night time on my pokemon go, i tried with both True and False and got the same thing, think ill just wait until other ppl fix it haha:D

brak144 commented 8 years ago

One other thing I noticed was it didn't detect a pokemon nearby, however I manuall clicked it to fight, it auto threw and auto caught, but then got stuck on the pokemon's stat window and couldn't close that window to go back to map.

brak144 commented 8 years ago

It also seems to get stuck waiting for pokemon near gyms, I'm assuming because it is color based it is recognizing the pokemon on the gym as real so it keeps waiting.

threekilos commented 8 years ago

Also when it says zoom out, how do i do that in nox?

brak144 commented 8 years ago

double click and then drag

threekilos commented 8 years ago

oh okay got it, thanks

threekilos commented 8 years ago

got it to spin the pokestops but nothing coming out, think i got soft banned

brak144 commented 8 years ago

spin the stop manually 40 times

threekilos commented 8 years ago

in the process of it now

tellomichmich commented 8 years ago

Readme updated :)