View Single Post
03-19-23, 12:24 PM   #3
theonlyshade
A Defias Bandit
Join Date: Mar 2023
Posts: 2
Originally Posted by Dridzt View Post
Trivial things first

Your #interface: line has an invalid number (it won't break your addon but it'll make it show up as "out of date" on all clients)

11304 (classie/era)
30401 (wrath)
100005 (mainline) are valid numbers.
Thank you so much, I didn't know what those numbers mean but it makes a lot more sense now.


Originally Posted by Dridzt View Post
The function looks ok (could use `AuraUtil` to do the buff / debuff scanning in a better way but that's not essential to your problem)
AuraUtil is definitely the better way to go for sure, I'll make that switch.


Originally Posted by Dridzt View Post
It is what you do with the actionbars after you get the information back from your function that we need to see.

Actionbuttons are secure and several actions are prohibited (move/show/hide/scale/re-anchor) outside the constraints of secureheaders and such.
I think this is the culprit but I couldn't pinpoint what. Is there a way to get more debug or logging on addon? I suspect that the glow effect is prohibited but I don't know how to confirm it.
  Reply With Quote