It seems like every rare pokemon will result in "CatchFlee" and after that it wastes balls on some weedles or magikarps (which it actually catches). Anyone else feels like everything worth farming is fleeing 90% of the time?
Im lvl 30 if that matters.
worker.py is just that, a worker drone which looks for pokemon at the coordinates you gave
You then can run in another cmd box: python web.py --host 127.0.0.1 --port 8000
which will load the map showing the pokemon found
Then you open visual studio open the sln file and make changes, then compile
basically, you have running 3 command boxes if doing all of the above
issue I have with this bot is that even if rare's are listed, it goes for other crap instead
sometimes it will say rare found be there in x seconds but never any follow up to it...
ok, but where is the actual bot that farms the pokemon found by the worker.py? i managed to get worker.py running, and the web.py too. but idk how that is linked with the actual bot and where is it. there is no .sln anywhere to be found. or can i just use necro's?
edit: i guess we should use the pokemon go bot posted on the op. but how do you link this bot with the data mining of worker.py and web.py?
Last edited by Sarkot; 07-27-2016 at 02:46 PM.
You need to set your db path inside the code, as stated in the github readme:
source: https://github.com/MonsterMMORPG/Pok...ster/README.mdIn order to do so go to Logic.cs and find the function funcReturnPokeLoc
In this funtion you will see new SQLiteConnection(@"Data Source=C:\Python27\db.sqlite;Version=3;");
guys i was gonna move to newest version of necro today but they started whole refactoring again
so i have to wait until they stabilize refactoring
how many workers do you recommended to cover 3x3 square box? About 4x4 miles.
sorry but what do you exactly put as Data Source? is it the db.py directory?
Need to fix the google token request doenst work it say go to and enter after that it breaks and close :/
Correct me if I'm wrong... this post(thread) is about pokeminer(worker) for mapping. It is not about the actual bot right? So which bot does it goes with? Because the necrobot-master 0.1.9 does not have logic.cs (or I am clueless where to fine it). So where do you all find this logic.cs to direct the db to pokeminer's sqldb?
I have Win10. Pokeminer worker.py + web.py works flawlessly. Necrobot-master works as well. But they do not work together. Where did I missed?
nvm. i am being stupid.
If OP could rearrange his first post a bit and put description like bot<<<< miner<<<< source<<< etc... that would be awesome for idiots like me.
Last edited by DrDuckling; 07-28-2016 at 07:01 AM.
You missed the part where you combine them together. READ HERE