Thread: !Beautycase
View Single Post
12-03-10, 07:59 AM   #3
nin
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 213
Instructions are at the top of the lua file.

basicly it's a line like this

Code:
 CreateBorder(myFrameName, 12, R, G, B, 1, 1, 1, 1, 1, 1, 1, 1)
myframename = Frame you want too apply border too.

R,G,B = color

The last 8 digits are for adjusting the border depending on what you applied it too. too make it look perfect.
  Reply With Quote