SwipeX / PokeMate

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

item max feature #144

Closed EiTeR94 closed 8 years ago

EiTeR94 commented 8 years ago

Is it possible to add a feat to have a maximum item on the bag.

I mean like

ITEM_MAX_POKE_BALL=50 or ITEM_MAX_SUPER_POTION=30

The bot will keep max 50 pokeball, and max 30 super potion, and drop the rest if you get more than.

RobertMcCoy commented 8 years ago

This might severely clutter up the DropItems and Properties file, but it's something to look at. I might look at doing this later tonight, but I think once we get a new UI overhaul this will be easier to setup visually.

EiTeR94 commented 8 years ago

Okay thank mate

kyleshrader commented 8 years ago

Yeah, once we have config in UI this will be easy to implement.

kyleshrader commented 8 years ago

We will worry a lot less about a cluttered config file... maybe move to json? :heart:

SwipeX commented 8 years ago

@kyleshrader with config UI json/xml/binary file will be sufficient.

SippieCup commented 8 years ago

implemented.

https://github.com/SwipeX/PokeMate/pull/282