Feature Request - Better Quest Support
behub-au opened this issue ยท 5 comments
I know you've got a basic mod over at wago, which in a recent update seems to of stopped working.
Was hoping for something more detailed (and pretty!) such as the one developed for ElvUI's nameplates here:
https://git.tukui.org/elvui/elvui/blob/development/ElvUI/Modules/Nameplates/Plugins/QuestIcons.lua
Another example, but less detailed is QuestPlates:
https://www.curseforge.com/wow/addons/questplates
Both these plugins/addons use tooltip scanning and iterate through the quest log.
I did attempt to write a plugin/mod for Plater, but tooltip scanning is not something I have worked with before.
If you could add some screenshots to explain what you're expecting would be great.
I think I get the idea, but having a bit more input would be great.
Using ElvUI's implementation for example where the progress of a quest is shown to the right and the icon represents the type of objective ..
So a quest with a kill objective shows up like this:
A quest to complete a task 6 times. The icon is the quest item associated with the quest from the objective window:
I think we can add this to the todo list. It is a bit more tricky to get the actual quest amount information (tooltip scanning) than I initially thought, but we will see.
I created a small mod as a basic implementation of this feature: https://wago.io/uwe9CEwMm
Depending on my spare time I might look into enhancing this mod or Plater to enhance this feature.