View Single Post
07-30-18, 09:10 AM   #7
plopek
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations
Join Date: Aug 2014
Posts: 18
Originally Posted by runamonk View Post
HideBuffs

It's discontinued but it works just fine. I just tested it out.
That's great alternative but there is one problem as soon as I add focus target it throws errors
Lua Code:
  1. 25x HideBuffs\HideBuffs-0.01a.lua:29: 'for' limit must be a number
  2. HideBuffs\HideBuffs-0.01a.lua:29: in function <HideBuffs\HideBuffs.lua:1>
  3.  
  4. Locals:
  5. (for index) = 1
  6. (for limit) = nil
  7. (for step) = 1
  8. (*temporary) = 2
  9. (*temporary) = TargetFrameBuff2 {
  10.  0 = <userdata>
  11.  unit = "target"
  12. }
  13. (*temporary) = <function> defined =[C]:-1
  14. (*temporary) = TargetFrameBuff2 {
  15.  0 = <userdata>
  16.  unit = "target"
  17. }
  18. (*temporary) = <userdata>
  19. (*temporary) = 16
  20. (*temporary) = "'for' limit must be a number"
  Reply With Quote