-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Throw away low level pokeballs, potions, revives and keep the better ones. #1362
Throw away low level pokeballs, potions, revives and keep the better ones. #1362
Conversation
…ons and keep the better ones.
This is a duplicate issue. |
Is there any way to keep old auth and config files when the bot auto updates?? |
So this got already implemented by someone else? |
Edit: Nvm I see your code automates this. |
@Shibby7986 Let me try to explain it. Lets say i configure the bot with the settings you posted. The bot will always throw away greatball until 50 remain, and ultraballs until 100 remain. It will additionally prefer using all normal pokeballs until they are empty. (except a high CP or hard to catch pokemon appreads.) I changed it to keep, lets say, 100 pokeballs. If i am starving on greatballs the normal pokeballs will be kept, if i get a lot of better pokeballs the bot will keep them and throw the lower pokeballs away. This also reduces the amount of different items which the bot has to throw away => faster. Changing the config to throw away all lower pokeballs may cause problems if you don't get the higher ones from the pokestops. |
Looks great, is there a reason you didn't use the same logic for Revive and MaxRevive? |
@Ryuichiro good point, never saw a MaxRevive yet. I will add it right now. |
Also recycled counter shows how many times recycling was made not actual amount of stuff thrown away. |
Cool change! |
@th3ragex Do you even use Discord? |
Throw away low level pokeballs, potions, revives and keep the better ones.
Hi,
i changed the recylce behaviour to throw away low level pokeballs and potions and keep the better ones. This leads to a far more frequent usage of the better pokeballs instead of throwing them away. The new setting entires configure the total amout of pokebals/potions over all types that shall be kept.