You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
Bot have something like evolving pokemons from selected number?
Because i have instantly "Pokemons ready to evolve : 59" And nothing... list growing and growing.
While list grow to 70-80 pokemons i change EvolveAllPokemonWithEnoughCandy to true and bot starts evolving poks. If EvolveAllPokemonWith... is true bot starts evolving 2-3 pokemons max.
u need to fix your settings read each line and adjust correctly the bot is gonna do exactly what u set join the discord to get more help but the settings are what is important
Bot have something like evolving pokemons from selected number?
Because i have instantly "Pokemons ready to evolve : 59" And nothing... list growing and growing.
While list grow to 70-80 pokemons i change EvolveAllPokemonWithEnoughCandy to true and bot starts evolving poks. If EvolveAllPokemonWith... is true bot starts evolving 2-3 pokemons max.
Config (evolving pokemons) :
"PokemonConfig": {
"CatchPokemon": true,
"DelayBetweenPokemonCatch": 2000,
"UseCatchLimit": false,
"CatchPokemonLimit": 700,
"CatchPokemonLimitMinutes": 1350,
"UseIncenseConstantly": true,
"UseEggIncubators": true,
"UseLimitedEggIncubators": true,
"UseLuckyEggConstantly": false,
"UseLuckyEggsMinPokemonAmount": 70,
"UseLuckyEggsWhileEvolving": true,
"TransferWeakPokemon": false,
"TransferDuplicatePokemon": true,
"TransferDuplicatePokemonOnCapture": false,
"RenamePokemon": false,
"RenameOnlyAboveIv": false,
"RenameTemplate": "{Name}_{IV}_Lv{Level}",
"FavoriteMinIvPercentage": 97.0,
"AutoFavoritePokemon": true,
"AutoFavoriteShinyOnCatch": false,
"MaxPokeballsPerPokemon": 8,
"UseGreatBallAboveCp": 600,
"UseUltraBallAboveCp": 900,
"UseMasterBallAboveCp": 1500,
"UseGreatBallAboveIv": 85.0,
"UseUltraBallAboveIv": 95.0,
"UseGreatBallBelowCatchProbability": 0.2,
"UseUltraBallBelowCatchProbability": 0.1,
"UseMasterBallBelowCatchProbability": 0.05,
"AutomaticallyLevelUpPokemon": true,
"OnlyUpgradeFavorites": true,
"UseLevelUpList": false,
"AmountOfTimesToUpgradeLoop": 25,
"GetMinStarDustForLevelUp": 200000,
"LevelUpByCPorIv": "iv",
"UpgradePokemonCpMinimum": 10.0,
"UpgradePokemonIvMinimum": 97.0,
"UpgradePokemonMinimumStatsOperator": "and",
"EvolveAboveIvValue": 98.0,
"EvolveAllPokemonAboveIv": false,
"EvolveAllPokemonWithEnoughCandy": false,
"EvolveKeptPokemonsAtStorageUsagePercentage": 95.0,
"EvolveKeptPokemonIfBagHasOverThisManyPokemon": 120,
"KeepPokemonsThatCanEvolve": false,
"KeepMinCp": 3400,
"KeepMinIvPercentage": 98.0,
"KeepMinLvl": 6,
"KeepMinOperator": "or",
"UseKeepMinLvl": false,
"PrioritizeIvOverCp": true,
"KeepMinDuplicatePokemon": 1,
"KeepMaxDuplicatePokemon": 1000,
"UsePokemonToNotCatchFilter": false,
"UsePokemonToCatchLocallyListOnly": false,
"DumpPokemonStats": false,
"DelayBetweenPokemonUpgrade": 10000,
"OutOfBallCatchBlockTime": 5,
"PokeballToKeepForSnipe": 50,
"UseBulkTransferPokemon": true,
"BulkTransferStogareBuffer": 10,
"BulkTransferSize": 100,
"UseBallOperator": "or",
"FavoriteMinCp": 0.0,
"DefaultBuddyPokemon": "Dratini",
"FavoriteMinLevel": 0,
"FavoriteOperator": "and",
"RenamePokemonRespectTransferRule": false,
"UpgradePokemonLvlMinimum": 20.0,
"EvolveFavoritedOnly": false,
"EvolveOperator": "and",
"EvolveMinIV": 0.0,
"EvolveMinCP": 0.0,
"EvolveMinLevel": 0.0,
"ByPassCatchFlee": false
}
The text was updated successfully, but these errors were encountered: