disdain13 / PokeRoadie

Advanced Test Harness Bot for PGO. This code is for educational purposes only, and is not guaranteed in any way. Using automated software may violate terms of service you agreed upon with your game provider.
GNU General Public License v3.0
65 stars 28 forks source link

Bot doesn't power-up favorite pokemon #180

Open jirobait opened 8 years ago

jirobait commented 8 years ago

Running bot version 9.9.1 for for 2 and a half hours with config

<PowerUpPokemon>true</PowerUpPokemon> <PowerUpPriorityType>IV</PowerUpPriorityType> <PowerUpPriorityType2>V</PowerUpPriorityType2> <PowerUpAboveCp>0</PowerUpAboveCp> <PowerUpAboveIV>99</PowerUpAboveIV> <PowerUpAboveV>0</PowerUpAboveV> <PowerUpAboveLV>0</PowerUpAboveLV> <MinStarDustForPowerUps>5000</MinStarDustForPowerUps> <UsePokemonsToPowerUpList>true</UsePokemonsToPowerUpList>

Player Level 24 and all my pokemons with 100IV are favorited. None of my favorite pokemons which in the PokemonsToPowerUpList.ini are powered-up by bot. Did I missed something or what?

disdain13 commented 8 years ago

most likely a bug, I changed the power up system drastically in the last release. However, I don't think my fixes covered this problem. Looking into it.

disdain13 commented 8 years ago

The code in no way filters out "Favorite" pokemon from power-up. Not to say this is not happening, but I went through the code, and nothing obviously wrong with it. I will run some tests tonight to see if I get the same results.

jirobait commented 8 years ago

Thanks. Will wait for the results. If the results are different, maybe you could tell me where did I miss.