-
Originally Posted by
fokeiro
we can only keep based on IV or CP, if u want CP just disable IVoverCP
What about IV first but with minimal pokemon's level, magikarp's cp is too low
-
Member
Originally Posted by
blink18247
The POGO servers were down stop with all the false ban wave claims.
just calm
and how can i know ? i just told you what happend and that i couldnt use any account in nox player after, will try again when im back home, will probably work again.......
-
Originally Posted by
chekhop
What about IV first but with minimal pokemon's level, magikarp's cp is too low

if what u want is karps try adding it to the keep pokemon list but it may keep them all, if u lwoer ur CP then ur bag will get ful lof shit u may not need
-
Member
Anyone found away around the Catchflee issue? im guessing its walking speed but whats suitable?
-
Originally Posted by
Cido
Anyone found away around the Catchflee issue? im guessing its walking speed but whats suitable?
depends ur coordinates, where is ur bot at ?
-
Member
is there a problem using gpx files and pathing ? as soon as i set it on true and rename the path in the settings.ini , the program doesnt start anymore, getting a windows error and program is closing, cannot even read what is going on.
i have copied the *.gpx into the folder with the exe, not inside the config folder
-
Member
Originally Posted by
CyaBB
Thats bad. U set IV over CP?
I set IV over CP to false, i see all time true no keep Best CP
-
Member
Where to change fk usin berries
-
Member
Omg the bot transfert my Eevee 100% Please Help me I have set 90% , TransferPokemon True, TransferPokemonKeepDuplicateAmount 1, IVoverCP false
[08:44:56] ====== DisplayHighestsCP ======
[08:44:56] # CP 2198/2279 | (73,53% perfect) | Lvl 27 NAME: 'Exeggutor'
[08:44:56] # CP 2174/2301 | (58,34% perfect) | Lvl 27 NAME: 'Arcanine'
[08:44:56] # CP 2132/2214 | (72,36% perfect) | Lvl 26 NAME: 'Lapras'
[08:44:56] # CP 2006/2110 | (63,25% perfect) | Lvl 25 NAME: 'Exeggutor'
[08:44:56] # CP 1999/2114 | (62,13% perfect) | Lvl 28 NAME: 'Flareon'
[08:44:56] # CP 1826/1941 | (61,55% perfect) | Lvl 30 NAME: 'Magmar'
[08:44:56] # CP 1791/1818 | (90,51% perfect) | Lvl 30 NAME: 'Pinsir'
[08:44:56] # CP 1740/1758 | (93,66% perfect) | Lvl 29 NAME: 'Pinsir'
[08:44:56] # CP 1736/1758 | (92,07% perfect) | Lvl 29 NAME: 'Pinsir'
[08:44:56] # CP 1674/1697 | (91,50% perfect) | Lvl 28 NAME: 'Pinsir'
[08:44:56] ====== DisplayHighestsPerfect ======
[08:44:56] # CP 307/ 307 | (100,00% perfect) | Lvl 10 NAME: 'Eevee'
[08:44:56] # CP 948/ 948 | (100,00% perfect) | Lvl 18 NAME: 'Tauros'
[08:44:56] # CP 1576/1576 | (100,00% perfect) | Lvl 26 NAME: 'Pinsir'
[08:44:56] # CP 80/ 80 | (100,00% perfect) | Lvl 03 NAME: 'Eevee'
[08:44:56] # CP 493/ 496 | (97,91% perfect) | Lvl 18 NAME: 'Goldeen'
[08:44:56] # CP 562/ 565 | (97,40% perfect) | Lvl 25 NAME: 'Krabby'
[08:44:56] # CP 532/ 535 | (97,14% perfect) | Lvl 20 NAME: 'Staryu'
[08:44:56] # CP 672/ 677 | (96,75% perfect) | Lvl 22 NAME: 'Eevee'
[08:44:56] # CP 772/ 778 | (96,52% perfect) | Lvl 25 NAME: 'Machop'
[08:44:56] # CP 181/ 183 | (96,37% perfect) | Lvl 25 NAME: 'Magikarp'
[08:44:56] ----------------------------
[08:44:56] Loading File: "\Configs\PokemonsNotToTransfer.ini"
[08:44:56] Loading File: "\Configs\PokemonsNotToCatch.ini"
[08:44:56] Loading File: "\Configs\PokemonsToEvolve.ini"
[08:44:57] Found 62 Pokemon for Transfer:
[08:44:58] Eevee (CP 873 | 90,17 % perfect) | (Best: 878 CP | 77,70 % perfect) | Family Candies: 551
[08:45:00] Eevee (CP 672 | 96,75 % perfect) | (Best: 878 CP | 77,70 % perfect) | Family Candies: 552
[08:45:01] Eevee (CP 666 | 92,81 % perfect) | (Best: 878 CP | 77,70 % perfect) | Family Candies: 553
[08:45:03] Eevee (CP 483 | 91,82 % perfect) | (Best: 878 CP | 77,70 % perfect) | Family Candies: 554
[08:45:05] Eevee (CP 307 | 100,00 % perfect) | (Best: 878 CP | 77,70 % perfect) | Family Candies: 555
[08:45:08] Eevee (CP 272 | 94,90 % perfect) | (Best: 878 CP | 77,70 % perfect) | Family Candies: 556
[08:45:09] Eevee (CP 143 | 93,27 % perfect) | (Best: 878 CP | 77,70 % perfect) | Family Candies: 557
[08:45:11] Eevee (CP 80 | 100,00 % perfect) | (Best: 878 CP | 77,70 % perfect) | Family Candies: 558
How keep only 1 Best CP and all > 90% perfect without CP restriction ?
-
Sergeant Major
Originally Posted by
janekkk
Where to change fk usin berries

