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

Request: Quest Markers #117

Open
Stormbrain24 opened this issue Aug 27, 2024 · 2 comments
Open

Request: Quest Markers #117

Stormbrain24 opened this issue Aug 27, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Stormbrain24
Copy link

Love your addon and i've been using it for years but I have always had to use the questplates addon to be able to see quest mobs with TP. Questplates is dead now so I figured I would make a request here to see if its something you could add. Thanks for all the hard work!!

@ImogenBits
Copy link
Owner

I've thought about adding something similar to it before, I might work on it when I'm done leveling :D

In the meantime, you can go to your installation of QuestPlates (typically _retail_/Interface/Addons/QuestPlates) and open the QuestPlates.lua file. Then just delete line 113. I.e. lines 110 to 115 should start looking like this:

	local questID
	for i = 3, #tooltipData.lines do
		local line = tooltipData.lines[i]
		TooltipUtil.SurfaceArgs(line)

		if line.type == 17 and line.id then -- Tooltip line is a quest header..?

and we just want

	local questID
	for i = 3, #tooltipData.lines do
		local line = tooltipData.lines[i]

		if line.type == 17 and line.id then -- Tooltip line is a quest header..?

This should fix the addon, that line just calls a function that doesn't exist anymore and its functionality is pointless now.

@ImogenBits ImogenBits added the enhancement New feature or request label Aug 27, 2024
@Stormbrain24
Copy link
Author

Thanks a lot!!

And there's no rush at all, I hope you enjoy TWW

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

No branches or pull requests

2 participants