1. #1

    Weakauras 2 - Level

    is there a way to make a weakaura that shows the characters level player and target if there is how?

  2. #2
    You could do it in %c with probably something like

    function()
    level = UnitLevel("player")
    return level
    end
    Then just edit the player part to say target for it.

    Not tested but should work.

  3. #3
    that worked thank you

Posting Permissions

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