View Single Post
02-11-09, 05:21 AM   #700
Caellian
A Frostmaul Preserver
 
Caellian's Avatar
Join Date: May 2006
Posts: 281
There seems to be a problem with the range feature of oUF.

Code:
	if(not unit or unit == 'pet') then
		self.outsideRangeAlpha = .35
		self.inRangeAlpha = 1
		self.Range = true
	end
No matter how i try to write it, or to exclude partytarget and partypet those 2 always seems to inherit the alpha of the party frames.
Is it possible to prevent that from happening ?
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }