-
Originally Posted by
TheIEnd
@Neer, what does this mean?

Server went down
-
Originally Posted by
Mew351
Server went down
just temporarily (less than a minute or two)? because whenever I restart the bot, it's perfectly fine
-
Master Sergeant
Originally Posted by
vosszaa
You use normal pokeball or greatball?
Didn't change anything in code so probably normal.
Which is weird cuz I have now like 90% caught rate.
On v2 and before changing location it was like 50%
-
Originally Posted by
kaptainkook
im trying to use the googlebot verison for PTC i changed the settings file but google.com/device still comes up
Did you change Settings.cs public const bool UsePTC = true; This should be true
-
Post Thanks / Like - 1 Thanks
-
Member
Thanks. V3 is working now.
When we set the coordinates. How far will the bot go?
-
Member
Originally Posted by
pinn90
Didn't change anything in code so probably normal.
Which is weird cuz I have now like 90% caught rate.
On v2 and before changing location it was like 50%
My catch rate is always 2-3 out of 10 or so
-
Originally Posted by
vosszaa
My catch rate is always 2-3 out of 10 or so

What level are you?
-
Post Thanks / Like - 1 Thanks
-
Contributor
@Neer:
Set DefaultLatitude and DefaultLongitude in the Settings default to 0 and then add in program.cs (in Execute()):
Code:
if (Settings.DefaultLatitude == 0 && Settings.DefaultLongitude == 0)
{
System.Console.WriteLine("You need to change Latitude and Longitude in the Settings.cs first (before you can use this script).\nThis Window will be closed in 10 Seconds!");
await Task.Delay(10000);
System.Environment.Exit(1);
}
-
Originally Posted by
TheIEnd
just temporarily (less than a minute or two)? because whenever I restart the bot, it's perfectly fine
It's because you got logged out, use teh script posted earlier
-
Corporal
Originally Posted by
pinn90
Try Central Park New York:
Like 6 pokemons per 40s~

Waiting for the softban to lift, then I'm going to try it out
can't wait.
One thing I noticed is any actual good pokemon end up escaping, such as electabuzz for example
EDIT: Already unbanned o_O I guess teleporting from sydney to new york only takes 5 minutes guys
-
Member
if you change the coordinates from country to country you will get soft banned for a moment? am i right?
-
Member
Originally Posted by
Neer
Did you change Settings.cs public const bool UsePTC = true; This should be true
yes I did.
-
Member
Originally Posted by
Neer
What level are you?
lv19
10chars
-
Master Sergeant
Originally Posted by
vosszaa
lv19
10chars
This is weird.
Im 23 and still catch everything
30/30 in 10min - https://i.imgur.com/qZaXUFx.png
Dunno why yours are getting away.
btw. 100 pokemons after 45min. Ban incoming for 100%
-
Member
quick question neer. is this egg hatching supported? like i can still hatch an egg i set if I use this?