-
Member
If I have 3 favourited Pikachu, what happens I set KeepMinDuplicatePokemon = 2?
If I have 3 favourited Pikachu, what happens I set KeepMinDuplicatePokemon = 2 when running my bot? Will it remove 1 of my Pikachus?
What I'm trying to do is keep only two kinds any pokemon caught in the future? without touching my existing pokemons in inventory.
-
Master Sergeant
Originally Posted by
Dakaa
If I have 3 favourited Pikachu, what happens I set KeepMinDuplicatePokemon = 2 when running my bot? Will it remove 1 of my Pikachus?
What I'm trying to do is keep only two kinds any pokemon caught in the future? without touching my existing pokemons in inventory.
Some bots have spots for specific pokemon settings. You can say keep 5 charizard, 6 dragonites, ect.
The one I used was mobot. Although I can't seem to find it, I believe it was a spinoff of necrobot?
-
Sergeant Major
Necrobot you can set pokemon on a transferfilter.
"Pikachu": {
"KeepMinCp": 650,
"KeepMinLvl": 0,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 3,
"Moves": [],
"KeepMinOperator": "and",
"MovesOperator": "or"
Looks something like that. It should work (but i had some problems with necrobot transfering pokemon, so i turned it off and have it to only transfer weak pokemon and pokemon that isnt on my transferfilter.)
Also i think that there is some type of "Favorite" feature on necro, but i haven't messed with it.
Last edited by NexLegend; 08-09-2016 at 03:57 PM.
-
Post Thanks / Like - 1 Thanks
Bad (1 members gave Thanks to NexLegend for this useful post)
-
Active Member
Originally Posted by
NexLegend
Necrobot you can set pokemon on a transferfilter.
"Pikachu": {
"KeepMinCp": 650,
"KeepMinLvl": 0,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 3,
"Moves": [],
"KeepMinOperator": "and",
"MovesOperator": "or"
Looks something like that. It should work (but i had some problems with necrobot transfering pokemon, so i turned it off and have it to only transfer weak pokemon and pokemon that isnt on my transferfilter.)
Also i think that there is some type of "Favorite" feature on necro, but i haven't messed with it.
So you saying im gonna have to put that for every pokemon i want to dupe ?
-
Sergeant Major
Originally Posted by
Bad
So you saying im gonna have to put that for every pokemon i want to dupe ?
Yes. Or you can just turn do this:
"TransferDuplicatePokemon": false
AND/OR
"PokemonsNotToTransfer": [
"pikachu",
"raichu",
"dratini",
"etc",
At least thats how I do it. But the transfer filter lets yo ube more specific in terms of IV requirements and CP requirements for when you are auto sniping and such.
Hope I helped.
EDIT: To avoid me overflowing inventory, I put TransferWeakPokemon: true
It removes anything really weak that it catches and it has worked for me so idk. But also make sure to have the pokemon you don't want to transfer identified in the proper location (mentioned above)
PS Sorry for the late reply.