www.pokemonpets.com free Pokemon MMO RPG
www.monstermmorpg.com free Monster MMO RPG
Features?
- More advanced Pokemon hunting by Poke Miner
- Rare Pokemon priority hunting by Poke Miner
- Auto switch between Pokemon hunting and PokeStop farming according to Poke Ball count
- Full scale account details logging. The details file is saved in the folder where you run your console.exe
- Perfectly stable can run over 24 hours
- I am farming 8 accounts right now. So, i am making changes as necessary as a farmer :D
- Never gets soft banned because it always do human walking with the speed limit you have defined
Why separate project?
- I started as a separate project since i am still a total noob of GitHub code management system
- I have never collaborated previously with any other developers. Thus, I have to improve my skills
- In future this project may discontinue if the all features here get added to Original Project
How to use?
Set your location around a place where there are PokeStops. I suggest you to farm in your city.
You need to install Poke Miner if you want to use Pokemon Farming + Rare Pokemon Farming features
Poke Miner on reddit for more info : https://www.reddit.com/r/pokemongodev/comments/4tz66s/pokeminer_your_individual_pokemon_locations/
Poke Miner github : https://github.com/modrzew/pokeminer
Once you setup your pokeminer, start agents around the location you will start farming your bot
In our application you have set the location of your Poke Miner db
In 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;");
Modify the Poke Miner db location as you wish
For rare Pokemon Hunting list go to Client.cs and find the list lstPriorityPokemon
Modify the rare Pokemon IDs as you wish
It has a priority so put your most wanted pokemon into the beginning of the list
Common errors and solutions
What is the logic behind the Pokemon and Rare Pokemon farming
- It reads the live data from the Poke Miner database
- Then calculates the shortest distance having Pokemon to your current location and go for hunting it
- However, if you have setup priority list and if there is a priority Pokemon, instead of going to shortest distance Pokemon, first it goes to priority Pokemon
- Then from that location, it scans the database and goes after the shortest location pokemon to you.
- Unless, if there is an another priority Pokemon :)
- If you get under total 25 Poke Balls, it starts priority farming the PokeStops until you get over 100 Poke Balls
Don't forget to set pre-defined PokeStops locations and your starting location
- If the bot can not find any nearby Pokestop, it moves to next pre-defined Poke Stop location
- You can modify the locations inside Client.cs
- The pre configured list name is lstPokeStopLocations
- I suggest putting different poke stop locations in a close range area like 5 km radius or 10
- Do not worry, it will not jump but walk to the next location with the speed you have defined in your app settings
- Start location file is saved in App.config under RocketAPI.Console project
Multiple Instance Farming
- For multiple instance farming, copy entire debug folder and paste it into another folder
- Each time you made changes, do the same operation for changes to be updated
- It will not ask you to enter your password everytime you update the app :) So don't worry to make changes
What is lack?
- Still cannot incubate eggs
Screenshot from the best giveaway account farming :)
You can reach up to 50k exp per hour without lucky egg based on how well the PTC servers working and how good area you farm
Feel free to ask any questions with opening issues
Thank you for reading