in logic.cs, i made 0.2 for myself. if u dont want to use make it 0.01 it should work i think
Code:
Logger.Write($"You don't own any Pokeballs :( - We missed a {pokemon.PokemonId} with CP {encounter?.WildPokemon?.PokemonData?.Cp}", LogLevel.Warning);
return;
}
var bestBerry = await GetBestBerry(encounter);
var inventoryBerries = await _inventory.GetItems();
var berries = inventoryBerries.Where(p => (ItemId)p.Item_ == bestBerry).FirstOrDefault();
if (bestBerry != ItemId.ItemUnknown && probability.HasValue && probability.Value < 0.2)
{
await _client.UseCaptureItem(pokemon.EncounterId, bestBerry, pokemon.SpawnpointId);
berries.Count--;
Logger.Write($"{bestBerry} used, remaining: {berries.Count}", LogLevel.Berry);
await RandomHelper.RandomDelay(50, 200);
}
Last edited by b0Ni07; 07-26-2016 at 09:51 AM.
-
Post Thanks / Like - 1 Thanks
janekkk (1 members gave Thanks to b0Ni07 for this useful post)
-
Member
Originally Posted by
b0Ni07
in logic.cs, i made 0.2 for myself. if u dont want to use make it 0.01 it should work i think
Code:
Logger.Write($"You don't own any Pokeballs :( - We missed a {pokemon.PokemonId} with CP {encounter?.WildPokemon?.PokemonData?.Cp}", LogLevel.Warning);
return;
}
var bestBerry = await GetBestBerry(encounter);
var inventoryBerries = await _inventory.GetItems();
var berries = inventoryBerries.Where(p => (ItemId)p.Item_ == bestBerry).FirstOrDefault();
if (bestBerry != ItemId.ItemUnknown && probability.HasValue && probability.Value < 0.2)
{
await _client.UseCaptureItem(pokemon.EncounterId, bestBerry, pokemon.SpawnpointId);
berries.Count--;
Logger.Write($"{bestBerry} used, remaining: {berries.Count}", LogLevel.Berry);
await RandomHelper.RandomDelay(50, 200);
}
[/CODE]
Where is this logic.cs file not sure on how to do this?
-
Originally Posted by
fokeiro
if what u want is karps try adding it to the keep pokemon list but it may keep them all, if u lwoer ur CP then ur bag will get ful lof shit u may not need
It seem I need to expand my bag, btw thanks for the info
-
Originally Posted by
chekhop
It seem I need to expand my bag, btw thanks for the info
np glad to help.
-
Member
My Weedels dont evolve in the bot, any solution to fix this? already tried to put it in the user.xml in the compiled Version as in the code from the uncompiled version
-
Member
How do I mark a pokemon as favorite so the bot wont touch them no matter what?
Im talking about 1 or 2 specific pokemons, not the whole type