You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to have an option to disable Storyline in some situations like some specific quests, some specific NPCs or for all daily quests.
We would need a blacklist of quests and of NPCs
An option to disable for all daily quests
The tricky part here is that in order to disable the default UI we have to unregister a bunch of stuff that makes it harder for us to show it back after that. Manually showing the UI in our code might create some issues with other add-ons that skip dialogs.
We can disable Storyline before events are fire, that's easy and we are already doing it for the dungeons and DMF filters.
An easy one would be to blacklist NPCs, and disable Storyline when the cursor is over those NPCs before the user even clicks to interact with them. But for quests, we need to get the quest data first, which is a chicken and egg situation.
Another possible workaround if we really can't do this would be to have a keybinding to toggle Storyline.
The text was updated successfully, but these errors were encountered:
We want to have an option to disable Storyline in some situations like some specific quests, some specific NPCs or for all daily quests.
The text was updated successfully, but these errors were encountered: