PDA

View Full Version : Player, Party and Target frame colors



roar
10-17-2006, 01:31 AM
Hi, can anyone tell me what I need to modify to change the background and border colors of my player, party and target frames?

Thanks.

dstre
10-18-2006, 12:40 AM
look for:

BackdropColor = { 0, 0, 0, 0.75 },

under Nurfed_Unit_mini, Nufed_party, Nurfed_player, _target, _pet .... you will find this in the layout.lua.

change the first 3 zeros to any number 0 to 1 or use the 255 scale in rgb and put in r/255,g/255,b/255.

BackdropColor = { 1, 1, 1, 0.75 },

this turns them white

roar
10-18-2006, 02:35 AM
Thanks for the reply, that does the backgrounds nicely, do you know any way to change the borders around the frames?

dstre
10-18-2006, 12:56 PM
that i do not, since it is part of Nurfed_Unit_Background

a67rhf7823jn8747==