LokiChaos / Materiamagica-on-tintin

A collection of tintin++ scripts for playing MateriaMagica
8 stars 1 forks source link

Reagent buy #5

Open LokiChaos opened 9 years ago

LokiChaos commented 9 years ago

Need to implement & test. Should support auto purchasing and sorting reagents both single-type or all to preset levels or values specified in the command. Should intelligently identify if in a reagent shop and based on that what reagents to buy. Use examples: reagent buy <type> [amount] - Buy up to 'amount' of reagents 'type' (valid types: fire, water, air, earth, gem, eth, sum[moning], hem[atie], foc[using], elemental - special meta-type for f/w/a/e) reagent buy all - Will buy all reagent types up to the user's set values.

The purchasing should be intelligent, buying in batches of N based on inventory space and containering them before buying the next round.