View Single Post
04-01-06, 12:30 PM   #2
robodude666
A Cyclonian
 
robodude666's Avatar
Join Date: Mar 2006
Posts: 42
Originally Posted by Christerpher
http://www.wowinterface.com/download...fo.php?id=4585

I loved this mod is there anyway it can be fixed? =(

open SmartAspect.xml

the second to last line
Code:
<GameTooltip name="SmartAspectTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/>
replace it with this:
Code:
<GameTooltip name="SmartAspectTooltip" frameStrata="TOOLTIP" hidden="true" inherits="GameTooltipTemplate"> 
	<Scripts> 
		<OnLoad> 
			this:SetOwner(WorldFrame, "ANCHOR_NONE"); 
		</OnLoad> 
	</Scripts> 
</GameTooltip>
That should do it. If you get any other errors, please post the exact error. Just to let you know, this is a type of mod that blizzard does not like and blizzard will try and do what they can to make this mod not work anymore.
__________________
What do you mean there is no cow level?!
  Reply With Quote