No they wont. The game is broken, for me the maps brought the fun back since now I can actually find the Pokemon. Seems like Pokemon only stay spawned for 13 mins, so its not like you can get across town to catch one.
The map isn't accurate. Once in the area you still have to move around a bit.
Pokevision just show what it's near you but site is down now.
Best spot in central park is central park south. 59st and 5th. Thanks to the gaf who suggested this location.
Also when i went, I saw that popular YouTuber Casey neitant doing a video.
Right, but it still shows you the location of the Pokemon instead of just saying "this Pokemon is nearby and xxx footprints away". I'm taking a look at the git for PokemonGoMap right now but it seems to me it should be fairly trivial to reduce the functionality to what is available in the base game for an end user instead of completely breaking the game.
Just go to your nearest "downtown/city" area and walk like a block, you'll have enough poke balls in no time! That or just keep using the same pokestop, you can re-use it like every ~5 minutes
I'm tinkering with the code because I enjoy it as a hobby. But it's highly unlikely that I actually use it for anything.
Also because it requires a login it must be spoofing GPS to the Niantic servers. I'm guessing they'll figure out a way to block it and ban people.
How do you use poke vision? Do you put in you current address? Pokestop location?
My problem is, every stop I visit in a large area has had a lure on it. Meaning there are more Pokémon there than I get Pokeballs from each Pokestop. In the 5 minutes I'll hit probably 3-5 stops but then catch 10-15 pokemon.
How do you use poke vision? Do you put in you current address? Pokestop location?
Just checked, the Python script running for about an hour only had my dummy account at 0.63km moved. So it is sending updated GPS positions to the Niantic servers. It seems that the area it's covering would be much larger movement than 0.63km. It'd probably be pretty easy to build a script to identify users using this and ban them. But nothing stops them from just creating another dummy account.
Not sure how Pokevision works though.
How many steps are you having the script search through?
100 positions encompassing about a square kilometer. Takes about 2 minutes to cycle through.
For those curious this is what the command line output looks like. My extra code basically just filters on Pokemon names and forwards emails in that format to my gmail.
Possibilities are endless with this, I'm going to get it to just send a text to my phone with a Google Maps pin.
Pokevision just show what it's near you but site is down now.
For me, after like 5 runs the map won't update anymore and the pokemon get less and less until they're all gone.
Any idea why?
100 positions encompassing about a square kilometer. Takes about 2 minutes to cycle through.
For those curious this is what the command line output looks like. My extra code basically just filters on Pokemon names and forwards emails in that format to my gmail.
Possibilities are endless with this, I'm going to get it to just send a text to my phone with a Google Maps pin.
Couldn't tell you, mine doesn't seem to hang, and I'm not nearly familiar enough with the code to make a guess. I'd make a post on the reddit topic, they seem pretty quick to respond.
Haha what the hell just happened , I'm right under the gym and hit fight and each time it kicks me out after "Go" , I can destroy this gym but it's not letting me 0_o
So 10 steps like me, it is interesting that it is searching basically a 1.92 km² area yet is recording you travelling a far lesser distance. I wonder how they actually do distance tracking in this game
Best spot in central park is central park south. 59st and 5th. Thanks to the gaf who suggested this location.
Also when i went, I saw that popular YouTuber Casey neitant doing a video.
If you ever download it you can just do this. I already have it alerting me of any rare Pokemon as an experiment. After line 702 in example.py add:
(code)
Where pokeid is the # in the pokedex. Obviously replace 'from' and 'to' with gmail accounts and 'login' and 'password' with the respective information. So that's set up for anytime it finds a Caterpie. You can make is search a list of Pokemon easily enough. Won't work at work for me due to firewalls but works at home. Remove the block comments as well!
Well that was a productive lunch break
# if pokeid == '10' or if pokeid == '15' or if pokeid ==27:
Yeah I've been using a dummy account to do my scans just in case it gets banned.Just checked, the Python script running for about an hour only had my dummy account at 0.63km moved. So it is sending updated GPS positions to the Niantic servers. It seems that the area it's covering would be much larger movement than 0.63km. It'd probably be pretty easy to build a script to identify users using this and ban them. But nothing stops them from just creating another dummy account.
Not sure how Pokevision works though.
Had this bug a couple times as well. Sometimes I can fix it by restarting the app and switching my leadad pokemon, other times I just have to walk away in anger.
Thanks for the reply! I really appreciate it. I think I'll be able to work with that fairly easily when I get home.
For creating a list, would the proper route to take be to edit the first line of code so it looks like:
Code:# if pokeid == '10' or if pokeid == '15' or if pokeid ==27:
Again, not too familiar with python, so I'm not sure how the OR function works exactly. It's either that or repeat the code for each Pokemon, which is no bueno.
Either way, thank you very much again. I'll have to tinker around with it later.
pokemonicareabout = ['10', '15', '17']
if pokeid in pokemonicareabout
remainder of code
No need for all the extra ifsCode:# if pokeid == '10' or if pokeid == '15' or if pokeid ==27:
Again, not too familiar with python, so I'm not sure how the OR function works exactly. It's either that or repeat the code for each Pokemon, which is no bueno.
Either way, thank you very much again. I'll have to tinker around with it later.
# if pokeid == '10' or pokeid == '15' or pokeid == '27':
Python scripts for finding Pokemon. What is going on here, haha. Oy.
Python scripts for finding Pokemon. What is going on here, haha. Oy.
Python scripts for finding Pokemon. What is going on here, haha. Oy.
Python scripts for finding Pokemon. What is going on here, haha. Oy.
Ignore the fodder until you have enough pokeballs, you don't have to catch every Pokemon you see
Can you only have 2 eggs in incubators at a time? Every time I try to add a 3rd egg it doesnt work
Can you only have 2 eggs in incubators at a time? Every time I try to add a 3rd egg it doesnt work
Is there a battle chart list?
For example, I see Pikatchu at the gym and it tells me which Pokemon are effective agains it