View Single Post
01-02-21, 12:44 PM   #1
BloodDragon
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Mar 2017
Posts: 32
SetBackdropBorderColor Error

Hello @ all,
i have found a old Addon it works perfect but i have one Error.

Lua Code:
  1. 2x Farcaster\FarCaster-1.01.lua:54: attempt to call method 'SetBackdropBorderColor' (a nil value)
  2. [string "@Farcaster\FarCaster-1.01.lua"]:54: in function <Farcaster\FarCaster.lua:40>
  3.  
  4. Locals:
  5. self = <unnamed> {
  6.  0 = <userdata>
  7.  OnUpdate = <function> defined @Farcaster\FarCaster.lua:77
  8.  OnEvent = <function> defined @Farcaster\FarCaster.lua:40
  9. }
  10. event = "ADDON_LOADED"
  11. arg1 = "Farcaster"
  12. (*temporary) = nil
  13. (*temporary) = frmOptions {
  14.  0 = <userdata>
  15. }
  16. (*temporary) = 0.800000
  17. (*temporary) = 0.600000
  18. (*temporary) = 0.500000
  19. (*temporary) = 0.900000
  20. (*temporary) = "attempt to call method 'SetBackdropBorderColor' (a nil value)"
  21. iCurrentTalentTree = 3

Can anyone help me with this please?
Attached Files
File Type: lua FarCaster.lua (33.5 KB, 131 views)
  Reply With Quote