-
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
Module called "LevelUp" to use Lucky egg when enough evolutions to level up available #2833
Comments
And @pranavperfect please use the template for making an issue. |
@nivong I believe @Brambi just wants to tell me to read 2780 which refers to an update in the wiki being an upcoming task and not an immediate task. And i understand that. Which is why you guys can close it and I can comment on it later after the wiki is updated. |
@pranavperfect that issue where brambi was linking to has to do with the new encrypted updates and how to run the new bot ;) |
Here is the detailed description of the new feature: Just like we have modules for catching pokemon and evolving pokemon, if there could be a "level up" module which would act as follows:
For step 2 to happen, bot needs to catch and release weak pokemon such that |
@nivong please let me know if this is enough details. |
And again, this will not be an "always on" feature since lucky eggs are limited. |
@pranavperfect: in your
When you are ready you can add a task like:
YMMV, but this seems to work well for me (on latest |
@mousetree - First of all, the script does not display XP/stats periodically which i can monitor and be like "Hey i can level up now because i have enough evolutions etc.". Secondly, This would require me to keep changing my config whereas that is a module which actively monitors my possible evolutions and my required evolutions and then do it auto-magically. I'm just trying to have least restarts. @nivong - Can we not display the stats periodically which are displayed only when the bot is stopped? |
Done to an extent. Please reopen and expand if not. |
I don't see the option? Do we have a wiki for it? Can you please explain where this feature has been added? |
@nivong i don't understand how the commit helps. I can't find any reference to my feature request in the commits. |
Level up thing definitely doesn't work. Or i don't know how to make it work. some guidance is required. |
@pranavperfect reopened for you :) |
@pranavperfect Sorry, I misread the wants. My bad! |
@mjmadsen the config.json.optimizer.example has some content which relates to what i'd asked. but it is asking the user to tell how many evolutions are needed etc. but what the module should do is keep hoarding pidgey, weedle and caterpie and other "common" pokemon for an area and then once enough to level up using lucky egg, then start evolving. also taking into account that in 30 minutes, you'd be able to do roughly 60 evolutions. |
@mjmadsen is this still under development or has been disregarded? |
I don't know if anyone is currently working on this. A lot of bug fixes and small improvements. Everything you asked for seems to be in the bot except for taking in account exp to next level or what not. Personally, I don't see much value in it. Exp is exp. |
I agree with @mjmadsen . Exp is exp. No need to something like this. Edit: Use optimizer to evolve with lucky egg and evolve only for exp. This will not calculate next level things but exp is exp. With optimize and lucky you will earn lots of exps. |
Trying to store pokemon in order to use a lucky egg and perform bulk evolutions. Want to understand how I can perform this using some configuration in config.json.
Essentially, if i have 36 Pidgey candies, bot should let 3+ pidgey be. If 60 pidgey candies, let 5+ pidgey be.
Can someone help out with this kind of config? This can help ensure that i get the most out of my lucky egg in one go.
The text was updated successfully, but these errors were encountered: