Broker Artifact
A simple LDB (LibDataBroker) display for Artifact Power.
It will show you the current Artifact Power (Artifact XP) and available rank points as a data feed for your favorite Data Broker display. If you're showing an icon, the icon will always reflect your equipped artifact.
Shift+Click on the feed will send the current Artifact Power to the chat box. Clicking the feed will open the Artifact Panel.
By itself this addon does nothing. You will need a LibDataBroker Display, like:
Sorry, I'm not familiar with how ElvUI works regarding text and values.
Look for an option to toggle the display of the value or the text.
Is it possible to have the option of displaying numbers with commas or other delimiters? Something like "123,456 / 12,456,789" can be a lot easier to read at a glance than unbroken strings of numbers.
Any chance to expand the addon so that it also shows the values of my off-spec artifacts in the tooltip?
Nope. Not planning to.
Can this be used to track guild members Artifact Power levels in game?
No. This just replaces your Artifact Power bar and puts it into a Broker display.
Yes! Yes-yes-yes! EXACTLY what I was looking for! <3
The 'Earned AP' loop is adding one too many traits as a 'spent' value resulting much higher (as the api call is for the number of the value of the next trait, not the one bought). At 18 traits and 20k AP it was showing 111k earned, but it's actually 87k total earned.
So instead of
local i = 0;
while i <= pointsSpent do
earnedXP = earnedXP + C_ArtifactUI.GetCostForPointAtRank(i);
i = i + 1;
end
Try
for i=0,pointsSpent-1,1 do earnedXP = earnedXP + C_ArtifactUI.GetCostForPointAtRank(i) end
That was fixed 2 versions ago.
can you do så ppl can see were there articfact quest is if it be deletet by mistake
I do not understand the question.
Thanks for this addon. Would it be possible to have an option where it just shows needed AP to next level?
Added.
Switch your Data Broker to show "value" instead of "text" for this feed.
Will this ever be a standalone addon?
No, there is no reason for re-inventing the wheel.
Great addon. For some reason it will not install using Curse Client, I had to download and install manually.
Curse Client doesn't install a 7.0 addon before 7.0 is actually released.
(this was before the pre-patch hit live)