1. #1

    Weak Aura Proggresive Health Bar with incoming heals

    Hello my friends.
    im trying to make a proggresive Health bar which i did .
    the only thing that i want to do and i dont know how is to be able to see incoming heals on me ,
    just like how it works with the regulare frame blizzard have...

    any suggestions?

  2. #2
    Try UnitGetIncomingHeals. Since you cant position bars (at least I dont know of a way for it in WA), you may create 3 bars, one with the actual HP, one with HP+IncHeals, other with HP+IncHeals+Absorb, and put them one over another.

  3. #3
    Quote Originally Posted by wkrueger View Post
    Try UnitGetIncomingHeals. Since you cant position bars (at least I dont know of a way for it in WA), you may create 3 bars, one with the actual HP, one with HP+IncHeals, other with HP+IncHeals+Absorb, and put them one over another.
    well, i want it to be the same as the blizz hp bar..
    there is no way to do that?
    where can i find "UnitGetIncomingHeals"?

  4. #4
    Deleted
    UnitGetIncomingHeals(unit) is listed in the API listing but not actually documented. Just do the regular procedure (/dump) to find out what it returns, then go from there.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •