PDA

View Full Version : WTB x-ray vision



Mutilate
11-14-2006, 02:32 PM
http://img215.imageshack.us/img215/1761/pewuz0.jpg

this setup works well for me, but i was wondering what i could do to make my player, and target/tott frames a bit more transparent

Coldfury
11-14-2006, 03:00 PM
http://img215.imageshack.us/img215/1761/pewuz0.jpg

this setup works well for me, but i was wondering what i could do to make my player, and target/tott frames a bit more transparent

Look for something like BackdropColor = ( R, G, B, A )

where R, G, B, are the RGB value for the color, and the A is for the Alpha.
so lower the 4th number to make it more transparent.

Mutilate
11-14-2006, 03:27 PM
is there a way to change the whole frame, or am i changing each element(hp,mana,etc) separately?

Coldfury
11-14-2006, 08:49 PM
is there a way to change the whole frame, or am i changing each element(hp,mana,etc) separately?

unfortunetly you need to change each element.

Codeine
11-16-2006, 03:41 AM
Or you could put

Alpha = {0.x};

Where x is the value from 0-9. 0 is transparent 9 opaque. Like Coldfury said, you need to change each element though. That works for any element so if you want transparent bars you need to do it on both.

a67rhf7823jn8747==