-
Member
I am start to config roight now but also crash the first step
Enter Discord Credentials into
"DiscordUser": ">>>User E-Mail Here<<<",
"DiscordPassword": ">>>Password Here<<<"
also crah when I Run PogoLocationFeeder.exe after input my information
-
Member
I got the newest version but there seems to be a problem with the server channels? I get items coming out trackmon, but nothing coming out of the discord channel even though I'm subcribed the them and I see new posts. I tried to the old server channels config back in but the feeder keeps deleting them again after. Does anyone know whats going on?
-
Sergeant
I see many question about the discord account and channels. Discord dont let anymore to pull informations from channels as before because that cause lag and server problems(yesterday problems) and they change the way PogoFeeder take coordinates. In the new version you dont have to add the discord account and password, you dont even need an account. Coordinates are get from channels id ( in file discord_channels.json ) and look like this :
{
"id": "209314780870213633",
"Server": "Necrobot.io",
"Name": "plus_90_iv"
}
The new version of PogoFeeder its not relesead yet but someone from a german forum made a release that work with new discord requirements.
Here its the link: https://yadi.sk/d/ovkpbsxttrHhm , just extract and run it, no aditional settings are needed, the discord_channels.json have more then enough channels.
Make sure you have those lines in necro/pokemobbot config :
"SnipeAtPokestops": true,
"SnipeIgnoreUnknownIv": false,
"UseTransferIvForSnipe": false,
"UseSnipeLocationServer": true,
"SnipeLocationServer": "localhost",
"SnipeLocationServerPort": 16969,
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
Nou4r
Someone should release a full folder with the needed programms and an config with some nice channels.
yeah is anyone out there inviting to the discord servers?? I think thats my problem...
-
Sergeant
I notice that after some time (1-2 hours) PogoFeeder dont take anymore coordinates from discord channels, i don't know why but i made a little .bat file that will restart pogo every 30 minutes. Extract it in PogoFeeder folder, close pogo and run the autorestart. Link : https://yadi.sk/d/yAr6EDOGtrpjW
If you dont want to download make a text file and change the extension to .bat , right click the file and select "edit" and paste this code inside:
@echo off
:loop
start PogoLocationFeeder.exe
timeout /t 1800 >null
taskkill /f /im PogoLocationFeeder.exe >nul
goto loop
-
Member
-
Post Thanks / Like - 1 Thanks
leo2311 (1 members gave Thanks to wanabii for this useful post)
-
Member
Originally Posted by
leo2311
I see many question about the discord account and channels. Discord dont let anymore to pull informations from channels as before because that cause lag and server problems(yesterday problems) and they change the way PogoFeeder take coordinates. In the new version you dont have to add the discord account and password, you dont even need an account. Coordinates are get from channels id ( in file discord_channels.json ) and look like this :
{
"id": "209314780870213633",
"Server": "Necrobot.io",
"Name": "plus_90_iv"
}
The new version of PogoFeeder its not relesead yet but someone from a german forum made a release that work with new discord requirements.
Here its the link:
https://yadi.sk/d/ovkpbsxttrHhm , just extract and run it, no aditional settings are needed, the discord_channels.json have more then enough channels.
Make sure you have those lines in necro/pokemobbot config :
"SnipeAtPokestops": true,
"SnipeIgnoreUnknownIv": false,
"UseTransferIvForSnipe": false,
"UseSnipeLocationServer": true,
"SnipeLocationServer": "localhost",
"SnipeLocationServerPort": 16969,
Sound like a virus
-
Member
Can anyone upload a Version of this "thing", which works. I am trying to get this programs run for 5 hours now and a finished version would help me and other members out. Thanks
-
Sergeant
Originally Posted by
N4MeD
Can anyone upload a Version of this "thing", which works. I am trying to get this programs run for 5 hours now and a finished version would help me and other members out. Thanks

Last version from github with or without GUI work perfectly with default settings
-
Member
Been running the bot for over an hour and it's not sniping any Pokemon. Checked config.json several times and everything is absolutely fine! Anyone know what the issue could be?
-
Sergeant
Originally Posted by
chaosss209
Been running the bot for over an hour and it's not sniping any Pokemon. Checked config.json several times and everything is absolutely fine! Anyone know what the issue could be?
You have this in necro config?
"SnipeAtPokestops": true,
"SnipeIgnoreUnknownIv": false,
"UseTransferIvForSnipe": false,
"UseSnipeLocationServer": true,
"SnipeLocationServer": "localhost",
"SnipeLocationServerPort": 16969,
-
Sergeant
got this error with new version, any help please ?
-
Sergeant
Originally Posted by
fullatx
got this error with new version, any help please ?

Use the version with GUI, normal version need a hotfix.
-
Member
Originally Posted by
leo2311
You have this in necro config?
"SnipeAtPokestops": true,
"SnipeIgnoreUnknownIv": false,
"UseTransferIvForSnipe": false,
"UseSnipeLocationServer": true,
"SnipeLocationServer": "localhost",
"SnipeLocationServerPort": 16969,
Yeah got all that mate. Thanks for quick reply!
-
Sergeant
You also have this:
"PokemonToSnipe": {
"Locations": [],
"Pokemon": [
"venusaur",
"charizard",
"blastoise",
etc...
with all the pokemon names you want to snipe?