-
Member
Originally Posted by
IlMostro
You can change the number in the skip line from 1 to whatever you want and I reckon it'd work. Or take the pokemon you want left alone off the kill list.
where is the skip line? program.cs?
var dupes = allpokemons.OrderBy(x => x.Cp).Select((x, i) => new {index = i, value = x})
.GroupBy(x => x.value.PokemonId)
.Where(x => x.Skip(5).Any());
is this it
Last edited by rowxs; 07-21-2016 at 10:41 AM.
-
Member
What would i have to edit to have the bot stay within, say 50 meters or 20 meters? Is it simple to do?
-
Private
Originally Posted by
ohnobye
Anyone mind me asking how fast they are leveling with this?
A fresh account started today. Bot is set too duplicate/evolve.
-
Post Thanks / Like - 2 Thanks
ohnobye,
eazyCv (2 members gave Thanks to lootnull for this useful post)
-
Member
I looked through and saw people saying google was stopping after 20 minutes. But I'm using Ptc and mine is stopping in under 20 minutes every time . I'm running two accounts but I have two downloads of it,one for each. So why is mine stopping so early ? I don't see any error message it just stops doing anything.I also have the newest version.
Last edited by Ainew; 07-21-2016 at 10:46 AM.
-
Corporal
Tested newest version with stuck fix (for "unpopular" locations) and it works fine so far. 40min and still running. (was usually 20-30min max)
-
Sergeant Major
Originally Posted by
IlMostro
You can change the number in the skip line from 1 to whatever you want and I reckon it'd work. Or take the pokemon you want left alone off the kill list.
which code? i want to keep more than 1 too
-
Member
Originally Posted by
rowxs
where is the skip line? program.cs?
is this it
I would try this one first...
var unwantedPokemon =
pokemonOfDesiredType.
Skip(1) // keep the strongest one for potential battle-evolving
.ToList();
if (unwantedPokemon.Count > 0)
EDIT:
That's if you're using the leaveStrongest transfer option
The other guaranteed method is to not transfer at all and just pull it up on your phone and transfer there every so often depending on catch rate.
Also, don't be like me and get confused at 3AM and think Electabuzz is Voltorb and put the wrong one on the kill list.
Last edited by IlMostro; 07-21-2016 at 10:50 AM.
-
Member
Anyone got an idea, how to prevent bot from getting soft banned? (evry pokemon is gettn away) thanks
-
Member
Need some help.
I updated the program but it still redirects me to the download page in the browser.
Anyway to fix this. Thanks in advance
-
Member
So how exactly does the ptc login work?
I typed in the value "Ptc" and my id and pw but all what it does, is saying that I got the newest version and nothing more.
Google works just fine (the servers and ptc are also working fine with smartphone)
-
Member
Ferox's version seems to have added the function to recycle items, any plans to add it to this one?
https://github.com/FeroxRev/Pokemon-...ster/README.md
-
Corporal
Originally Posted by
Prarrior
So how exactly does the ptc login work?
I typed in the value "Ptc" and my id and pw but all what it does, is saying that I got the newest version and nothing more.
Google works just fine (the servers and ptc are also working fine with smartphone)
<add key="AuthType" value="Ptc"/>
<!--Google/Ptc-->
<add key="PtcUsername" value="YOURID"/>
<add key="PtcPassword" value="YOURPW"/>
<add key="GoogleRefreshToken" value=""/>
are my ptc settings
-
Member
also can i run multiple bot at once?
-
Member
Is there anyone thats know how to highlight a text and change the color when it shows in CMD, like for en example.
[17:51:32] Psyduck with CP 128 got away..
i want it red, and if i catch somone i want it in green. should i follow this? https://msdn.microsoft.com/en-us/library/dd885121.aspx
-
Corporal
Originally Posted by
Junckie
Anyone got an idea, how to prevent bot from getting soft banned? (evry pokemon is gettn away) thanks
Yeah, make sure that you are on point with your coordinates and location that you set for your bot. People tend to get soft ban on their first run of the bot because their original location that was last used on Pokemon Go is too far compared to the new coordinates set onto the bot which creates a soft ban.
If you get soft banned, you're just going to have to wait patiently until it lifts. Now that you know this though, you can avoid such situations. Refrain from jumping from country to country though. If you do want to do it, your soft ban may last for quite a long time before you can do anything again.