You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!
The text was updated successfully, but these errors were encountered:
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:
localquestIDfori=3, #tooltipData.linesdolocalline=tooltipData.lines[i]
TooltipUtil.SurfaceArgs(line)
ifline.type==17andline.idthen-- Tooltip line is a quest header..?
and we just want
localquestIDfori=3, #tooltipData.linesdolocalline=tooltipData.lines[i]
ifline.type==17andline.idthen-- 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.
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!!
The text was updated successfully, but these errors were encountered: