smartaleq / DwarfCraft_orig

A Minecraft RPG mod introducing additional difficulties, levels, and progression.
3 stars 0 forks source link

Multiple skills trainers #68

Open smartaleq opened 13 years ago

smartaleq commented 13 years ago

allow trainers to train multiple skills, develop interface to manage this

RCarretta commented 13 years ago

Why? What would this feel like practically?

I have a good idea on how to do this for training, but the challenge
will be database schema and trainer creation

Sent from my iPhone

On Mar 14, 2011, at 11:59 AM, smartaleq <reply@reply.github.com

wrote:

allow trainers to train multiple skills, develop interface to manage
this

Reply to this email directly or view it on GitHub: https://github.com/RCarretta/DwarfCraft/issues/68

smartaleq commented 13 years ago

just a thought, store a comma-delimited list of skillIds in the database for storage. for trainer creation, i think this would go hand-in-hand with the other trainer system upgrades.

trainer creation should be one command, adding a skill to a trainer should be another, same with removing a skill or trainer. All those commands should be done by clicking the trainer instead of naming it.