SwipeX / PokeMate

Automated PokemonGo Application
GNU General Public License v3.0
111 stars 45 forks source link

[BUG] Possible bug with minimum item amount #263

Closed EiTeR94 closed 8 years ago

EiTeR94 commented 8 years ago

There is a bug i think with this option

Minimum amount of each item to save

minimum_item_amount=50

Items to drop (remove from this list if you want to keep it, note that inventory management will now be left up to you, as it could be possible to run out of pokeballs)

drop_item_list=ITEM_POKE_BALL

I put 50 to keep minimum 50 item of ITEM_POKE_BALL

When i reach 50 pokeball, the bot drop X50 and not keep 50 pokemon MINIMUM as the config say.

Or maybe i've misunderstanding something?

gsisso commented 8 years ago

Fixed in #261

SippieCup commented 8 years ago

Yup, Thanks for pointing this out @EiTeR94, and @gsplash for the PR.

EiTeR94 commented 8 years ago

Np mate, we use your bot, it's normal to report you all the bug we found. Thanks for the fix ;)