so I use to have a dotted line that shows the direction you’re going in…not a big deal but it bothers me that it just stopped working.
I checked and the addons you use for that are tomtom + world quest tracker…both of which are enabled and I never changed settings. Now the dotted line is just gone anyone can help me?
Are you sure it’s not just very faint?
1 Like
The dotted line is part of the world quest tracker addon and doesn’t seem to be enabled in undermine. In fact, I’m pretty sure it’s only enabled while in flight.
Edit:
Looked into it. Line 1371 of WorldQuestTracker_Core.lua
if (WorldMapFrame:IsShown() and IsFlying() and not IsInInstance() and WorldQuestTracker.db.profile.path.enabled and GetPlayerFacing()) then
Can just remove the IsFlying call if you want it to be active all the time.
4 Likes
that’s what I thought at first but no it was just gone
ahhh okay this…thank you…I didn’t realize it was only available for in flight. This helps a lot thx again luv u
lol i did not know it was a part of WQT
1 Like