-
Member
Frustrated..please help
Hey guys,
Im having a heck of a time and tend to be quite confused.
I basically just want to farm Magickarps
I want to transfer and evolve all pokemon that are under 1800cp. IV doesnt matter at this point.
I want all Magikarps to be Evolved except for ones over 200CP
"EvolveAboveIvValue": 90,
"EvolveAllPokemonAboveIv": true,
"EvolveAllPokemonWithEnoughCandy": true,
"EvolveKeptPokemonsAtStorageUsagePercentage": 0.0,
"KeepPokemonsThatCanEvolve": true,
"KeepMinCp": 1800,
"KeepMinIvPercentage": 80.0,
"KeepMinLvl": 15,
"KeepMinOperator": "or",
"UseKeepMinLvl": false,
"PrioritizeIvOverCp": false,
"KeepMinDuplicatePokemon": 1,
"TransferWeakPokemon": true,
"TransferDuplicatePokemon": true,
"TransferDuplicatePokemonOnCapture": true,
"FavoriteMinIvPercentage": 95.0,
"AutoFavoritePokemon": false,
"UsePokemonToNotCatchFilter": true,
"UsePokemonSniperFilterOnly": false,
],
"PokemonsNotToTransfer": [
"Magikarp
},
"Magikarp": {
"KeepMinCp": 200,
"KeepMinLvl": 15,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 0,
"KeepMinDuplicatePokemon": 1,
"Moves": [],
"KeepMinOperator": "or",
"MovesOperator": "or"
THANKS IN ADVANCE
-
Member
with your current config it only evolves monsters with IV over 90 and it does not evolve because you made "KeepPokemonsThatCanEvolve": true
and if you have magikarp in "PokemonsNotToTransfer" then it won't transfer magikarps.
also you made it keep magikarps that have IV over 0. almost all magikarps have IV over 0 so it keeps them all
i guess you don't really want all magikarps evolved but transfered. to keep all magikarps with over 200 CP make (i guess 100 is enough)
},
"Magikarp": {
"KeepMinCp": 200,
"KeepMinLvl": 15,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 0,
"KeepMinDuplicatePokemon": 100,
"Moves": [],
"KeepMinOperator": "and",
"MovesOperator": "or"
if you really want to farm ONLY magikarps. you should write
"UsePokemonSniperFilterOnly": true,
and change pokemon in "PokemonToSnipe": only magikarp
like
"Pokemon": [
"magikarp"
]
and you can't transfer and than evolve a pokemon that ist not existing anymore. you should not evolve all pokemons because you will need the candy later for high IV pokemons.
Last edited by occom; 08-10-2016 at 12:31 PM.
-
Member
see that was the odd part. i have magikarps in the dont transfer but was doing it anyway
thanks for the other tips though
-
Member
this is the default config edited to only keep pokemon over 1800 CP and magikarps over 200 CP and only catch/snipe magikarps. (it will evolve caterpie, weedle, pidgey and rattata you already have)
magikarp - Pastebin.com
i am sure that this is the right thing
"KeepMinDuplicatePokemon": 0,
but to be on the safe side first try it with 1 (main) and 100 (magikarp) like i posted it in pastebin.
if it does keep pokemons under 1800 CP and magikarps under 200 CP you must change both values to 0
change the other options as you wish because they are the default values
Last edited by occom; 08-10-2016 at 12:55 PM.
-
Post Thanks / Like - 1 Thanks
aft3rsh0ck (1 members gave Thanks to occom for this useful post)
-
Legendary
Please post in the Pokemon GO Chat subsection whenever you got questions or want to discuss something. This section is for releases, cheats, guides and exploits mostly.
-
Member
Thanks bud!
I think its working now. Ive been stressing all day lol. so many conflicting variables