WoW-Pro Guides

WoW-Pro Guides

3M Downloads

Manual Step Add

CodingDino opened this issue ยท 3 comments

commented

Ability to manually add a step using the guide recorder addon. Should be able to fill out any and every tag. Should auto-populate tags when possible.

commented

Would be wonderful to be able to put a button in the quest log so you could add a step based on a quest, with a bunch of fields already filled out.

commented

Okay. Here's what I'm planning:

  1. User presses the "add step" button.
  2. Dialog to ask if they'd like to create a step based on a quest, or one from scratch.
  3. If from a quest...
    3.1. A new dialog opens asking them to select the quest they want from a list of the quests currently in their log.
    3.2. The full step editing dialog opens, populated with information for that quest.
  4. If not from a quest...
    4.1. The full step editing dialog opens, blank.
  5. They can hit "Register Step" when they are done editing. If they haven't entered a name or QID, the step will not register, and they will be reminded to enter those fields, and to press "enter" for all fields.

I may work on this tonight, or leave it for a bit. We shall see.

commented

Finished! Pretty nifty if I do say so myself. Grabs from the quest:

  • Action (just chooses "C")
  • Quest Name --> Step name
  • QID
  • questtext (quest objectives) - it lists all quest objectives. I figured this would be easy to delete and nice to be able to get quickly, since usually when we're making a specialized step it's to do a QO or a sticky or something.
  • use items
  • coordinates (just picks whatever blizz has currently for this QID - I can only do so much.

Hope it's to everyone's liking!