WoW-Pro Guides

WoW-Pro Guides

3M Downloads

Professions

CodingDino opened this issue ยท 5 comments

commented

Future module.

Guides for all professions, including shopping lists for each level of the profession, expected total costs for each level, maps for gathering professions, rare recipe lists, benefits of each profession.

commented

Things to consider when reducing the number of steps needed in the guide:

  1. Needs to keep track of the current profession level and display so you know exactly where you are at.
  2. Display the current mats needed to make one item. You may not have all the mats, but you would still want to know how much you need if you decide to create as you go.
  3. Calcaulate the total of mats needed from subtracting the current level from the start level, multiply that by the mats needed, substract that from the total amount of all mats needed for that item (which should be stored in the step).
  4. Keep track of all mats needed for that step.
  5. Consider multiple skill up points as not all give just 1 skill point.
commented

I think I can do a string subsitition. Will work on it this weekend and see if I can come up with a schema for it.

commented

Since I didn't see much happening on this, I went ahead and created a professions module this past weekend. Currently, it only contains First Aid. Hope to have it ready very soon for beta. I thought about making it available to see if it meets everyone's needs or not, but am still trying to figure out GitHub.

commented

I have it set up to handle what it needs to create one item. But when creating shopping lists, should the total be based on the total number of mats needed to make all of that item or total needed to take it to 525?

commented

Module is functional, but incomplete.