-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean Pokemon's and IV stat #22
Comments
it's nearly impossible to check IV with this bot since this bot not accessing API directly to the server. This bot experience only what normal player see. |
Maybe we could use this technique ? https://pokeassistant.com/main/ivcalculator?locale=en |
@tellomichmich that's great. i'm forgot we can calculate it. yes sure we can use it. the only way. good job |
Nearly done, some optimization must be done one CleanAllPokemon |
In order to know IV stat of pokemon already captured i made a copy of script to manually launch on selected pokemon : PokemonName = GetPokemonName() It's working with majority of pokemon, but sometimes it crash with error : Traceback (most recent call last): Crash example : Example below is ok : Another example with crash : Example below ok : |
GetPokemonIV(PokemonName, PokemonCP) can return None if it is impossible to compute the IV. You should test "if not (IV is None):..." |
Ok thank you, i will try that |
I know absolutely nothing about python. Can you post a copy of your script? Sounds neat! |
Hi Dodo111, |
Thank you so much!! :) |
So I have been experimenting with http://forum.xda-developers.com/xposed/modules/xposed-pokemon-iv-checker-xposed-module-t3440346 which reads pokemon data directly from RAM to display the hidden IV values. It turns out the IV checker script is extremely inaccurate - it missed quite a few 100% and is more often wrong than right. Just a little heads up. As this module is totally ban safe (does't use mitm or anything) perhaps the IV filter could be instructed to read it? |
good would be an option when the stock pokemon is full, scroll through the list and throw away the trash pokemones , based on the calculation IV , because if it is listed, you can throw good pokemon kidding me boot one zubat with 99% iv XD !, and if possible catch him say that when your index and if the list of pokemons trash once the boat is not something like
The text was updated successfully, but these errors were encountered: