WeakAuras 2

666 - [Enhancement] Anchor to Personal Resource Display

What is the enhancement in mind? How should it look and feel?

I've seen several examples posted now how to anchor specific icons, text, etc. to the Blizzard personal resource display using some custom coding but that code requires fixed (x,y) coordinates and won't support dynamic groups.

As an enhancement, it would be nice to include the Blizzard personal resource display as an 'anchor' / 'to screen's' option to do this without custom coding.  I'm hoping that would allow even dynamic groups to work properly.

Please provide any additional information below.

I'm not sure if it helps, but here's the custom code that I've seen used to do the 'fixed' anchoring.

* Custom Trigger

function()
    if ClassNameplateManaBarFrame:IsVisible() then
        return true
    end
end

* Custom Untrigger

function()
    return true
end

* Custom On Init
WeakAuras.regions['Name'].region:SetPoint("BOTTOMLEFT",ClassNameplateManaBarFrame,-2,-50)

User When Change
Calesta Aug 07, 2016 at 01:34 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 2 comments
  • Avatar of InfusOnWow InfusOnWow Aug 08, 2016 at 07:30 UTC - 0 likes

    Yeah, and I'd actually would like to have that in the generic from in WA. Also not mentioned in the feature request, but obviously the opacity and visibility should follow the personal ressource display.

  • Avatar of Stanzilla Stanzilla Aug 08, 2016 at 03:13 UTC - 0 likes

    Sort of https://github.com/WeakAuras/WeakAuras2/pull/7

  • 2 comments

Facts

Reported
Aug 07, 2016
Status
New - Issue has not had initial review yet.
Type
Enhancement - A change which is intended to better the project in some way
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees