1. #1

    [Weak Auras 2 Lua Help] Nulification Barrier on Ko'ragh (Highmaul)

    Has anyone got a working LUA function or know how to code it so that it returns the amount of shield left?

    It's a debuff on the player, called Nulification Barrier. It max absorbs for 15m (this information isn't needed), and every time the player is hit, the shield is reduced (e.g 14m)

    I'm using a bar icon so i can't use the tooltip size on the debuff, has anyone got working LUA code to return the shield left on the players debuff?

  2. #2
    I don't, but I would guess that one of the `value` slots in UnitAura would return the correct value for you. Probably value1, which is the usual place it comes from for, eg, vengeance/resolve, etc.

  3. #3
    What do you mean? I looked around and couldn't find any UnitAura with value places?

    - - - Updated - - -

    Bump - anyone have lua for it?

  4. #4
    The Patient Azelias's Avatar
    10+ Year Old Account
    Join Date
    Dec 2010
    Location
    Australia
    Posts
    261
    It's the Alternate Power in both cases (on boss, and on player).

  5. #5
    Quote Originally Posted by RawrTiffany View Post
    What do you mean? I looked around and couldn't find any UnitAura with value places?

    - - - Updated - - -

    Bump - anyone have lua for it?
    http://wow.gamepedia.com/API_UnitAura -- the "additional values for specific auras" part of the return value.

Posting Permissions

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