1. #1

    Addon/logs to show who cast a buff?

    Is there an addon to tell you who cast a certain buff, like Heroism, or particularly War Drums?

  2. #2
    Please wait Temp name's Avatar
    10+ Year Old Account
    Join Date
    Mar 2012
    Location
    Under construction
    Posts
    14,631
    Warcraftlogs shows that quiet easily. Shows up as a blue block and tells you who was the one to cast it.
    There might be an addon to call it out, but not sure what it would be.

  3. #3
    Here is a very basic macro which can do this. Just change the underlined part to whichever buff you want to track.

    Code:
    /run local a="Mark of the Wild" local b=select(8,UnitBuff("player",a)) print(a,"casted by:",GetUnitName(b or "",true) or b or "-")
    Last edited by Crudor; 2015-01-31 at 01:15 PM.

  4. #4

Posting Permissions

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