View Single Post
07-10-19, 09:33 AM   #1
Viryz
A Cyclonian
AddOn Compiler - Click to view compilations
Join Date: Apr 2009
Posts: 42
Pitbull4 - Artifact Power code

Hi everyone.

Just got back to explore what BfA has to offer after years of absence.
The first thing I did was ofc to fix the UI to its max, but did encounter something I need help with.

What Im trying to accomplish is a mouseover feature for my Artifact Power. I have the bar enabled right under manabar as you can see in picture 2. But would also like to be able to see procentage progress and the heart of azeroth level.

Heres two pics that illustrate my issues.

Unitframe

Pitbull4

As you can see, the code is working, but isnt showing anything but "0% - Level 0"

Help would be amazing!

Heres the code:

Code:
[if IsMouseOver then
    MaxArtifactPowerForCurrentLevel:Percent:Paren ' - ' "Level:":ClassColor ' ' ArtifactPointsSpent
end]
/Viryz

Last edited by Viryz : 07-10-19 at 09:37 AM.
  Reply With Quote