No idea why, but in new version autoconverting is not working for me.
<setting name="KeepMinIVPercentage" serializeAs="String">
<value>80</value>
</setting>
<setting name="KeepMinCP" serializeAs="String">
<value>500</value>
No idea why, but in new version autoconverting is not working for me.
<setting name="KeepMinIVPercentage" serializeAs="String">
<value>80</value>
</setting>
<setting name="KeepMinCP" serializeAs="String">
<value>500</value>
Actually you must add Weedle, Caterpie, and some other stuff to list to evolve. It's been like that on a couple bots I've used.
NEER!! You are a damn madman! I've used about 3-4 different bots and currently I have 4 accounts running
Account 1 - Mix of pokecolor / Necro 48 hours = lvl 28
Account 2 - Mix of poke color / Necro 36 hours = lvl 25
Account 3 = All Necro 24 hours = lvl 21
Account 4 - NEER MAD BOT 5 HOURS = lvl 21 wtf lol
within 1 hour I was level 8 I think
How can i see how much stuff this bot Recycle and how can i change it?
huge updates to spegelis base!
For those who are wondering how Spegeli (or most other bots) prioritize the transfer handling, Spegeli made an explanation for his fork.
https://github.com/Spegeli/Pokemon-G...-API/issues/47Currently the Transfer Logic is:
Select all Pokemon which are not in Gym or marked as Favorite and CP < MinCP
Then checkse the NotToTransfer List.
then depending if prioritizeIVoverCP enabled or not it will do the descending order by CP or IV
and at the end keep the X amount highest/best you set via KeepMinDuplicatePokemon
It will only transfer 100% when you set the KeepMinDuplicatePokemon to 0. But then its your fail.
KeepMinIVPercentage is currently not implanted/working because he will keep the stupid stuff like pokemons with 10 CP.
Need to search for a better KeepMinIVPercentage handling.
Facing problems with your bot? Check out this thread for possible solutions:https://www.ownedcore.com/forums/pokemon-go/pokemon-go-hacks-cheats/564223-compilation-common-errors-solutionss.html
Poke Fast works great, but it somehow deletes my Health Potions and Revive Gems everytime I run the script.. Plus, the transfer below given CP option does not work.
Poke Color misses PokeStop items. And the Google Refresh Token does not work for me...
I set
<setting name="TransferDuplicatePokemon" serializeAs="String">
<value>True</value>
I have Weedle and other Pokemons out of Not to Catch and put it in Not to Transfer and added them to the PokemonsToEvovle.txt but nothing happend
Facing problems with your bot? Check out this thread for possible solutions:https://www.ownedcore.com/forums/pokemon-go/pokemon-go-hacks-cheats/564223-compilation-common-errors-solutionss.html
How can i hold more than 1 pokemon out of every evolution? Want to keep 2 charizard but it always transfers the weakest... puting them into favorite doesnt work :/ just want more then one charizard or Blastoise.
my user notepad++ :
<EvolveAllGivenPokemons>false</EvolveAllGivenPokemons>
<TransferType>duplicate</TransferType> <!-- none/cp/leaveStrongest/duplicate/all -->
<TransferCPThreshold>0</TransferCPThreshold> <!-- Transfer pokemon with CP less than this value if cp transfer type is selected -->
<DoNotTransfer> <!-- These will not be transferred even when below the CP threshold -->
<PokemonId>CHARMANDER</PokemonId>
<PokemonId>Rattata</PokemonId>
</DoNotTransfer>
<UnwantedPokemonTypes>
</UnwantedPokemonTypes>
<PokestopDelay>15000</PokestopDelay>
</UserSettingsXml>
i know i have duplicte active but also leave strongest didnt word and none just spams my bag with pidgys
thanks for help
Please help me ! i can login with ptc account but can't use google acc ...
[19:26:23] Logging in via: Google
[19:26:24] Unhandled exception: System.AggregateException: One or more errors oc
curred. ---> System.IO.FileLoadException: Could not load file or assembly 'Newto
nsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' o
r one of its dependencies. The located assembly's manifest definition does not m
atch the assembly reference. (Exception from HRESULT: 0x80131040)
at System.Net.Http.Formatting.BaseJsonMediaTypeFormatter..ctor()
at System.Net.Http.Formatting.JsonMediaTypeFormatter..ctor()
at System.Net.Http.Formatting.MediaTypeFormatterCollection.CreateDefaultForma
tters()
at System.Net.Http.HttpContentExtensions.get_DefaultMediaTypeFormatterCollect
ion()
at System.Net.Http.HttpContentExtensions.ReadAsAsync[T](HttpContent content)
at PokemonGo.RocketAPI.Helpers.HttpClientHelper.<PostFormEncodedAsync>d__0`1.
MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI\Helpers\HttpClientHe
lper.cs:line 26
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at PokemonGo.RocketAPI.Login.GoogleLogin.<GetDeviceCode>d__5.MoveNext() in C:
\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI\Login\GoogleLogin.cs:line 45
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at PokemonGo.RocketAPI.Client.<DoGoogleLogin>d__26.MoveNext() in C:\Users\Dev
\Desktop\Speg\PokemonGo.RocketAPI\Client.cs:line 116
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at PokemonGo.RocketAPI.Logic.Logic.<Execute>d__7.MoveNext() in C:\Users\Dev\D
esktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 67
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceled
Exceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationTo
ken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at PokemonGo.RocketAPI.Console.Program.<>c.<Main>b__0_1() in C:\Users\Dev\Des
ktop\Speg\PokemonGo.RocketAPI.Console\Program.cs:line 32
---> (Inner Exception #0) System.IO.FileLoadException: Could not load file or as
sembly 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4f
e6b2a6aeed' or one of its dependencies. The located assembly's manifest definiti
on does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30
ad4fe6b2a6aeed'
at System.Net.Http.Formatting.BaseJsonMediaTypeFormatter..ctor()
at System.Net.Http.Formatting.JsonMediaTypeFormatter..ctor()
at System.Net.Http.Formatting.MediaTypeFormatterCollection.CreateDefaultForma
tters()
at System.Net.Http.HttpContentExtensions.get_DefaultMediaTypeFormatterCollect
ion()
at System.Net.Http.HttpContentExtensions.ReadAsAsync[T](HttpContent content)
at PokemonGo.RocketAPI.Helpers.HttpClientHelper.<PostFormEncodedAsync>d__0`1.
MoveNext() in C:\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI\Helpers\HttpClientHe
lper.cs:line 26
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at PokemonGo.RocketAPI.Login.GoogleLogin.<GetDeviceCode>d__5.MoveNext() in C:
\Users\Dev\Desktop\Speg\PokemonGo.RocketAPI\Login\GoogleLogin.cs:line 45
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at PokemonGo.RocketAPI.Client.<DoGoogleLogin>d__26.MoveNext() in C:\Users\Dev
\Desktop\Speg\PokemonGo.RocketAPI\Client.cs:line 116
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at PokemonGo.RocketAPI.Logic.Logic.<Execute>d__7.MoveNext() in C:\Users\Dev\D
esktop\Speg\PokemonGo.RocketAPI.Logic\Logic.cs:line 67
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\M
icrosoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure lo
gging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fus
ion!EnableLog].
<---
need recycle setting, i dont want to lose my pokeballs.
I have a problem with PokeColor. It looks like I am always running out of normal Pokeballs. The bot often does not pick up normal Pokeballs at the stops. I already emtpied my bag so there is enough space. I have Ultraballs and Superballs but when the bot uses them they don't catch anything.
My log looks like this:
[14:58:58] Great Ball is being used
[14:58:58] Cubone with 269 CP got away..
[14:59:02] PokeStop XP: 100, Gems: 0, Eggs: Items:
[14:59:18] Great Ball is being used
[14:59:19] Sandshrew with 341 CP got away..
[14:59:22] PokeStop XP: 50, Gems: 0, Eggs: Items:
[14:59:38] Mankey with 101 CP got away..
[14:59:46] Great Ball is being used
[14:59:46] Sandshrew with 341 CP got away..
Any help? Whats wrong?
Where can I change the min CP for a catch?
How can I even run out of pokeballs? Farming so many pokestops, getting exp and rarely Pokeballs. Not softbanned.