-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[suggestion] Rename pokémon with IV-value #1679
Comments
Like it. Can make a PR. |
+1 for this. |
I've seen that NecroBot uses this too, but has it notated as a percentage (0-100). |
Big names are not allowed. |
@douglascamata you are correct. There is a max limit of 12 characters in a nickname, but you can use something like: |
could we keep the original name but just append the IV next to it? eg: |
@VictorChen with some names (e.g. «Hitmonchan») it will be more than 12 characters. |
could we truncate the name (if it's too long) and then append the IV? eg: |
We don't need to keep the original name as they're useless information. |
We can make "renaming_format" setting in config to manually set this. |
@TianCNCA True... But is still looks nice :) |
Please make this optional (changeable from config file, probably). I'd like to monitor the IV from OpenPoGoWeb and keep the Pokemon's original name instead. |
keeping the original name will allow sorting by name to work and make it easier to go back to the original name (by removing the iv) |
Ah thanks Bobby. Is there currently a way to view the IV's after they've been caught, as per your comment? |
Or, as a side option, automatically star any pokemon with IV's over X. Easy to sort through then. |
I monitor the bots with the web client. In the Pokemon listing, you can already see each Pokemon's IV there (you can also sort by IV). If I want to evolve some Pokemon manually, I will just keep the web client open, temporarily turn off the bot, then open the app from my phone. After that, it's just as simple as finding the same Pokemon with the same CP and/or HP (highly unlikely to find duplicate anyway). |
There is already a sort by Pokemon name option in the app. |
@johnw424 +1. There is a sort by id too, so it's safe to use the simplest solution. Do we need to rename all existing pokemons on the start or only captured ones? |
Sort by pokemon name isn't going to work if you rename it to like 100-15,15,15. If I want to search for the highest iv psyduck for example, I could sort my pokemons by name, and then look for psyduck, much easier. |
Just make it 2 variables, one for the name of the Pokémon and one for the IV value and make a config option. if you tell the code to keep it to a max of 12 chars, then you can do everything you want. ex. |
I have been playing with the api's nickname_pokemon call but has no success, anyone know why? |
@VictorChen @groveld
|
@johnw424 Yes you can sort by ID, but it's still hard to find |
implemented in #1850 |
See the Configuration Files wiki page (specifically the Pokemon Nicknaming section) for usage information |
Is it possible to auto rename Pokémon to contain their IV values in their name?
Like Rattata_15-7-13 or something like that?
It would give you some nice feedback if you pick the game back up to see which Pokémon to evolve after a night of candy farming ;)
The text was updated successfully, but these errors were encountered: