Questie

Questie

116M Downloads

Missing XP value in map tooltip near "Active"

Cabro opened this issue · 11 comments

commented

If you press Shift while mousover a quest icon on map or minimap you get extra info that is very useful. However the quest that is on row with the "Active" description is not being shown that XP value. The value exists in DB.

image

8.4.2

commented

there are many quest givers where i mouseover. i will record and post on disc

commented

Oh right, I didn’t look close enough.

Well then it should be a simple data issue 🤔

commented

so you hovered what on the map? the quest symbol by the dungeon entrance?

commented

it's for any quest icon tooltip from questie on map/minimap when you press shift

commented

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?

commented

To clarify, the above pic is a mouseover pic of map/minimap pin? Where does active come from?

commented

The „Active“ means that you hover over an objective, not an accept/complete icon.

This should be easy to fix.

commented

Everything that is below "Active" are quests in your quest log. This one is from map

commented

@Cabro

According to the code comments... it looks like this is by design.

image

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...

image

As @BreakBB stated... this can be an easy change. If that is what everyone wants... I can check this into my PR today.

image

commented

Looks good to me

commented

Yes, looks good to me too!