1. received Innervate

    Remind the name of the addon that notifies you in a private message about Innervate received


  2. This is definitely an addon. I used it before. but now I can’t find it. but I don’t remember the name.

  3. Any addon that is capable of showing your procs can do that, like TellMeWhen, PowerAuras Classic, (a long) etc.
    One stands out tho, WeakAuras. With it, you can even make it /say /yell (etc) something to announce it.

    EDIT: I think you mean to notifiy the person you innvervated. In that case, I'm using for things like this, AfterCast + macro.
    For example, for my Guardian Spirit I have:

    Code:
    #showtooltip Guardian Spirit
    /aftercast +done /run if(UnitName("mouseover")~=nil) then SendChatMessage("+40% healing on " .. UnitName("mouseover"),"YELL",nil,nil) end
    /cast [target=mouseover] Guardian Spirit
    Obviously, you can replace the
    Code:
    SendChatMessage("+40% healing on " .. UnitName("mouseover"),"YELL",nil,nil)
    with something like
    Code:
    SendChatMessage("Innervate on you!","WHISPER",nil,UnitName("mouseover"))
    That's assuming you are using mouseover macros for it. You can change UnitName("mouseover") with UnitName("target") or UnitName("focus") etc
    If you move your mouse too fast it might not work, depending on your FPS.

    AfterCast: https://www.wowinterface.com/downloa...17052-3.0.html
    Edited: June 18, 2020

  4. Maybe Rebirther?

    https://www.curseforge.com/wow/addons/rebirther

    Easy innervate tracker, whispers when you innervate someone and tells you when you've been innervated.

Posting Permissions

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