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:
-
View User Profile
-
Send Message
Posted Feb 17, 2017Sorry, 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.
-
View User Profile
-
Send Message
Posted Jan 1, 2017Is 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.
-
View User Profile
-
Send Message
Posted Dec 3, 2016Any chance to expand the addon so that it also shows the values of my off-spec artifacts in the tooltip?
-
View User Profile
-
Send Message
Posted Dec 11, 2016Nope. Not planning to.
-
View User Profile
-
Send Message
Posted Oct 19, 2016Can this be used to track guild members Artifact Power levels in game?
-
View User Profile
-
Send Message
Posted Oct 28, 2016No. This just replaces your Artifact Power bar and puts it into a Broker display.
-
View User Profile
-
Send Message
Posted Oct 1, 2016Yes! Yes-yes-yes! EXACTLY what I was looking for! <3
-
View User Profile
-
Send Message
Posted Sep 13, 2016The '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
-
View User Profile
-
Send Message
Posted Sep 13, 2016That was fixed 2 versions ago.
-
View User Profile
-
Send Message
Posted Sep 11, 2016can you do så ppl can see were there articfact quest is if it be deletet by mistake
-
View User Profile
-
Send Message
Posted Sep 13, 2016I do not understand the question.
-
View User Profile
-
Send Message
Posted Sep 8, 2016Thanks for this addon. Would it be possible to have an option where it just shows needed AP to next level?
-
View User Profile
-
Send Message
Posted Sep 10, 2016Added.
Switch your Data Broker to show "value" instead of "text" for this feed.
-
View User Profile
-
Send Message
Posted Sep 2, 2016Will this ever be a standalone addon?
-
View User Profile
-
Send Message
Posted Sep 7, 2016No, there is no reason for re-inventing the wheel.
-
View User Profile
-
Send Message
Posted Jul 9, 2016Great addon. For some reason it will not install using Curse Client, I had to download and install manually.
-
View User Profile
-
Send Message
Posted Jul 19, 2016Curse Client doesn't install a 7.0 addon before 7.0 is actually released.
(this was before the pre-patch hit live)