-
Originally Posted by
Hitsuomy
3> PokemonGo.RocketAPI.Console -> C:\New\PokemonGo.RocketAPI.Console\bin\Debug\PokemonGo.RocketAPI.Console.exe
========== Build: 3 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Newest version, success while building but console.exe is not being created on the directory. What should I do?
It's not console.exe but rather PokemonGo.RocketAPI.Console.exe.
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
-
Member
In last update, I can not come up with an account.
When vklyucheneie new archive bot, he comes to aakaunt old, and already a new login can not delete data where ???
-
Master Sergeant
Originally Posted by
spodakek
It's not console.exe but rather PokemonGo.RocketAPI.Console.exe.
Yeah I know, was just using an abbreviation, but nvm, newest version from like 1min ago is now working again.
-
Member
I'm having a issue, i put my CP limit to 600 but the program isnt transfering the pokemons with less 600cp...
Do somebody knows how to fix?
-
Member
Originally Posted by
DaiVernon
I'm having a issue, i put my CP limit to 600 but the program isnt transfering the pokemons with less 600cp...
Do somebody knows how to fix?
Would like to know that aswell.
-
Member
I have no idea how to open as start up project
-
Member
Originally Posted by
JustKemikalz
When i try to put in the lat and lng it is giving me this error: '-37.764737' cannot be converted to an instance of type 'double'.
Anyone any idea what that might mean?
Try with a , instead of .
-
Member
Originally Posted by
DaiVernon
I'm having a issue, i put my CP limit to 600 but the program isnt transfering the pokemons with less 600cp...
Do somebody knows how to fix?
<add key="TransferType" value="cp" />
<!--none/cp/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
just must put cp value in TransferType and 600 in TransferCPThreshold
<add key="TransferCPThreshold" value="600" />
maybe someone know why Ptc accounts dosent work?
-
Member
how to get to your account, shake a new archive but still remove auto login !! wtf
me need quit this acc..
-
Member
What do you guys think is a good WalkingSpeedInKilometerPerHour? I have it at 10KM at the moment, simulating someone who is running I guess. Thinking about making it 20KM simulating a bike. I believe eggs hatch up to 16KM.
Or should I just leave it at 50KM?
-
Member
Originally Posted by
helimeasles
game over boys
-
Member
Hey necro, i use the log levels to edit the colors, so you dont have (INFO) (CATCH), but (CATCH) ....
switch (level)
{
case LogLevel.Error:
System.Console.ForegroundColor = ConsoleColor.Red;
System.Console.WriteLine($"[{ DateTime.Now.ToString("HH:mm:ss")}] (ERROR) { message}");
break;
case LogLevel.Warning:
System.Console.ForegroundColor = ConsoleColor.Yellow;
System.Console.WriteLine($"[{ DateTime.Now.ToString("HH:mm:ss")}] (WARNING) { message}");
break;
case LogLevel.Info:
System.Console.ForegroundColor = ConsoleColor.Green;
System.Console.WriteLine($"[{ DateTime.Now.ToString("HH:mm:ss")}] (INFO) { message}");
break;
case LogLevel.Recycled:
System.Console.ForegroundColor = ConsoleColor.Red;
System.Console.WriteLine($"[{ DateTime.Now.ToString("HH:mm:ss")}] (Recycled) { message}");
break;
case LogLevel.Debug:
System.Console.ForegroundColor = ConsoleColor.Gray;
System.Console.WriteLine($"[{ DateTime.Now.ToString("HH:mm:ss")}] (DEBUG) { message}");
break;
default:
System.Console.ForegroundColor = ConsoleColor.White;
System.Console.WriteLine($"[{ DateTime.Now.ToString("HH:mm:ss")}] (ERROR) { message}");
break;
}
-
Member
Hello everyone , I do not know anything here how to do it , please do video
-
Member
Originally Posted by
Shellr57
how to get to your account, shake a new archive but still remove auto login !! wtf
me need quit this acc..

The settings are saved in %USERPROFILE%\AppData\Local\PokemonGo
To reset, just delete (or edit) them.
-
Post Thanks / Like - 2 Thanks
Shellr57,
s3000 (2 members gave Thanks to Lim-Dul for this useful post)
-
Member
Where do we change inventory settings?