Skip to content
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

[ADD] Perfect IV's on releasePokemon #10

Merged
merged 3 commits into from
Jul 24, 2016
Merged

Conversation

arkdelkaos
Copy link
Contributor

The change let you save perfect (or almost perfect) pokemon, that will not be released.
I'm setting the limit on 42 (14*3; 15+15+15=45), but it could be great if that may be chosen on config.
I did change the "level" of pokemon to CP, and now it shows the IV's on every release :)

@arkdelkaos
Copy link
Contributor Author

arkdelkaos commented Jul 24, 2016

Now I need one improvement:

[Perfect Pokemon] CUBONE IV's: 13/14/13
Profile update : 137860 XP on LVL 16 89,30 % to LVL 17
Caught a SANDSHREW using a ITEM_POKE_BALL
Transferring 1/2 SANDSHREW CP 151 3/0/3
[Perfect Pokemon] CUBONE IV's: 13/14/13
SANDSHREW has evolved into SANDSLASH costing 50 candies
Profile update : 138570 XP on LVL 16 92,85 % to LVL 17
Caught a SANDSHREW using a ITEM_POKE_BALL
[Perfect Pokemon] CUBONE IV's: 13/14/13
Transferring 1/2 SANDSLASH CP 680 3/15/3
Profile update : 138780 XP on LVL 16 93,90 % to LVL 17
[Perfect Pokemon] CUBONE IV's: 13/14/13
Profile update : 138780 XP on LVL 16 93,90 % to LVL 17
I/WALKER: Arrived at: [40.4156691, -3.6801937]
I/WALKER: Heading to: [40.4176384, -3.680925099999999]
[Perfect Pokemon] CUBONE IV's: 13/14/13

For the perfect pokemon to NEVER be evaluated again, I need to be able to mark it as favorite, then don't process any favorite pokemon :)
Its there a way to set it as favorite? @SwipeX 👍
Something like the list.get(i).transferPokemon();but as list.get(i).favoritePokemon();?

@Simpuhl
Copy link

Simpuhl commented Jul 24, 2016

How can I add these settings to the current project

@SwipeX SwipeX merged commit abbef81 into SwipeX:master Jul 24, 2016
@SwipeX
Copy link
Owner

SwipeX commented Jul 24, 2016

Honestly as a programmer, this needed some touch ups. But thanks very much!

@kyleshrader kyleshrader mentioned this pull request Jul 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants