1. Timers on buffs/debuffs/cc on my target/focus

    Hey,

    I've been looking for an addon that would display durations of the spells which are on my target/focus frame..

    At this point, I can only see duration of my spells, like if I blind my focus, I can see the timer on that blind spell under his portrait, but if my party member warlock puts a fear on him, I cannot really check the duration of that spell on him..

    Something like this - https://ibb.co/nB0Y45 , but Im not using xperl frames..

    Can someone help me with this?

    BR,
    Z
    Edited: August 25, 2017

  2. If you use default UI, use BuffLib (it works with other frames too, but not 100% reliable).
    Both of the below unitframes have real BuffLib support (you don't need BuffLib if you use them, it's fully integrated)

    If you use XPerl already, get https://github.com/Schaka/XPerl_BuffLib instead
    If you don't use either, I recommend taking a look at https://github.com/Schaka/ArenaLive-TBC/releases

  3. Thanks,
    Ill try BuffLib with default UI, hopefully it will work

    BR,
    Z

  4. If you use default UI, use BuffLib (it works with other frames too, but not 100% reliable).
    Both of the below unitframes have real BuffLib support (you don't need BuffLib if you use them, it's fully integrated)

    If you use XPerl already, get https://github.com/Schaka/XPerl_BuffLib instead
    If you don't use either, I recommend taking a look at https://github.com/Schaka/ArenaLive-TBC/releases
    I know you haven't done active development on BuffLib in a while, but do you have some pointers on making it work with the backport of ElvUI? https://github.com/ElvUI-TBC/ElvUI

    There was a github issue open for this in the repo, but there wasn't much of a response. I'm familiar enough with LUA to sorta make **** work, but wasn't sure where to start since the buff hook for elv is a lot different than the one for Pitbull that you used as an example.

  5. https://github.com/Schaka/XPerl_Buff...ffLib.lua#L501

    Take a look there. Make the functions in ElvUI (basically the UNIT_AURA event handler) public and call it (as in, fire a pseudo-event) when BuffLib updates its timers.

    https://github.com/ElvUI-TBC/ElvUI/b...ents/auras.lua
    https://github.com/ElvUI-TBC/ElvUI/b...unitframes.lua

    Is what you wanna look at.
    Edited: August 27, 2017

Posting Permissions

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