-
Notifications
You must be signed in to change notification settings - Fork 167
Automatic Locations Sniping Guide
###Scheduled Intervals
If UseGPXPathing
is set to false
,
Sniping will execute every Pokestop.
If UseGPXPathing
is set to true
and GPXFile
is found,
Sniping will execute every second or based on the value in milliseconds for MinDelayBetweenSnipes
(whichever is higher).
With this setup, PokeMobBot will rely on a seperate location feeder service called PogoLocationFeeder instead of the config. This service will run on the same machine as PokeMobBot to supply dynamic Pokemon locations from various Discord server channels for sniping.
###Configuration
####PokeFeeder Setup
- Download the newest PogoLocationFeeder release
- Download the GUI release
- Unzip the PokeFeeder release
- Execute
PogoLocationFeeder.exe
-
Open PokeMobBot's Config.json
-
Make sure your values are set like below:
"SnipeAtPokestops": true, "SnipeIgnoreUnknownIv": false, "UseTransferIvForSnipe": false, "MinPokeballsToSnipe": 20, "MinPokeballsWhileSnipe": 5, "UseSnipeLocationServer": true, "UsePokeSnipersLocationServer": false, "SnipeLocationServer": "localhost", "SnipeLocationServerPort": 16969, "SnipeRequestTimeoutSeconds": 5,
3. Run PokeMobBot
4. If you start getting notifications about Pokemon in PogoFeeder GUI, you set it up correctly. In CLI version, no feedback is given currently due to a broken logger. If PokeMobBot attempts to snipe a Pokemon, it may not be able to due to fake locations or the Pokemon despawning.
###NOTE: All PogoLocationFeeder locations are crowd-sourced which means that they are not verified to be true. This means that the majority of locations being fed to PokeMobBot are most likely false.
The contents of this repo are a proof of concept and are for educational use only