Anyone knows how to fix this?
It doesn't start at all
[09:11:08] Make sure Lat & Lng is right. Exit Program if not! Lat: 52.379189 Lng: 4.899431
[09:11:08] Script will continue in 15 seconds!
[09:11:13] Script will continue in 10 seconds!
[09:11:18] Script will continue in 5 seconds!
[09:11:23] Logging in via: Google
[09:11:24] An error occurred while sending the request. from mscorlib
[09:11:24] Got an exception, trying automatic restart..
[09:11:24] System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.
at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
at PokemonGo.RocketAPI.Helpers.HttpClientHelper.<PostFormEncodedAsync>d__0`1.MoveNe xt()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
at PokemonGo.RocketAPI.Login.GoogleLogin.<GetDeviceCode>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
at PokemonGo.RocketAPI.Client.<DoGoogleLogin>d__25.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
at PokemonGo.RocketAPI.Logic.Logic.<Execute>d__8.MoveNext()
I can confirm that this bot ignores the IV value. It keeps the highest CV Pokemon along with the ones you set to not transfer. There is also a transfer "bug" where it show's that it's transfering the same Pokemon multiple times. Reverting back to the previous Necronomicon build.
What should I do, to make bot standing in 1 place and not walking?
KeepMinIVPercentage>85</KeepMinIVPercentage>
What does it mean ? IV of pokemon ?
what must i do so the bot evolves all pokemons????
doesn't work with ptc.. account not verified error.. even though my account is verified.
I have ran the bot for 2 days now and noticed it doesnt pick up any Eggs from pokestops. Anyone else noticed this ?
how should it look like when I want multiple pokemon to evolve?
Like this
<PokemonsToEvolve>Rattata Spearow Zubat <!-- Pokemons to evolve, leave empty to disable evolving pokemon -->
Good Morning,
I started the bot qnd it's very nice and good job, i have only this problem."Encounter problem: PokemonInventoryFull" i know it's comming because my pokemon is full 350/350 but the problem is:
I don't know which config to touch to fix i would like to keep high cp pokemon which i set from "mincp" then keep max 3/5 copy of same pokemon not more and at the moment i have small power pokemon and a lot.
Please help me to fix.
Code:<?xml version="1.0" encoding="utf-16"?> <UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <AuthType>Google</AuthType> <!-- Google/Ptc --> <DefaultLatitude>xxxxxxxxxxxxxxxxxxxxxxx</DefaultLatitude> <!-- Default Amsterdam Central Station --> <DefaultLongitude>xxxxxxxxxxxxxxxxxxxxx</DefaultLongitude> <!-- Default Amsterdam Central Station --> <DefaultAltitude>10</DefaultAltitude> <GoogleRefreshToken>xxxxxxxxxxxxxxxxxxxxxxxxxxx</GoogleRefreshToken> <PtcPassword>pw</PtcPassword> <PtcUsername>username</PtcUsername> <KeepMinIVPercentage>85</KeepMinIVPercentage> <KeepMinCP>600</KeepMinCP> <WalkingSpeedInKilometerPerHour>50</WalkingSpeedInKilometerPerHour> <TransferDuplicatePokemon>true</TransferDuplicatePokemon> <KeepMinDuplicatePokemon>2</KeepMinDuplicatePokemon> <ItemRecycleFilter><!-- Type and amount to keep --> <Filter> <Name>ItemUnknown</Name> <Count>0</Count> </Filter> <Filter> <Name>ItemPokeBall</Name> <Count>20</Count> </Filter> <Filter> <Name>ItemGreatBall</Name> <Count>20</Count> </Filter> <Filter> <Name>ItemUltraBall</Name> <Count>50</Count> </Filter> <Filter> <Name>ItemMasterBall</Name> <Count>100</Count> </Filter> <Filter> <Name>ItemPotion</Name> <Count>0</Count> </Filter> <Filter> <Name>ItemSuperPotion</Name> <Count>0</Count> </Filter> <Filter> <Name>ItemHyperPotion</Name> <Count>20</Count> </Filter> <Filter> <Name>ItemMaxPotion</Name> <Count>50</Count> </Filter> <Filter> <Name>ItemRevive</Name> <Count>10</Count> </Filter> <Filter> <Name>ItemMaxRevive</Name> <Count>50</Count> </Filter> <Filter> <Name>ItemLuckyEgg</Name> <Count>200</Count> </Filter> <Filter> <Name>ItemIncenseOrdinary</Name> <Count>100</Count> </Filter> <Filter> <Name>ItemIncenseSpicy</Name> <Count>100</Count> </Filter> <Filter> <Name>ItemIncenseCool</Name> <Count>100</Count> </Filter> <Filter> <Name>ItemIncenseFloral</Name> <Count>100</Count> </Filter> <Filter> <Name>ItemTroyDisk</Name> <Count>100</Count> </Filter> <Filter> <Name>ItemXAttack</Name> <Count>100</Count> </Filter> <Filter> <Name>ItemXDefense</Name> <Count>100</Count> </Filter> <Filter> <Name>ItemXMiracle</Name> <Count>100</Count> </Filter> <Filter> <Name>ItemRazzBerry</Name> <Count>20</Count> </Filter> <Filter> <Name>ItemBlukBerry</Name> <Count>10</Count> </Filter> <Filter> <Name>ItemNanabBerry</Name> <Count>10</Count> </Filter> <Filter> <Name>ItemWeparBerry</Name> <Count>30</Count> </Filter> <Filter> <Name>ItemPinapBerry</Name> <Count>30</Count> </Filter> <Filter> <Name>ItemSpecialCamera</Name> <Count>100</Count> </Filter> <Filter> <Name>ItemIncubatorBasicUnlimited</Name> <Count>100</Count> </Filter> <Filter> <Name>ItemIncubatorBasic</Name> <Count>100</Count> </Filter> <Filter> <Name>ItemPokemonStorageUpgrade</Name> <Count>100</Count> </Filter> <Filter> <Name>ItemItemStorageUpgrade</Name> <Count>100</Count> </Filter> </ItemRecycleFilter> <PokemonsToEvolve> <!-- Pokemons to evolve, leave empty to disable evolving pokemon --> <PokemonId>Rattata</PokemonId> <PokemonId>Spearow</PokemonId> <PokemonId>Ekans</PokemonId> <PokemonId>Pikachu</PokemonId> <PokemonId>Sandshrew</PokemonId> <PokemonId>Clefable</PokemonId> <PokemonId>Vulpix</PokemonId> <PokemonId>Jigglypuff</PokemonId> <PokemonId>Zubat</PokemonId> <PokemonId>Paras</PokemonId> <PokemonId>Venonat</PokemonId> <PokemonId>Diglett</PokemonId> <PokemonId>Meowth</PokemonId> <PokemonId>Psyduck</PokemonId> <PokemonId>Mankey</PokemonId> <PokemonId>Growlithe</PokemonId> <PokemonId>Tentacool</PokemonId> <PokemonId>Ponyta</PokemonId> <PokemonId>Slowpoke</PokemonId> <PokemonId>Magnemite</PokemonId> <PokemonId>Doduo</PokemonId> <PokemonId>Seel</PokemonId> <PokemonId>Grimer</PokemonId> <PokemonId>Shellder</PokemonId> <PokemonId>Drowzee</PokemonId> <PokemonId>Krabby</PokemonId> <PokemonId>Voltorb</PokemonId> <PokemonId>Exeggcute</PokemonId> <PokemonId>Cubone</PokemonId> <PokemonId>Koffing</PokemonId> <PokemonId>Rhyhorn</PokemonId> <PokemonId>Horsea</PokemonId> <PokemonId>Goldeen</PokemonId> <PokemonId>Staryu</PokemonId> <PokemonId>Omanyte</PokemonId> <PokemonId>Kabuto</PokemonId> <PokemonId>Dratini</PokemonId> </PokemonsToEvolve> <PokemonsNotToTransfer><!-- Pokemons to not transfer, leave empty to transfer all pokemon --> </PokemonsNotToTransfer> <PokemonsNotToCatch><!-- Pokemons to not catch, leave empty to catch all pokemon --> </PokemonsNotToCatch> </UserSettingsXml>
Thanks a lot
Please
Hi all,
I am using bot base NecronomiconCoding, My bot didn't transfer anythings, Please help me to review that
LOG<AuthType>Google</AuthType> <!-- Google/Ptc -->
<DefaultLatitude>-37.76467615984268</DefaultLatitude> <!-- Default Amsterdam Central Station -->
<DefaultLongitude>145.35613775253296</DefaultLongitude> <!-- Default Amsterdam Central Station -->
<DefaultAltitude>10</DefaultAltitude>
<GoogleRefreshToken></GoogleRefreshToken>
<PtcPassword>pw</PtcPassword>
<PtcUsername>username</PtcUsername>
<KeepMinIVPercentage>85</KeepMinIVPercentage>
<KeepMinCP>500</KeepMinCP>
<WalkingSpeedInKilometerPerHour>6</WalkingSpeedInKilometerPerHour>
<TransferDuplicatePokemon>false</TransferDuplicatePokemon>
<DelayBetweenMove>5000</DelayBetweenMove>
<ItemRecycleFilter> <!-- Type and amount to keep -->
<Filter>
<Name>ItemUnknown</Name>
<Count>0</Count>
</Filter>
<Filter>
<Name>ItemPokeBall</Name>
<Count>20</Count>
</Filter>
<Filter>
<Name>ItemGreatBall</Name>
<Count>20</Count>
</Filter>
<Filter>
<Name>ItemUltraBall</Name>
<Count>50</Count>
</Filter>
<Filter>
<Name>ItemMasterBall</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemPotion</Name>
<Count>0</Count>
</Filter>
<Filter>
<Name>ItemSuperPotion</Name>
<Count>0</Count>
</Filter>
<Filter>
<Name>ItemHyperPotion</Name>
<Count>20</Count>
</Filter>
<Filter>
<Name>ItemMaxPotion</Name>
<Count>50</Count>
</Filter>
<Filter>
<Name>ItemRevive</Name>
<Count>10</Count>
</Filter>
<Filter>
<Name>ItemMaxRevive</Name>
<Count>50</Count>
</Filter>
<Filter>
<Name>ItemLuckyEgg</Name>
<Count>200</Count>
</Filter>
<Filter>
<Name>ItemIncenseOrdinary</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncenseSpicy</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncenseCool</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncenseFloral</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemTroyDisk</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemXAttack</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemXDefense</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemXMiracle</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemRazzBerry</Name>
<Count>20</Count>
</Filter>
<Filter>
<Name>ItemBlukBerry</Name>
<Count>10</Count>
</Filter>
<Filter>
<Name>ItemNanabBerry</Name>
<Count>10</Count>
</Filter>
<Filter>
<Name>ItemWeparBerry</Name>
<Count>30</Count>
</Filter>
<Filter>
<Name>ItemPinapBerry</Name>
<Count>30</Count>
</Filter>
<Filter>
<Name>ItemSpecialCamera</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncubatorBasicUnlimited</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemIncubatorBasic</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemPokemonStorageUpgrade</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemItemStorageUpgrade</Name>
<Count>100</Count>
</Filter>
</ItemRecycleFilter>
<PokemonsToEvolve> <!-- Pokemon to evolve, leave empty to disable evolving pokemon -->
</PokemonsToEvolve>
<PokemonsNotToTransfer> <!-- Pokemon to not transfer, leave empty to transfer all pokemon -->
</PokemonsNotToTransfer>
<PokemonsNotToCatch> <!-- Pokemon to not catch, leave empty to catch all pokemon -->
</PokemonsNotToCatch>
Code:[15:03:39] Make sure Lat & Lng is right. Exit Program if not! Lat: -37.7646761598427 Lng: 145.356137752533 [15:03:42] Logging in via: Google [15:03:44] Requesting GetPlayerResponse [15:03:44] Requesting GetInventoryResponse [15:03:45] tbbbbttbb | Level 25: 45420/190000XP [15:03:50] ====== DisplayHighestsCP ====== [15:03:50] Requesting GetInventoryResponse [15:03:50] Requesting GetInventoryResponse [15:03:51] Requesting RecycleInventoryItemResponse [15:03:51] 1x 701 [15:03:51] Requesting RecycleInventoryItemResponse [15:03:52] 5x Pokeball [15:03:52] Requesting RecycleInventoryItemResponse [15:03:53] 1x Revive [15:03:53] Requesting RecycleInventoryItemResponse [15:03:53] 2x 101 [15:03:54] Requesting RecycleInventoryItemResponse [15:03:54] 1x 201 [15:03:55] Requesting GetMapObjectsResponse [15:03:55] Requesting PlayerUpdateResponse [15:03:55] Requesting GetMapObjectsResponse [15:03:56] Requesting EncounterResponse [15:03:57] Requesting GetInventoryResponse [15:03:57] Requesting UseItemCaptureRequest [15:03:57] Used, remaining: 20 [15:04:00] Requesting GetInventoryResponse [15:04:01] Requesting GetInventoryResponse [15:04:01] Requesting GetInventoryResponse [15:04:01] Requesting GetInventoryResponse [15:04:02] Requesting CatchPokemonResponse [15:04:02] Venonat (554 CP) (75.00% perfection) | Chance: 0.334784 | 32m distance | with ITEM_GREAT_BALL [15:04:02] Requesting GetInventoryResponse [15:04:05] Requesting EncounterResponse [15:04:05] Requesting GetInventoryResponse [15:04:05] Requesting GetInventoryResponse [15:04:05] Requesting GetInventoryResponse [15:04:06] Requesting GetInventoryResponse [15:04:06] Requesting CatchPokemonResponse [15:04:06] Zubat (75 CP) (57.00% perfection) | Chance: 0.6890615 | 82m distance | with ITEM_POKE_BALL [15:04:06] Requesting GetInventoryResponse [15:04:14] Requesting PlayerUpdateResponse [15:04:17] Requesting FortDetailsResponse [15:04:17] Requesting FortSearchResponse [15:04:17] Lillydale Lake Bicentennial Park in (15m) [15:04:17] XP: 50, Gems: 0, Eggs: Items: 2 x ItemRazzBerry, 1 x ItemPokeBall [15:04:18] Requesting GetInventoryResponse [15:04:19] Requesting GetInventoryResponse [15:04:19] Requesting RecycleInventoryItemResponse [15:04:19] 1x 701 [15:04:20] Requesting GetMapObjectsResponse [15:04:21] Requesting EncounterResponse [15:04:21] Requesting GetInventoryResponse [15:04:21] Requesting GetInventoryResponse [15:04:21] Requesting GetInventoryResponse [15:04:22] Requesting GetInventoryResponse [15:04:22] Requesting CatchPokemonResponse [15:04:22] Dratini (263 CP) (35.00% perfection) | Chance: 0.3610861 | 76m distance | with ITEM_POKE_BALL [15:04:22] Requesting GetInventoryResponse
My bot keeps all Pokemon over 95% because i have set it up under: <KeepMinIVPercentage>95</KeepMinIVPercentage>
I botted for 2 days but didnt catch any Egg. Anyone on the same boat ? i feel like the bot isnt botting eggs as well
Spegeli version is just fantastic!