-
Sergeant
Every 2 damn pages someone new comes asking for the same problem.
I think people got enough of that :P
If everyone just went 2 pages back instead of making a new post, this topic wouldnt have that many pages and people would actually find solutions.
-
Member
So if i'm using "leaveStrongest", does it keep the ones with good IVs even if they're not the strongest (CP)?
-
Knight
Originally Posted by
darkholy
So if i'm using "leaveStrongest", does it keep the ones with good IVs even if they're not the strongest (CP)?
Same question here
-
Member
Originally Posted by
darkholy
So if i'm using "leaveStrongest", does it keep the ones with good IVs even if they're not the strongest (CP)?
i think just highest CP atm. Really wanna know how to add more than a few in the not-wants list..
-
Member
![[UPDATED] Pokemon Bot in C# Community Version-541f5caed9-jpg](https://www.ownedcore.com/forums/attachments/pokemon-go/pokemon-go-hacks-cheats/27947d1469186414t-updated-pokemon-bot-c-community-version-541f5caed9-jpg)
what i did wrong. I played yesterday last time
-
Member
Well I have scrolled down to the last then pages and didnt find anything regarding the error about error and logging in 20 sec later.. What do you guys mean with read the comments? I have also scanned the firstpage but dont see any solution. I am not the type of guy just starting to shout when he has one question. Believe me I have searched for the solution but didn't find it. I dont have visual studio and use the procompiled version, so cant change any specific settings
-
Sergeant
It just keeps one.
If you wanna keep more of the same type, you should specify them in the do not transfer list.
For example (these are pokemons that i got many of the same type with high CP and I decided to keep them all)
<DoNotTransfer> <!-- These will not be transferred even when below the CP threshold -->
<PokemonId>Mewtwo</PokemonId>
<PokemonId>Nidoqueen</PokemonId>
<PokemonId>Golduck</PokemonId>
<PokemonId>Growlithe</PokemonId>
<PokemonId>Arcanine</PokemonId>
<PokemonId>Ponyta</PokemonId>
<PokemonId>Slowbro</PokemonId>
<PokemonId>Seaking</PokemonId>
<PokemonId>Electabuzz</PokemonId>
<PokemonId>Magmar</PokemonId>
<PokemonId>Gyarados</PokemonId>
<PokemonId>Lapras</PokemonId>
<PokemonId>Vaporeon</PokemonId>
<PokemonId>Jolteon</PokemonId>
<PokemonId>Flareon</PokemonId>
<PokemonId>Omastar</PokemonId>
<PokemonId>Kabutops</PokemonId>
<PokemonId>Scyther</PokemonId>
<PokemonId>Aerodactyl</PokemonId>
<PokemonId>Snorlax</PokemonId>
<PokemonId>Articuno</PokemonId>
<PokemonId>Zapdos</PokemonId>
<PokemonId>Moltres</PokemonId>
<PokemonId>Dragonair</PokemonId>
<PokemonId>Dragonite</PokemonId>
</DoNotTransfer>
Edit: About 20s error. I use precompiled version aswell and I can edit settings no problem.
Last edited by feenix.goldman; 07-22-2016 at 06:23 AM.
-
Post Thanks / Like - 1 Thanks
darkholy (1 members gave Thanks to feenix.goldman for this useful post)
-
Originally Posted by
kingj1
Well I have scrolled down to the last then pages and didnt find anything regarding the error about error and logging in 20 sec later.. What do you guys mean with read the comments? I have also scanned the firstpage but dont see any solution. I am not the type of guy just starting to shout when he has one question. Believe me I have searched for the solution but didn't find it. I dont have visual studio and use the procompiled version, so cant change any specific settings
http://www.ownedcore.com/forums/poke...ead-first.html (Pokemon GO - OFFLINE - Read First)
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
-
Master Sergeant
Can someone please tell me what I have to change in code to remove "Pokeball/greatball is being used" notification from console?
-
Member
is the bot "running" or "jumping" between pokestops and pokemons?
-
Member
Its not the servers being down.. they are online and the bot did run for some minutes.. servers are up it says
-
Member
-
Member
After the 20secounds Reset he starts from start in the file or will he if i dont close the console run strait from last postion
-
Member
Can sb post a Link to the newest bot in here. Seems on fromt page is still an old Version, cause the is no remove items function etc.
-
Originally Posted by
pinn90
Can someone please tell me what I have to change in code to remove "Pokeball/greatball is being used" notification from console?
Go to Client.cs and remove this and other relevant pokeballs.
Code:
ColoredConsoleWrite(ConsoleColor.Green, $"[{DateTime.Now.ToString("HH:mm:ss")}] Ultra Ball is being used");
return MiscEnums.Item.ITEM_ULTRA_BALL;
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
pinn90 (1 members gave Thanks to spodakek for this useful post)