Thread: !Beautycase
View Single Post
10-11-11, 05:47 PM   #4
Jyces
A Murloc Raider
Join Date: May 2011
Posts: 7
I apologize about the delayed response. I honestly forgot I posted this thread.

Originally Posted by Ekaterina View Post
I think you may be passing incorrect arguments to the function.
r, g & b need to be values. And because your corners are all the same you can condense it.

Try:
local r, g, b = 1,1,1
CreateBorder(SUFUnitplayer, 12, r, g, b, 1)
I tried using the code you provided but same outcome. I think it has something to do with me maybe posting the code in the wrong area? For example, say I want to change the border for addon Shadowed Unit Frames. Am I supposed to put the code into "ShadowedUnitFrames.Lua"?

Originally Posted by Game92 View Post
Can i see a picture how this looks? and where you put in that code
When this happens, the addon up disappears. For example, if I was using Shadowed Unit Frames, then I add the code and /reload, it disappears. I cannot even configured it. It is like it is disabled all together.

Last edited by Jyces : 10-11-11 at 05:50 PM.
  Reply With Quote