1. #1

    Weak Auras - need to see name of player giving the buff

    I'm trying to set up a weak aura to see various raid wide defensive cooldowns such as Devotion Aura, I can easily see this and the time remaining on the aura, but I also want to see who put the aura up. Can't figure out how to do this.

    Anyone know or have any ideas?

  2. #2
    Use a custom text (%c) with the following function:

    Code:
    function()
        return UnitName((select(8,UnitBuff(WeakAuras.CurrentUnit,"Devotion Aura"))) or "")
    end

  3. #3
    All this gives me is a question mark '?', it isn't returning the name of the person who cast the Devotion Aura.

    EDIT: Using Power Word: Shield to test it, I changed it in the function you listed.
    Last edited by Tarien; 2014-07-06 at 08:29 PM.

  4. #4
    The Patient
    15+ Year Old Account
    Join Date
    Apr 2008
    Location
    United Kingdom
    Posts
    319
    Code:
    deuHeaGiHOlrbYOeeoLavZsQClkqTlq0WaHJjcldO4zcKAAcvxtqPTjOQVjq05aQ6EGKdkuwif0drIjkrDrH0gLiFuimsbPojf1kLQMjfQBkiANs4NuadvqXsPqEkvtvKUki1wfizUcs2lQ)Qcdg6WuAXavEmsnzqDzsBMI8zv0OfrNwuVgO0SL0TvPDt43enCGSCaphX0v11LY2rsFxGY4fiCEbSEbv2VYCcoL9l7WSdZPS)a5ZtfGtzhUby)SuWE4zVr0JMi)SHSt3iV8EKmdRS)5RcZ(haKYoDJ8Yl7nHsvfp7F(QWSRuvXZof5fC2FOXYt2jnWPuvX7ntMYbb7huI5Pho0uOe1D2PBKxEp(aGu2vQQ4zVr0dciTwlSxLnKDLQkEc7umqinmw6HXgiIJObv0I0dOlkz240OgfTm70nYlVSBQjO)SuecLQk(UHF(QK3Eb1n8QeI9u7gMmdRuSKxb6gsKnaAncOnxUBir2aO1c7v7gsKnaATu1Es6gsKnaA1iBgUu1Es6gcRKpcOnxUBiSs(c7v7gcRKVu1Es6gcRK3iBgUu1Es6gcjKqg8Hdx)WHdhMnn8QeI9uhcfudJ0dtuJn(Gsmp9WHMcLOUh5WpPkw)WHdhoC4WHvjTToKasRvZWDdjG0ATWE1UHeqAT60jLY6qOgcjKqU(HdhoC4WHdZMgsaP1AH9QdHcQHrwwPk)SummwdWg5WpPkgoC46hoC4WHdhoC4WHdf2RoeQHezdGwlSxD9dhoC4WHdhoC4WHa63aedFGMU(HdhoC4WHdvb86hoC4qvaVEvaZUWEvcNYfjy3iBTgilohsbia)St3iV8wyVk7MAc6plfHi4RF4WHdb0VbigkSxD9QaE9RF9RNDciTwlSxL9Ykv5NLIHXAaw(z3Ku8ShZWsSNuZNjFUioeSxLwyoLDazv5u2VT6N5u(5N9grpekvfGbh)SBskEphoLlseND4mbu1gWFlnyjSBqc2b0ZSuKgaKYEMwkyNwkRWYGjydzN8wAWsOifVnlUQ4z3aqN6MlhL9WjLxUuyHiECic6eHhI4jad4dsWdg2Kbh24SNHzVSsv(zPyySgGL9GLH)KCrCiyx0UPa5ZtfGWfjyhotavTbmtlfSBw8kGjlTgkZ0sbjuoiTwpcTSg4iwdWgsl5vGaStElnyjHrMfp7gzoIqNYp7e2bad4zNkxKiEci4Nza
    Retired in WoD

  5. #5
    Quote Originally Posted by suprep View Post
    <snip>
    Perfect, 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
  •