Hey guys,
I would like set the bot to snipe only snipet certain pokemons like snorlax ...
I tested some config with
Code:
"PokemonToSnipe": {
"Locations": [
{
"Latitude": 38.556807486461118,
"Longitude": -121.2383794784546
},
{
"Latitude": -33.859019,
"Longitude": 151.213098
},
{
"Latitude": 47.5014969,
"Longitude": -122.0959568
},
{
"Latitude": 51.5025343,
"Longitude": -0.2055027
}
],
"Pokemon": [
"lapras",
"aerodactyl",
"charizard",
"gyarados",
"ditto",
"snorlax",
"articuno",
"zapdos",
"moltres",
"dratini",
"dragonair",
"dragonite",
"mewtwo",
"mew"
]
it works but to farm XP its useless ... Necrobot will only catch Pokemons in this list.
Anyone have a idea?
thanks