Can anyone who gets the crash with Ptc login right at the start confirm or deny that they entered their credentials incorrectly in the app.config? If you entered them correctly, can you check if you can log in the app with those details and get any error message?
So after around 10 to 20 minutes the bot just stop doing stuff it seems. No new log entry. Where is it pausing? Can't figure out while debugging.
We found it does that when it gets stuck in an area with nothing around it. One of my plans is to get all the pokestops in an area and create a circle that it'll traverse periodically instead of going to random pokestops and getting stuck somewhere. But for now, you can try botting in a more populated area to prevent getting stuck.
Currently got it set to "leaveStrongest", it deletes the pokemon at the very start but when it starts capturing pokemon again it doesn't transfer them?
after botting for over 10 hours I too have not caught any magikarps.(completely possible that they are not in my botting area tbh)
btw great work on the updates! this may sound dumb but is there a way to update to your newest version without having to re-edit the files
with my user/pwcoords all over again?
Ok so i just transfering something like 20-30 pokemons with the bot and i'm softban (i miss catch rattata 20 CP) , did anyone have the same problem?
(setting transferring : leave the strongest, with a lot of different pokemon)
Omg im soo dumb.... I transfered alll my evee and magicarp, dratini, psyduck... is there anyway to make the bot not transfer all but strongest of these type of pokemon thanks.. oh is there a way to priorities pokemon to catch?
This was my setting
<appSettings>
<add key="AuthType" value="Google"/><!--Google/Ptc-->
<add key="PtcUsername" value="fakeemail"/>
<add key="PtcPassword" value="fakepass"/>
<add key="GoogleRefreshToken" value=""/>
<add key="DefaultLatitude" value="9090909"/><!--Default Amsterdam Central Station-->
<add key="DefaultLongitude" value="90909090"/><!--Default Amsterdam Central Station-->
<add key="TransferType" value="leavestrongest"/><!--none/cp/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
<add key="TransferCPThreshold" value="0"/><!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
<add key="EvolveAllGivenPokemons" value="false"/>
</appSettings>
</configuration>
so yeah i set Leavestrongest and all my dratini, magicarp, psyduck, evee got deleted ....please help I'm soo heart broken... i worked hard to get those god damn evee duck and dratinis....
Last edited by rowxs; 07-21-2016 at 07:49 AM.
private static async Task TransferAllButStrongestUnwantedPokemon(Client client)
{
System.Console.WriteLine("[!] firing up the meat grinder");
var unwantedPokemonTypes = new[]
{
PokemonId.Pidgey,
PokemonId.Rattata,
PokemonId.Weedle,
PokemonId.Zubat,
PokemonId.Caterpie,
PokemonId.Pidgeotto,
PokemonId.NidoranFemale,
PokemonId.Paras,
PokemonId.Venonat,
PokemonId.Psyduck,
PokemonId.Poliwag,
PokemonId.Slowpoke,
PokemonId.Drowzee,
PokemonId.Gastly,
PokemonId.Goldeen,
PokemonId.Staryu,
PokemonId.Magikarp,
PokemonId.Eevee,
PokemonId.Dratini
};
Delete the one you want to keep maybe?
How can I make it use up all regular pokeballs before using ultra balls?