anyone can help me, after execute .bat file popup command prompt and it close but itself
i install phyton 2.7. btw.
how the hell do i catch a damn ordinary Nidoran
PokeVisionFinder.py -p nidoran -m All -c -l -L -f 5
not finding anything where it should be common
how do i add co-ordinates manually,Cause it only covers famous places!!
Quick question - ive been running the sniper program twice and realised after a while it was not finding anything (i left it running for like an hour).
Now ive logged into pokemongo app on my phone and can't seem to see any landmarks/pokemon etc . Just a blank map with no Gyms/pokestops etc.??
Inside you folder you will see a text file called coords, that controls all the coords the program will use. Just like only pokemon you put in the .bat file controls pokemon it catches as editing pokemon text doesn't do anything, at least for me.
Few things Xencodex:
The bot seems to use the autosniper.bat file out of pokesniper2. Might just be easier to do what Pogodeeder does and program it to work after running registerURL.bat. This would remove the need to have to copy whole bot into that folder, just for runs files. I been watching it, and at best only part of xml file it uses is the default location, which could just be added to the bot itself.
2nd anyways we can get it to work with other format options? For example when editing RunPVF.bat you make it where it can only read it you format it like this
PokeVisionFinder.exe -p Aerodactyl,Alakazam -m All -l -L -f 18
and to add pokemon must add a common at the end of the last and put in the pokemon without spaces otherwise it errors out. That fine when you only for a few. But when you working with a big list it takes lot of time to add and remove. A better format option would be to have the program recognize and be able to read following format layout.
PokeVisionFinder.exe -p
Aerodactyl,
Alakazam,
Arbok
-m All -l -L -f 18
it easier to read, easier to edit, and still formatted, just not all one big long line.
Now for coords you have them going like
Example 1:
New York City Hall, NY:40.713079:-74.006485 for example, is that the only format it can read, or to save time can it read the format in example 2?
Example 2:
{
"Latitude": 34.100365,
"Longitude": -118.29432800000001
},
Looking to update you list with over 500 coords that these other bots seem to all use for high IV farming spots to add them to my snipe search, and hoping to be able to save lot of time and search by being able to just paste Example 2 in and hit save. as they don't have name of location, nor are they formatted like how you did it in Example 1.
Other cool feature would be IV min, CP Min, since we are snipping option to force a certain throw to max xp and catch chance (Like any idea what throw snipper bot uses?)
Bug Report: When dealing with Abra and Kadabra programs only seems to look for abra. In my test having Abra in the file it would find Kadabra as well, and just having Kadabra in the file it would find and catch Abra. So not search for a pokemon well in their case by whole word, but instead just part of it..
Last edited by Nytemare; 08-11-2016 at 08:18 PM.