Shows your current quest progress directly on unit nameplates, with the number of mobs you have left to kill or items to collect.
If you want to move or resize the icon, there are 5 settings that can be adjusted:
- AnchorPoint = 'RIGHT', -- Point of icon to anchor to nameplate (CENTER, LEFT, RIGHT, TOP, BOTTOM)
- RelativeTo = 'LEFT', -- Point of nameplate to anchor icon to (CENTER, LEFT, RIGHT, TOP, BOTTOM)
- OffsetX = 0, -- Horizontal offset for icon (from anchor point)
- OffsetY = 0, -- Vertical offset for icon
- IconScale = 1, -- Multiplier for icon size
To move the icon anchor from the left to the right side of the nameplate, you could type:
/run QuestPlateSettings.AnchorPoint = 'LEFT'; QuestPlateSettings.RelativeTo = 'RIGHT'
Followed by /reload to save and apply your changes.
To move the icon left or right, you can adjust the X offset by typing:
/run QuestPlateSettings.OffsetX = -10
Negative numbers move left, positive values move right. OffsetY controls the vertical offset.
If you want to reset your changes to the defaults, simply type:
/run QuestPlateSettings = nil
And then /reload your ui.
Setting a target mark on NPC with a quest objective being tracked makes 2 icons overlap each other (skull sits on top of objective icon)
Can you please add some code so that either the skull moves fuirther to the left if there is an objective being tracked, or move it to the right side etc
Thank you..
I love this addon but is there any way to make it not show for my group member's quests and ONLY show my personal quests?
Stopped working for me today randomly. It was initially working then got some type of addon error message in game then stopped working
EDIT* the error message says "interface action failed because of an AddOn"
I might have edited the TOC or not for this one, but it works in Shadowlands. I simply LOVE this one, you can see what you need at a glance and how much, and you don't need to waste your time with other mobs. As for nameplates, pretty sure I have ALL NPC selected with only FRIENDLY and its minions turned off. For one quest in Maldraxis however I did need to turn off or adjust the nameplates to quest and hostile only so I could find / pinoint the friendly ones I needed. Thx wowhead on that one. One of my top 5 favourite addons!
Hey, this addon is pretty cool, i just want to know if it's ready for Shadownlands ?
In reply to gramark:
Thanks, and yes this addon works with Shadowlands.
Addon does not work.
In reply to HagalazHaal:
I withdraw my statement, it works. The NamePlate must be active for allied players (Shift-v)
Thanks for this great Addon. :)
For some reason, I can not even see the settings for this app, in addons or interface?
Thanks for this addon. I enjoy it while questing.
However, since 9.0.1 it causes a shadow-plate to be displayed behind the active nameplate. I think the shadow plate is a default blizz plate.
FYI, I use Tidyplates with , ironically, the "old Blizzard Plates theme" mod.
I know that Tidyplates is out of date. I have therefor it and loaded some other plate addons (ie Plater) which are 9.0.1 ready... and the issue persists.
Any assistance or advice for a workaround will be greatly appreciated.
Updated
Same here.... anyone have a fix?
Getting error with patch 9.0:
Hi, great addon.
However, my question is if it is possible that the display of this addon prioritizes daily quests over the progress % e.g from (nzoth) assaults.
The point is, that I usually go for the dailys first, because they count into the percentage of the assaults anyway and you find those quest mobs way harder like the way it is now.
Hope you get my point and sorry for bad English ;D.
Cheers
Can i have quest icon over % assault ?
...
How do I turn off seeing other players' progress?
When trying to change the IconScale to 2, I get this error:
1x [string "QuestPlateSettings.IconScale 2"]:1: '=' expected near '2'
[string "=[C]"]: in function `RunScript'
[string "@FrameXML\ChatFrame.lua"]:2177: in function `?'
[string "@FrameXML\ChatFrame.lua"]:4859: in function <FrameXML\ChatFrame.lua:4805>
[string "=[C]"]: in function `ChatEdit_ParseText'
[string "@FrameXML\ChatFrame.lua"]:4523: in function <FrameXML\ChatFrame.lua:4522>
[string "=[C]"]: in function `ChatEdit_SendText'
[string "@FrameXML\ChatFrame.lua"]:4559: in function `ChatEdit_OnEnterPressed'
[string "*:OnEnterPressed"]:1: in function <[string "*:OnEnterPressed"]:1>
Locals:
(*temporary) = "QuestPlateSettings.IconScale 2"
In reply to LoneStar2911:
It looks like you're missing an = sign in the code (eg. QuestPlateSettings.IconScale = 2)