Haleth / FreeUI

A World of Warcraft user interface
http://www.wowinterface.com/downloads/info17892-FreeUI.html
54 stars 29 forks source link

bufftracker question/issue #92

Closed ghost closed 8 years ago

ghost commented 9 years ago

Hello, Haleth. I want to thank you for your addon, that's a really good job :)

Let me ask a little question/issue (idk if it meant to be this way). Can your bufftracker in freeui/options.lua track passive abilities or trinket procs/potions? I'll try to explain more.

I use it for tracking active abilities such as, for example, focus fire as hunter and it works:

            -- Focus Fire
    {spellIds = {[82692]=true}, unitId = "player", isMine = 1, filter = "HELPFUL", slot = 2}

But when I try to apply this method for Steady Focus (passive talent) it doesnt work:

            -- Steady Focus
    {spellIds = {[177667]=true}, unitId = "player", isMine = 1, filter = "HELPFUL", slot = 3}

Same thing with monk's tiger strikes and when I want to track paladin's BoP on me it doesnt work even if I change "isMine = 0".

Also, I tried to used method that is in freeui/profiles.lua and all I got is black square in the position of slot 3.

Could you please give any advice how to fix this?

P.S. If there is no such thing as tracking passive abilities or different procs, then you really need to put it in your awesom UI.

Best regards, Mapclmao. xxxx2