Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Evolve filter bug ver 1.0.0.200 #1967

Closed
andeomontenegro opened this issue Sep 14, 2017 · 0 comments
Closed

Evolve filter bug ver 1.0.0.200 #1967

andeomontenegro opened this issue Sep 14, 2017 · 0 comments

Comments

@andeomontenegro
Copy link

AffectToPokemons filter doesnt work.

So, if I set

"PokemonEvolveFilter": {
"Pidgey": {
"MinIV": 0.0,
"MinLV": 0.0,
"MinCP": 0.0,
"Moves": [],
"Operator": "or",
"EvolveTo": "",
"AffectToPokemons": [
"caterpie",
"weedle",
"pidgey",
"rattata",
"spearow",
"ekans",
"pikachu",
"raichu",
"sandshrew",
"nidoranFemale",
"nidoranMale",
"clefairy",
"vulpix",
"jigglypuff",
"zubat",
"paras",
"venonat",
"diglett",
"meowth",
"psyduck",
"mankey",
"machop",
"geodude",
"ponyta",
"slowpoke",
"magnemite",
"doduo",
"seel",
"shellder",
"drowzee",
"krabby",
"voltorb",
"cubone",
"horsea",
"goldeen",
"staryu",
"eevee",
"totodile",
"sentret",
"hoothoot",
"ledyba",
"poliwag",
"spinarak",
"chinchou",
"natu",
"marill",
"hoppip",
"jumpluff",
"wooper",
"slugma"
],
"FavoritedOnly": false,
"MinCandiesBeforeEvolve": 0
}

bot will keep to evolve only Pidgey.

I tested this issue with added filter

"Magnemite": {
"MinIV": 0.0,
"MinLV": 0.0,
"MinCP": 0.0,
"Moves": [],
"Operator": "or",
"EvolveTo": "",
"AffectToPokemons": null,
"FavoritedOnly": false,
"MinCandiesBeforeEvolve": 0
},

and bot start to keep Magnemite too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants