-
Member
Originally Posted by
k199
if i use the bot without change any thing , only locaiton
the bot will evolve non , and transverse all pokemon and keep the highest CP pokemon of each one ?
plz answer
you can look at settings and set your things u wanna do.
If you put in your own coordinates it will stay in your home and transfer + evolve
-
Master Sergeant
Originally Posted by
Shanks Tribal
Same error, also newest version.
-
Member
i suddenly got this wierd bug:

i log in over google. everything was working fine and than suddenly this started happening. it just logs in and shows this list over and over again. tried restarting multiple times but still the same
-
Member
Originally Posted by
Shanks Tribal
same exact problem here
-
Member
I just want to say thanks to necronomicon and everyone who is helping with their pull requests.
it's so awesome going through the commits page and seeing all the effort!
-
Member
I've put the google refresh token where is supposed to be put on, but still, approx. half an hour later, the same red error screen of death
-
Member
Originally Posted by
Merudo
For trainers in Central Park:
I noticed the bot has a tendancy to leave Central Park to reach Pokestops in adjacent streets.
To ensure the bot only gets Pokestops in Central Park, I changed this code
Code:
var pokeStops =
mapObjects.MapCells.SelectMany(i => i.Forts)
.Where(
i => i.Type == FortType.Checkpoint &&
i.CooldownCompleteTimestampMs < DateTime.UtcNow.ToUnixTime());
To this
Code:
var pokeStops =
mapObjects.MapCells.SelectMany(i => i.Forts)
.Where(
i =>
i.Longitude < -103.692313681 + i.Latitude * .72905203747 &&
i.Longitude > -103.703941616 + i.Latitude * .72905203747 &&
i.Longitude < 22.4092333924 + i.Latitude * -2.36190713357 &&
i.Longitude > 22.3086001328 + i.Latitude * -2.36190713357 &&
i.Type == FortType.Checkpoint &&
i.CooldownCompleteTimestampMs < DateTime.UtcNow.ToUnixTime());
EDIT: code is either in \PokemonGo.RocketAPI.Logic\Logic.cs, or \RocketAPI\Console\Program.cs
Any way to implement this Central Park cordinates in the new version?
-
Master Sergeant
Replacing _clientSettings with _client.Settings on line 78 of Inventory.cs fixes it as a workaround for the problem of NullReferenceException
Solution by OverlordQ on github
-
Post Thanks / Like - 1 Thanks
boostedgaster (1 members gave Thanks to Rabelais for this useful post)
-
Elite User
Well, thats it for today. 135 commits after a big drama. Thanks for joining the project.
-
Post Thanks / Like - 6 Thanks
-
Originally Posted by
nonm
Well, thats it for today. 135 commits after a big drama. Thanks for joining the project.
Crazy ride
-
Member
So how does the "transfer perfect" logic work? If I have a higher CP pokemon that's 50% perfect but catch a lower CP that's 100% perfect, will it transfer the lower CP?
-
Member
Love this bot so far, but i need some tweaks for farming nests.
Can we have the option to disable walking around? Because i want to stay within an area to farm certain nests (like dratini nest in Sacramento).
For this purpose it would also be great to be able to have it use certain balls on certain types. Like allways use ultraball on charmanders (which are very hard to catch)
-
Member
Can someone please give the bat that restarts bots every 15 mn or something please?
-
Member
what if i'm not want any Transfer,Evolve,Recycle ?
so just farming and if anything full keep farming exp
-
Member
How do i disable GPS at Nox?