Any way to show more then the first 10 pokemons with the highest CP at the start of the programm?
i mean like 20+ or really all abover 85% or maybe all pokemon?
The bot is trying to transfer pokemons twice or maybe just printing/logging it twice. Same with recycling items.
Imgur: The most awesome images on the Internet
Guys i got a problem. I press ctrl F5 i get the Device code and dont get my refresh token.
Bilder-Upload - Kostenlos Fotos hochladen und ins Netz stellen
So i download PokeColor because there i got the refresh token.
I put 100% the same cords in Pokecolor first and log in to get my refresh code everything oki same cord for this programm here and im softbanned why and is there a way to get the refresh token without other program?
Last edited by Kerotos; 07-23-2016 at 01:24 PM.
I'm trying to get the bot to stop keeping 1 of each pokemon. I want it to Xfer everything that isn't above my IV% or is on my Never Xfer list. How do I do this? The IV% and the never Xfer list works perfect but it still keeps 1 of everything outside those parameters. I've tried adjusting the code below:
return pokemonList
.GroupBy(p => p.PokemonId)
.Where(x => x.Count() > 0)
.SelectMany(p => p.Where(x => x.Favorite == 0).OrderByDescending(x => x.Cp).ThenBy(n => n.StaminaMax).Skip(0).ToList());
I'm not a developer so I'm working on mostly guesswork and trial by error. The above threw up a bunch of errors and wouldn't run. So I changes the first 0 back to a 1 and left the second 0. This will run but still keeps 1 of each poke. Anyone know a way to make this work?
EDIT Ok so I think I made a little progress. I move further up in Inventory.cs and changes the following line as well:
var results = new List<PokemonData>();
var pokemonsThatCanBeTransfered = pokemonList.GroupBy(p => p.PokemonId)
.Where(x => x.Count() > 0).ToList();
I then caught a crappy pokemon that I didn't currently have and it Transferred it like I wanted to but then threw up a bunch of errors right after. Give me a sec and Ill try to get a screenshot for anyone who thinks they can help.
Last edited by Zfour; 07-23-2016 at 01:50 PM.
Boy this is amazing, great job ppl
Pokemon shows only Catchflee, no Softbann nothing still get Items and EXP. Whats wrong?
My Bot is freezing after a while like 5mins.
Someone know how i cant fix this?
Or how to write a batch file which restarts the programm automaticly for me?
Bot is working just PERFECT. 0 troubles.
I always delete WHOLE folder of the zip you download, so i have a clean installation. Thats the way i did whole day and last night and its working perfectly. If u have any problem, delete your github folder and close MS, then open again and repeat same steps.
Question what walking speed (kilometers per hour) do you guys leave yours on ? The default is 50 but I set mine to 7 since its a human walking/running pace. Are you guys leaving it on 50 the default ?
Anyone else got problems loging into PTC? have had this problem all day https://gyazo.com/e6c05cb27e1214b8194ed5f8e2aab07d
is there a way to use lucky eggs and insence??? bot is running great in central park, now to find some good pokemon!!!!!
another question, is there a way for the console to keep showing the IV of pokemons and exp to level etc?
one more, how do we get the pokemon to evolve list to become effective?