Missing XP value in map tooltip near "Active"
Cabro opened this issue · 11 comments
Oh right, I didn’t look close enough.
Well then it should be a simple data issue 🤔
and it shows all quests in one tooltip? it doesnt just give more info on the quest that icon represents?
i am confused.. wth are you actually hovering over to see a tooltip.. what shows when not shifted.. i recall seeing icons that were quest givers.. it shows the quests they give, hitting shift gave details of those quests.. not that unholy mess of a pic you have
i refuse to believe ALL of those re at one giver?
To clarify, the above pic is a mouseover pic of map/minimap pin? Where does active come from?
The „Active“ means that you hover over an objective, not an accept/complete icon.
This should be easy to fix.
Everything that is below "Active" are quests in your quest log. This one is from map
According to the code comments... it looks like this is by design.
The map/minimap icon tooltips work much the same way the Clustering Code works. Not only does it consolidate the icons, but it also consolidates nearby tooltips from other Icons. Whenever you see an (Active)
tag in a tooltip, doesn't matter if you're hovering over an NPC, Available Quest Icon, or Completed Quest Icon; it's actually in fact an objective that is currently in your Questl Log.
My pointer is hovering over the Completed Quest Icon...
As @BreakBB stated... this can be an easy change. If that is what everyone wants... I can check this into my PR today.