This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Quest log doesn't match Objectives list
Post Reply
Return to board index
Post by
962667
This post was from a user who has deleted their account.
Post by
Adamsm
The quest tracking only shows a max of 8 quests at a time.
Post by
962667
This post was from a user who has deleted their account.
Post by
Eccentrica
Are you tracking an achievement? If you have ticked the checkbox which appears at the bottom left of some achievements (ie, catch
100 Fish
), it will appear in the Objectives list but as it's not a quest it will not appear on the quest list.
Post by
eidyia
I used to have this exact problem for the longest time. My objectives would even say 1 when I wasn't tracking anything at all.
I have absolutely no idea how it was fixed on my screen - I just assumed when I installed Cata or some addon it fixed itself.
I'd try disabling all your addons and seeing if you still have the same problem to start. We can go from there to try to fix it.
Post by
Nulgar
My objectives would even say 1 when I wasn't tracking anything at all.
There's a bug where achievements may remain tracked even if they're completed (especially with guild achievements that are completed while you are not logged in, or if you had a client crash after earning the achievement, etc.)
To fix this, copy the below into your chat input and hit enter:
/run for _,n in pairs({GetTrackedAchievements()}) do local _,_,_,c=GetAchievementInfo(n) if c then RemoveTrackedAchievement(n) end end
Post by
eidyia
Great fix - thanks Nathanyel
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.