-
Notifications
You must be signed in to change notification settings - Fork 168
Sniping Setup
###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 forMinDelayBetweenSnipes
(whichever is higher).
####Description Defined by the scheduled interval above, PokeMobBot will utilize PokeVision to scan each location listed and catch the Pokemon specified in the configuration. This feature is NOT intended for catching individual one-off Pokemon, but instead for teleporting to pre-defined nests that have been known to contain specific Pokemon spawns.
With this setup, PokeMobBot will rely on a seperate location feeder service instead of the config. This service will run on the same machine as PokeMobBot to supply dynamic Pokemon locations from the Discord server channels for sniping.
The contents of this repo are a proof of concept and are for educational use only