AdiButtonAuras

AdiButtonAuras

404k Downloads

Feral, Trash

Lockomotion opened this issue · 8 comments

commented

Hi.
I have the problem that the duration of Trash is not shown on the button. Can you help me?

Greetings, Lockomotion

commented

Thx a lot. It works. Great work !!!! :-)

commented

add to _retail_\Interface\AddOns\AdiButtonAuras\libs\LibPlayerSpells-1.0\data\Druid.lua
at line 44
after
192090, -- Thrash (bear)
add that
405233, -- Thrash (cat)

and
at line 246
after
[192090] = 77758, -- Thrash (bear)
add
[405233] = 106830, -- Thrash (cat)

commented
commented
commented

Sorry, I have missed this one. The update overwrote your local changes. I will make a PR later today addressing this

commented

While I have added the new Thrash id to LibPlayerSpells, it would have been better to fix it client side by using a user rule (see DebuffAliases:

return DebuffAliases {
    106830, -- Thrash (cat - action)
    405233, -- Thrash (debuff)
}

I simply lack the time to update class data, so using user rules as long nothing is broken, is the preferred way to do it.

commented

in general, this is a very cool addon. I would like similar functionality out of the box. But...
Unfortunately, the addon is not updated very often and very much out of data
As an alternative, I remade for myself on WeakAuras
The first version for the cat is here https://wago.io/AE0rJr0QO
All u need it is check for all spells parent on your panel
By analogy, if desired, you can do it for the rest of the specks / classes.
I don't want anything, I'm not calling anyone anywhere. It will be great if the addon lives.
all the best, sorry for the English. I wrote through a translator

I wrote this because I'm leaving for another break in the game. and idk will I develop wa

commented

Issues here are either for problems with or for contributions to AdiButtonAuras. Advertising your own stuff here is just a dispaly of bad manners and disrespect to the work and time of others.