Questie

Questie

116M Downloads

The Blizzard quest tracker on top no longer shows

Toxicreaction opened this issue · 3 comments

commented

As the title says. I have only one of my toons where I go to work on a quest and the quest tracker shows on the right where it shows the list of my quests and the objectives. However, when I kill something I do NOT get the top middle tracker. The one that should say 1/8 or something as I am killing something for a quest.
This image is what I am talking about. I got the right side tracker, but the tracker that pops up on the top middle does not show as killing/gathering things for quests.

(https://imgur.com/a/SZYxiCg)
Things I have tried and have not worked:

Repairing WoW
Reinstalling game
Deleting WTF folder
Turning all addons off
In the Interface menu click on the “Defaults ” option in the bottom left, you will then get a warning, and click on “All Settings ”.
/console cvar_default
/run SetCVar(“showQuestTrackingTooltips”, 1)
/console showQuestTrackingTooltips 1
I am kind of at a loss for what I can do to fix this issue. If reinstalling and repairing the game doesn’t work I really have no clue. Talking with a few people they have mentioned there has been a known issue with Questie not working well with WoW but I cant find a setting in questie or in game to fix the issue. Please help!!!

commented

I know if you have some sort of "clear errors" script running, it can also clear those trackers.

You can also hide them with a "hide errors" script. Not sure why they get called "errors" but it's really easy to think you're fixing the red text that pops up, and instead accidentally nuke the objectives text.

Dunno, I hit this issue a year ago or so with some macros having a "hide errors" script in them. Just got annoying dealing with the "not ready yet" when I wanted to macro in a trinket use when I was spamming a button while in combat... meh, check for something like that maybe?

commented

So to be clear you say hide errors script we talking potentially in my macros? So that is why im not seeing the objective text even when I turn all addons off? Good thought I think I did do that with some of my macros.

commented

Hey @Toxicreaction from the addon perspective the yellow text is connected to the UI_INFO_MESSAGE event. Questie only listenes to these events and extracts data to show in addons like Titan Panel.

You could verify with /etrace that this event is actually fired, when you expect it. Maybe that information will help you on the search to find the cause for the text not appearing for you.

I also linked another issue above in which a different user asked about the same problem.