NeatPlates

NeatPlates

7M Downloads

quest indicator missing in 8.2.5

hollo6 opened this issue ยท 8 comments

commented

Since 8.2.5, the quest indicators are missing. The option is enabled in the config.

commented

Check if the showQuestTrackingTooltips CVar is enabled.
/console showQuestTrackingTooltips 1

It is possible that something else has change but I'm fairly sure this is something that was working on the 8.2.5 PTR a while back when I was checking it out.

commented

I just noticed that now there is a little icon next to the text in the tooltip (a dot if the objective is not completed yet and a tick if it is), maybe this breaks your pattern matching?

commented

Maybe, but if the rest is the same it should still work. I won't be able to look at to make sure until later today, but hopefully it's something simple like that.

commented

https://i.imgur.com/LX8PCsf.png that's how my tooltip looks like
that small "-" after patch

commented

The CVar is set to 1 and everything appears in the tooltips as they should, just not on the nameplates.

commented

This should be working again.

Seems the pattern matching I used to have to do, to find out which row belonged to the player when in a group, was no longer necessary as they made it its own line above the one with the quest info. So they did change it quite a bit since I tried it on the PTR.

commented

thanks, everything back to normal.

commented

indeed looks good now, thank you!