-
Member
Originally Posted by
cahe
what is this?
-
Member
Originally Posted by
blaanima2
sry this is already to much after the stuff with search solution in VS and and and ^^ i have to use something else for now
-
Sergeant
Originally Posted by
Stige
How could I get the bot to keep all Dratinis at 600+ CP? Is it possible and if so, how?
EDIT: Is this the correct place/way to do it? Settings.cs
What do each of the numbers mean? First one is CP I assume, the last one is maybe amount to keep?
Hi
The first value is keep the Min CP, second is Min IV, third is how many highest you want to keep
Instead of changing the source code, you can also update from config.json
"PokemonsTransferFilter": {
"Pidgeotto": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1
},
-
Sergeant
Originally Posted by
Blickss
Hey guys;
How to run 2 bots at the same time?
how to prevent inventory to keep full? (sometimes pokes with 10 cp get lost in the inventory -.-)
Whats the diference between a poke with 700cp and another one with 400 but 94% perfect? Witch one is better to evolve?
Sorry for the bad english, Greetings from Brasil.
Really nice bot by the way!
pokes with 10 cp get lost in inventory? you mean there is 10 cp pokemon in inventory? if yes then it might because it has high IV
-
Post Thanks / Like - 1 Thanks
Blickss (1 members gave Thanks to blaanima2 for this useful post)
-
Sergeant
Originally Posted by
nilyaneedforspeed
Terrific guys! Great work!
Just started using this and is working great so far!
I just have one question.
How can I make the bot window full-screen? I cannot resize it. It can either have it at default size or when I hit the maximize button it resizes to only about half of the screen.
Is it supposed to be like this? Apologies if I missed any instructions.
Thanks.
console application won't be able to get full screen,
it is suppose to be like that
-
Member
can you help me with gpxfile, i use the central park gpx file i found in a other post but i got error
https://i.imgur.com/bY5eqm1.png
-
Sergeant
Originally Posted by
Kerotos
sry this is already to much after the stuff with search solution in VS and and and ^^ i have to use something else for now
Hi Kerotos
If you want I have prepared the latest source code + exe with ferox files inside
Download here : https://mega.nz/#!asNwXTCD!L74pS2VQh..._mHhxqavdfsKUc
-
Member
Hey guys. First sorry for my bad english.
This Bot is just amazing. But i have a problem. The bot does not evolve my Pidgey, Rattata and Caterpie. I dont know what to change in "config.json".
My actually settings are:
"UseLuckyEggsMinPokemonAmount": 30, (What is this??)
"UseLuckyEggsWhileEvolving": true,
and
"EvolveAllPokemonWithEnoughCandy": true,
Thanks for your help and Thanks for this amazing Bot!
-
Active Member
Guys,
Any chance to make a bot work like this:
1. Keep highest CP pokemon
AND
2. Keep another one with the highest IV
-
Post Thanks / Like - 1 Thanks
Blickss (1 members gave Thanks to MikeRussia for this useful post)
-
Member
The bot doesn't ignore the pokemon, after several saves and bot reboot what I am doing wrong?
"PokemonsToIgnore": [
"pinsir",
"zubat",
"pidgey",
"rattata"
],
-
Sergeant
Originally Posted by
anekdote
The bot doesn't ignore the pokemon, after several saves and bot reboot what I am doing wrong?
"PokemonsToIgnore": [
"pinsir",
"zubat",
"pidgey",
"rattata"
],
set "UsePokemonToNotCatchFilter": false,
to
"UsePokemonToNotCatchFilter": true,
-
Member
Originally Posted by
blaanima2
pokes with 10 cp get lost in inventory? you mean there is 10 cp pokemon in inventory? if yes then it might because it has high IV
Yes, sometimes a 10CP pokemon doesn't transfer, and it doesn't have high IV, because it changes the name when it does have a good IV. Or maybe in this case it went unnoticed and didn't change the name. Thanks for the reply.
Last edited by Blickss; 07-27-2016 at 03:18 PM.
-
Member
Doesn't seem like it is evolving anything with latest update. Have candies and names listed in the config:
"PokemonsToEvolve": [
"caterpie",
"weedle",
"pidgey",
"rattata",
"spearow",
"zubat",
"doduo"
],
still not evolving rattata for example or any others... Can someone send a sample of their config where evolving is working?
-
Member
Anyone know how to make it so I use Eggs while the program is runnning? If i have them.
I see the EggsWhileEvolving but just use them as im catching pokemon or going to stops
-
Corporal
Is there a way to get a report of what hatches from the eggs? 
Originally Posted by
sayyouwill
Anyone know how to make it so I use Eggs while the program is runnning? If i have them.
I see the EggsWhileEvolving but just use them as im catching pokemon or going to stops
Would also love this ( I assume he means using the Lucky Eggs while normally just catching ).
Last edited by Labyuoto; 07-27-2016 at 03:59 PM.
Reason: Added