-
Member
-
Member
My softbann is over now if i want later check some stuff via NOX is there anything i have check before to avoid again a soft bann?
My TimeTravel is at 3000 and in Nox and Bot i have the same cords.
-
Originally Posted by
fearless71
Guys i dont want eevees dragonites transfered but the bot transfer it how to stop it
Add them in Configs/ConfigPokemonsToKeep.txt
Originally Posted by
Kerotos
My softbann is over now if i want later check some stuff via NOX is there anything i have check before to avoid again a soft bann?
My TimeTravel is at 3000 and in Nox and Bot i have the same cords.
I'd love to have a time travelling function too, mistakes were made in my childhood days.
Jokes aside, just make sure your MaxTravelDistanceInMeters isn't too far (like hundreds of kilometers).
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
-
Post Thanks / Like - 1 Thanks
HagsterZx (1 members gave Thanks to spodakek for this useful post)
-
Member
-
Member
[QUOTE=spodakek;3472458]Add them in Configs/ConfigPokemonsToKeep.txt
OK But how to add them?
-
Member
Can someone post an example of how you add pokemons not to transfer and to evolve inside the coding? I don't do coding and I'm not sure how to do it exactly. I, too, have over 1000 pidgey candy that I need to use up. Here is the default code, someone please just add the lines so that I can cut and paste it. Very appreciated:
----
public ICollection<PokemonId> PokemonsToEvolve
{
get
{
//Type of pokemons to evolve
var defaultText = new string[] { "Zubat", "Pidgey", "Ratata" };
_pokemonsToEvolve = _pokemonsToEvolve ?? LoadPokemonList("Configs\\ConfigPokemonsToEvolve.txt", defaultText);
return _pokemonsToEvolve;
}
}
public ICollection<PokemonId> PokemonsNotToTransfer
{
get
{
//Type of pokemons not to transfer
var defaultText = new string[] { "Dragonite", "Charizard", "Zapdos", "Snorlax", "Alakhazam", "Mew", "Mewtwo" };
_pokemonsNotToTransfer = _pokemonsNotToTransfer ?? LoadPokemonList("Configs\\ConfigPokemonsToKeep.txt", defaultText);
return _pokemonsNotToTransfer;
}
}
-
Member
Ye I have the same problem. I did this:
I made it not transfer pidgeys. I made it evolve pidgeys.
So basically it saves the pidgeys and once it restarts, it evolves all the pidgeys and it gets rid of the evolution pokemon.
BUT im using an older version of this bot, newer version seems incomplete with the lack of google token for login in the usersetting.settings.
-
Member
it only repeats my pokemon info how to fix it ?
-
Master Sergeant
How does the bot move? one direction?
-
Member
i want to evolve pidgey and rattata only, is this possible somehow? have over 800 pidgey candies now :O
-
Member
Originally Posted by
ssmsunaq
it only repeats my pokemon info how to fix it ?
i have the same problem.anyone know why?
-
Member
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].
<---
-
Member
-
Contributor
Originally Posted by
HagsterZx
There is a clear description there how to use GPX and what it is...
-
Member