Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to accept an item beforehand #2

Open
mortenmoulder opened this issue Aug 29, 2019 · 2 comments
Open

Possible to accept an item beforehand #2

mortenmoulder opened this issue Aug 29, 2019 · 2 comments
Assignees

Comments

@mortenmoulder
Copy link

This addon's main purpose is to save time, right?

What do we spend the most time doing in Vanilla? Running

While running, it would be great if we could select which item should be taken once completing the quest. That way, we don't have to stand next to the NPC and wait, because we have already selected the item beforehand.

Flow:

  • CTRL/SHIFT + Click/Right click an item in the quest log = Select
  • Do it again = Deselect

If done correctly, the "Accept" button should light up (as per Blizzard's spec).

I guess this should be pretty easy to do. All you need to do, is save which items were clicked and then toggle them when opening the accept window. I believe some items can be selected in multiple groups, so you probably need to group them somehow.

@ash-grennan
Copy link
Owner

That's a nice idea, I agree with you, doing this within the quest log as a hook would keep the addon minimal and not bloat with a UI and require libs.

As you say the selection(s) just need to persist to somewhere along with the quests Id. It's an interesting one I'll definitely look into once I have time.

Thanks for the suggestion!

@ash-grennan ash-grennan self-assigned this Aug 30, 2019
@sorenlorentzen
Copy link

sorenlorentzen commented Aug 30, 2019

This would be an awesome addition!
As far as I know, none of the other auto-quest addons do this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants