-
Member
Just keep getting this stuff,tried everything what was written earlier,didn't helped.
Did
"username"
"[email protected]"
And without strings,it just keeps crashing every time
.
-
Member
I am sorry i want to ask.
Why i running bot about 3 hour but didnt get any monster from sniping.
No single dratini or magicrap i get.
"No Pokemon found to snipe!"
[13:13:02] [Sniper] Scanning for Snipeable Pokemon at 38,5568074864611,-121,238379478455...
[13:13:02] [Sniper] No Pokemon found to snipe!
[13:13:02] [Sniper] Scanning for Snipeable Pokemon at -33,859019,151,213098...
[13:13:03] [Sniper] No Pokemon found to snipe!
[13:13:03] [Sniper] Scanning for Snipeable Pokemon at 47,5014969,-122,0959568...
[13:13:03] [Sniper] No Pokemon found to snipe!
[13:13:03] [Sniper] Scanning for Snipeable Pokemon at 51,5025343,-0,2055027...
[13:13:04] [Sniper] No Pokemon found to snipe!
This is my config
"AmountOfPokemonToDisplayOnStart": 10,
"AutoUpdate": true,
"DefaultAltitude": 10.0,
"DefaultLatitude": 40.785091,
"DefaultLongitude": -73.968285,
"DelayBetweenPokemonCatch": 2000,
"DelayBetweenPlayerActions": 5000,
"EvolveAboveIvValue": 90.0,
"EvolveAllPokemonAboveIv": false,
"EvolveAllPokemonWithEnoughCandy": false,
"UseLuckyEggsMinPokemonAmount": 30,
"UseLuckyEggsWhileEvolving": false,
"UseEggIncubators": true,
"DumpPokemonStats": false,
"GpxFile": "GPXPath.GPX",
"UseGpxPathing": false,
"WalkingSpeedInKilometerPerHour": 15.0,
"MaxTravelDistanceInMeters": 1000,
"KeepMinCp": 1250,
"KeepMinDuplicatePokemon": 1,
"KeepMinIvPercentage": 95.0,
"KeepPokemonsThatCanEvolve": false,
"PrioritizeIvOverCp": false,
"RenameAboveIv": false,
"RenameTemplate": "{0}_{1}",
"TransferDuplicatePokemon": true,
"TranslationLanguageCode": "en",
"UsePokemonToNotCatchFilter": false,
"WebSocketPort": 14251,
"StartupWelcomeDelay": true,
"SnipeAtPokestops": true,
"ItemRecycleFilter": [
.
.
.
},
"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": [
"Dratini",
"Magikarp",
"Eevee",
"Charmander"
]
}
}
there is something wrong with my config ???
thk u before
-
Master Sergeant
thats weird, all i get is magikarp dratini and evee, its insane.... 1500 dratini candies in a few hours? -_-
-
Member
@indieee:
Just example:
{
"AuthType": "google",
"GoogleRefreshToken": null,
"PtcUsername": null,
"PtcPassword": null,
"GoogleUsername": null,
"GooglePassword": null
}
change to
{
"AuthType": "google",
"GoogleRefreshToken": null,
"PtcUsername": null,
"PtcPassword": null,
"GoogleUsername": "[email protected]",
"GooglePassword": "guxxxxla"
}
-
Post Thanks / Like - 1 Thanks
Indieee (1 members gave Thanks to bonitoshi for this useful post)
-
Member
@perons88
Stop the bot, then edit the config file not to snipe
"SnipeAtPokestops": false,
And run it again so it will start farming pokestops. What I do is I raised the drop limit for every type of ball farmed a lot of pokestops and start snipping again.
@bishopcore
Apply the same. Snipping pokemons is enabled so i will search for them and catch them in a loop.
Last edited by adamsbankai; 07-29-2016 at 01:57 AM.
-
Member
How do i install it guys..? I have the older Version with CONSOLE.api with it but this download does not get them files.. help pls
-
Member
So I make the batch file. Paste the batch file inside the folder where the NecroBot.exe is located but when I launch the batch file, it just springs a gazillion cmd windows at me. What am I doing wrong?
:1
TIMEOUT /T 5
start cmd /c C:\Users\****\Desktop\0.3.2\Tomato\NecroBot.exe
TIMEOUT /T 1800
taskkill /im NecroBot.exe /F
goto 1
-
Member
Originally Posted by
jpgcas
Hello Plawed.
Would you kindly explain me how can I change the API like you said? I cant seem to find any resemblance between the files of the necrobot release folder and the ones in the API... :|
Ferox's API is a major part of the NecroBot source code. It's labled "PokemonGo.RocketAPI" under VisualStudio solution explorer. The code difference mentioned here: http://www.ownedcore.com/forums/poke...ml#post3494942 is located in the file Settings.cs under it.
The info I had posted was to fixing the source code directly if you encountered red "chill" error spam, and sometimes red error messages when first opening the bot.
If you're using the Release.zip, and simply attempting to run/config the bot that way rather than by compiling from the source code you will be unable to make this change. If needed I can go ahead and upload a Release I've compiled for you. It would be completely clean and up-to-date at least until the dev comes around to resolve other problems, just let me know.
Also, to note to others about the 30 minute freezing... for me I saw it freeze at about 27:77, but 9 minutes after that it had fixed itself and reconnected on its own. That's not to say I'm just a lucky user. Programs can always function differently based on the machine they run from.
-
Post Thanks / Like - 1 Thanks
jpgcas (1 members gave Thanks to Plawed for this useful post)
-
Master Sergeant
still just stops after 30 mins or so...... no error just pauses, any fix?
-
Member
hi!
Necro! Very big thanks for bot, working fine, use after pokefast is down...
but speed is slow from pokefast(
pokefast 220k/h after 8 h farm, your bot only 66k/h (nonstop, view all logs)
settings with evolve and egg (=1) - same with pokefast
delay is 200 and 500 (1/10 when a stock settings)
how the boost speed of you bot?
and snipes to loc are not working (never pokemons find)
-
Member
Originally Posted by
bonitoshi
@indieee:
Just example:
{
"AuthType": "google",
"GoogleRefreshToken": null,
"PtcUsername": null,
"PtcPassword": null,
"GoogleUsername": null,
"GooglePassword": null
}
change to
{
"AuthType": "google",
"GoogleRefreshToken": null,
"PtcUsername": null,
"PtcPassword": null,
"GoogleUsername": "
[email protected]",
"GooglePassword": "guxxxxla"
}
thanks a lot,seems like it's working now
-
Member
Originally Posted by
bishopcore
thats weird, all i get is magikarp dratini and evee, its insane.... 1500 dratini candies in a few hours? -_-
Do you entered others coordinates for sniping?Cause mine cant find anything at default coordinates.
-
Corporal
Originally Posted by
pokebro
So I make the batch file. Paste the batch file inside the folder where the NecroBot.exe is located but when I launch the batch file, it just springs a gazillion cmd windows at me. What am I doing wrong?
You missing " "
Code:
:1
TIMEOUT /T 5
start cmd /c "C:\Users\****\Desktop\0.3.2\Tomato\NecroBot.exe"
TIMEOUT /T 1800
taskkill /im NecroBot.exe /F
goto 1
-
Post Thanks / Like - 1 Thanks
sk1pjack (1 members gave Thanks to VaanC for this useful post)
-
Master Sergeant
no i just spawned in my random suburb....
-
Sergeant
the advantages of using this bot is we can farming DRAGONITE and GYARADOS :"D
I have 1200 candies for dratini and 1500 candies for magikarp
I evolved dratini and magikarp with the highest CP then ><
if I run out pokeballs, stop the SnipeAtPokestop for a while until u get hundreds pokeballs, greatballs, and ultraballs
I set pokeball: 50, greatball: 50, and Ultraball: 100
hyper potion, revives just set it 10 LOL
razzberry 75
but I forget how much the maximum items storage??