-
Originally Posted by
ersatzdream
Where do we change inventory settings?
If by 'inventory settings' you refer to the threshold to discard the items it's in PokemonGo.RocketAPI.Console/Settings.cs under
Code:
public ICollection<KeyValuePair<ItemId, int>> ItemRecycleFilter
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
ersatzdream (1 members gave Thanks to spodakek for this useful post)
-
Member
Where do i put this code?
-
Member
Originally Posted by
DaiVernon
Where do i put this code?
You don't put the code anywhere. He just explained how the variable is called within the code.
You just edit the value in UserSettings.settings like the Readme explains (just like editing your login method and longitude/latitude).
-
Member
where can we change the color of the message? i dont like some of the new colors
-
Active Member
Why'd you close my issue on GitHub regarding the 90% catchrate. It's not a softban because I receive items and exp from pokestops also.
.
bitcoin? or gold coin?
.
-
Member
Originally Posted by
shaichy1
Hello everyone , I do not know anything here how to do it , please do video
The Readme explains everything step by step:
https://github.com/NecronomiconCodin...ster/README.md
If you cannot follow that I don't think you should be using this particular bot.
-
I'll give this a try in a bit
-
Member
I did, still doesnt work....
-
Master Sergeant
Still having some issues with crashes after 20-30 min, not sure if server or bot.
-
Member
If your using PTC to login, its probably the server.
https://go.jooas.com/
-
Member
Originally Posted by
elzat
where can we change the color of the message? i dont like some of the new colors
katja posted the code used to color the messages on the previous page.
http://www.ownedcore.com/forums/poke...ml#post3468327
Just look for it in PokemonGo.RocketAPI.Console
It's in ConsoleLogger.cs line 38-64.
Please note that the code uses the ConsoleColor enumeration - which is sadly the only thing the Console class exposes.
This will greatly limit your color choices as seen here:
http://www.dotnetperls.com/console-color
Update: I was wrong. The colors I listed above are for system events. The messages themselves are colored separately, which is hard-coded for each message - needless to say this sucks a bit. 
For example the CATCH messages are colored at line 62 of PokemonGo.RocketAPI.Logic:
Code:
Logger.Write(
caughtPokemonResponse.Status == CatchPokemonResponse.Types.CatchStatus.CatchSuccess
? $"(CATCH) {pokemon.PokemonId} with CP {encounter?.WildPokemon?.PokemonData?.Cp} ({CalculatePokemonPerfection(encounter?.WildPokemon?.PokemonData).ToString("0.00")}% perfect) and CaptureProbability: {encounter?.CaptureProbability.CaptureProbability_.First()} using a {pokeball} in {Math.Round(distance)}m distance"
: $"{pokemon.PokemonId} with CP {encounter?.WildPokemon?.PokemonData?.Cp} CaptureProbability: {encounter?.CaptureProbability.CaptureProbability_.First()} in {Math.Round(distance)}m distance {caughtPokemonResponse.Status} while using a {pokeball}..",
LogLevel.Info, ConsoleColor.DarkCyan);
You'd have to search the code for each type of event and change the color manually. My remark about ConsoleColor still stands though.
Last edited by Lim-Dul; 07-22-2016 at 02:37 PM.
-
Member
keep your bots running if you use ptc login. their login server is very unstable atm
-
Sergeant
cant login, keep getting this error:
Screenshot by Lightshot
-
Master Sergeant
Just downloaded newest version. It's really slow compared to few versions ago.
Untill now I've used version from yesterday and older version farmed 3-4 pokemons per every 1min and also few pokestops.
Now after too many features like human walking etc. I got a lot less.
Im using same location ofc.
Any idea what should I change to get more exp per hour?
-
Banned
Originally Posted by
pinn90
Just downloaded newest version. It's really slow compared to few versions ago.
Untill now I've used version from yesterday and older version farmed 3-4 pokemons per every 1min and also few pokestops.
Now after too many features like human walking etc. I got a lot less.
Im using same location ofc.
Any idea what should I change to get more exp per hour?
Same here, regardless of the 50km/h speed that I put.