smaitch / Wholly

World of Warcraft addon to present quest information for the user derived from the Grail addon.
23 stars 9 forks source link

Option to remove unneeded information on quest popup and world map #49

Closed addonaddict closed 2 years ago

addonaddict commented 2 years ago

Hello,

Is there any possibility to add option to remove quest ID's or make this default addon behavior when installed? I dont really have use for quest ID's but I dont see any option to not show it

Same question for world map markers that I never have use for...

Example: image

Example 2: image

Thank you

smaitch commented 2 years ago

The button on the world map can be hidden using the preferences. Until an option is created to remove the quest number from the QuestFrame is made you can run the command "/run com_mithrandir_whollyQuestInfoFrame:Hide()" if you want.

addonaddict commented 2 years ago

Ok thanks, i will look for those preferences For the quest ID - i tried the command but sadly it resets after each reload Does this mean you are looking into adding that as an option?

Thanks

smaitch commented 2 years ago

Yes, it will reset after a reload. And yes, I am looking into adding an option to Wholly. I really would not have thought the quest number was too intrusive, and the purpose of mousing over it is to get all the extra quest information, but adding an option to not show it should be simple enough.

smaitch commented 2 years ago

The latest version of Wholly just pushed here (which will be released as 086) has an option to hide the quest number in the Quest Frame.

addonaddict commented 2 years ago

Thank you so much!!!