Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ptr 11.0.5: Partially missing quest tooltips #60

Open
yoshimo opened this issue Sep 24, 2024 · 7 comments
Open

ptr 11.0.5: Partially missing quest tooltips #60

yoshimo opened this issue Sep 24, 2024 · 7 comments

Comments

@yoshimo
Copy link

yoshimo commented Sep 24, 2024

When i mouse over any of these quests i don't get a tooltip
image
If i do this on the liverealm, i can see tooltips.
There is no obvious lua error being logged.

@smaitch
Copy link
Owner

smaitch commented Sep 24, 2024

Which game are you using?

@smaitch
Copy link
Owner

smaitch commented Sep 24, 2024

Sorry. I should be more clear. I have assumed it is 11.0.5 PTR because of the title, but when I login I can see tooltips on all three places: (1) the Wholly Quest Log entries, (2) the QuestPanel an NPC presents (using the quest number Wholly puts in the top right), and (3) the entries in the Blizzard quest log.

@yoshimo
Copy link
Author

yoshimo commented Sep 24, 2024

This doesn't affect all quests, it is just by chance that all of the ones in the zone don't have data displayed, in a larger zone like Suramar i get it every other quest but it seems random.

@smaitch
Copy link
Owner

smaitch commented Sep 24, 2024

I see what you mean.

Wholly is basically doing the following:

GameTooltip:SetHyperlink(format("quest:%d", questId))

However, there are times when that fails with specific quests. And what is interesting is sometimes when you come back to a quest it will start working again. However, this does not happen at all with quest 41167 in my experiments.

@yoshimo
Copy link
Author

yoshimo commented Sep 24, 2024

When i try the same zone on the 11.0.2 live realm, no problemo. So this is so inconsistent that it is hard to get to the bottom of it.

@smaitch
Copy link
Owner

smaitch commented Sep 24, 2024

When I try 11.0.2 live from Hallowfall explicitly using Wholly to search for quests 41166 or 41167, for example, both do not show me tooltips. When I run my test code to show the hyperlink for those quests neither shows anything. So there seem to be some quests for which the SetHyperlink does not work.

@yoshimo
Copy link
Author

yoshimo commented Sep 26, 2024

That does not have anything to do with missing quest data in the local cache, does it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants