-
Member
Im using the PTC and it runs perfectly fine but the problem is only about 2-3 pokestops out of 10 will give XP and 2-3 out of 10 pokemons will be caught, most of them run away
Is that because i set delay too low? I set both at 3000
-
Member
I changed my coords before using v2. Instant softban. I also see pokemon that differ from my usual location.
-
Member
Originally Posted by
Neer
All the versions came with a preset location, change it please. As i've said numerous times.
edited settings.cs with new lat and long, saved, and compiled - still shows Magnemites and Voltorbs
-
Originally Posted by
eyoubdw59
Yeah but once your inventory gets full ( and it does really fast ) pokestops don't drop them anymore
but as you use them, you'll pick up more from pokestops, no? i mean, thats how it's been for me
otherwise, just empty your inventory in Nox and let the bot run and replenish itself in a few minutes
-
On v2 do Build > Rebuild Solution after saving your lat/long in Settings.cs
Then Cntrl + F5 or run the exe from the bin/debug folder
-
Post Thanks / Like - 3 Thanks
-
Originally Posted by
pake1
edited settings.cs with new lat and long, saved, and compiled - still shows Magnemites and Voltorbs

magnemites & voltorbs don't only spawn in one location...
-
Originally Posted by
KefkaBot
On v2 do Build > Rebuild Solution after saving your lat/long in Settings.cs
Then Cntrl + F5 or run the exe from the bin/debug folder
Exactly this.
-
Post Thanks / Like - 1 Thanks
-
Member
Originally Posted by
KefkaBot
On v2 do Build > Rebuild Solution after saving your lat/long in Settings.cs
Then Cntrl + F5 or run the exe from the bin/debug folder
Works with this. Thanks
-
Member
Originally Posted by
shadepool7
Are you using PTC or Google? Are you coordinates close to your IRL location, or somewhere further?
I think the people who are saying they are being soft banned need to include more information such as the login (google/ptc) and any changes they may have made (delays, etc.)
I for one, was using the previous version of the google login fine (other than having it stop working after the first 10 pokemon or so) and now am being continuously softbanned after downloading the new version.
It's possible I've done something wrong, but not likely as I followed the instructions word for word in both scenarios.
I'm gonna keep at it though.
EDIT: I let the bot run for about 20 minutes with constant 0's from pokestops and pokemon running. (assumed softban)
Now it seems to be doing it's thing fine. Catching pokemon and collecting items/exp from pokestops.
I'm from Sweden, and I'm farming in Minneapolis. Google.
-
For you who knows some code or people that are really good at logic thinking:
Replace the current main with this:
Code:
static void Main(string[] args)
{
try { Task.Run(() => Execute()); }
catch (TaskCanceledException tce) { System.Console.WriteLine("Task Canceled Exception - Restarting"); Execute(); }
catch (UriFormatException ufe) { System.Console.WriteLine("System URI Format Exception - Restarting"); Execute(); }
System.Console.ReadLine();
}
Will help some with the crashes atleast
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
TheIEnd
but as you use them, you'll pick up more from pokestops, no? i mean, thats how it's been for me
otherwise, just empty your inventory in Nox and let the bot run and replenish itself in a few minutes
Yes indeed, but the pokeball drop/pokemon catch rate is too low, even after emptying my inventory, I ran out of pokeballs 3 times in 2 hours :/
-
Member
Make sure to add a note to rebuild solution, or maybe fix the provided zip so we don't get people insta softbanned anymore?
Thanks
-
Member
Originally Posted by
RavenPooh
ok guys for those who are complaining about stopping.
Its the server not the api.
Here is a quick fix.
save as .bat and change the path to your exe file that you compiled.change timeout below the start cmd to whatever timeout you want (in seconds) for the process to kill itself. Enjoy automagic restarts of bot.
:1
TIMEOUT /T 5
start cmd /c "F:\C MOVE\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\bin\Debug\PokemonGo.RocketAPI.Console.exe"
TIMEOUT /T 120
taskkill /im PokemonGo.RocketAPI.Console.exe /F
goto 1
Does the script always start you at the default coordinates we input? Aren't you worried about soft ban if it keeps teleporting you back every 120 seconds to the same spot?
-
Member
Trying to run the program with PTC. Have entered my login details and location. Get this error message. Have tried 15 times.
-
Member
Are you guys catching every single pokemons that come across? I only catch like 2-3 out of 10. The rest just ran away