Manual Step Add
CodingDino opened this issue ยท 3 comments
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.
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.
Okay. Here's what I'm planning:
- User presses the "add step" button.
- Dialog to ask if they'd like to create a step based on a quest, or one from scratch.
- 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. - If not from a quest...
4.1. The full step editing dialog opens, blank. - 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.
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!