Thread: TotT Threat

  1. #1

    TotT Threat

    I'm looking for addon that shows when will the threat redirected by TotT return to me, anyone knows about one like that?

  2. #2
    Give PowerAuras a try, other than that, no idea.

  3. #3
    PowerAuras with a timer that starts when you fire off ToT is all I can think of.

  4. #4
    Treeston's bloodlust addon, modify it a little and you are off to go.


    Quote Originally Posted by Lich King
    "You speak of justice? Of cowardice? I will show you the justice of the grave... and the true meaning of fear."

  5. #5
    Deleted
    Quote Originally Posted by Mordret View Post
    Treeston's bloodlust addon, modify it a little and you are off to go.
    Quote Originally Posted by Mordret
    a little
    Understatement of the month award goes to this.

    Code:
    local a = CreateFrame("Frame")
    a:Hide()
    a:SetScript("OnUpdate", function(self, elapsed)
        self.time = self.time-elapsed
        if self.time <= 0 then
            self:Hide()
            RaidNotice_AddMessage(RaidWarningFrame,"ToTT tricks on << "..self.name.." has now expired!", {r=1,g=0.5,b=0.5})
        end
    end)
    a:SetScript("OnEvent", function(self, event, ...)
        self.pguid = self.pguid or UnitGUID("player")
        local arg = {...}
        if arg[2] == "SPELL_CAST_SUCCESS" and arg[3] == self.pguid and arg[9] == 57934 then
            self.time = 30
            self.name = arg[7]
            self:Show()
        end
    end)
    a:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
    How to use. Untested. Report back with issues.

  6. #6
    Quote Originally Posted by Treeston View Post
    Understatement of the month award goes to this.
    Yay, my first award


    Quote Originally Posted by Lich King
    "You speak of justice? Of cowardice? I will show you the justice of the grave... and the true meaning of fear."

  7. #7
    If you use DBM, you could macro it to a custom timer.

    I believe the command is something like:
    /dbm timer <time> <name>

    so the macro would look something like
    /cast Tricks of the Trade
    /dbm timer 30 Tricks threat returns

  8. #8
    Code:
    /cast Tricks of the Trade
    /in 30 /s Tricks of the Trade Finished!

  9. #9
    The newest version of Omen seems to show this time as well.

  10. #10
    Deleted
    Quote Originally Posted by Koltak View Post
    The newest version of Omen seems to show this time as well.
    This!. If you using ToT (or if you're a hunter MD) then threat bar in Omen showing gray scale after tank's threat. Also next to his name is countdown since that I dont have any problems with overaggroing. If you just see there is 4-5 seconds to threat fade and your actual threat os so close to tank's (colored) bar use Fade (it's obvious to buy glyh and use it every cooldown).

  11. #11

  12. #12
    [Moderator Note: This thread has been closed]
    Reason: outdated.

Posting Permissions

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