Thema: Patch 1.11
Einzelnen Beitrag anzeigen
Alt 22.06.2006, 11:06   #70
Trent
 
Benutzerbild von Trent
 

Registriert seit: 06.11.2005
Ort: Wurmulon 9
Beiträge: 558
Go into SuperInspect_UI.xml and starting at this line:
<GameTooltip name="SuperInspect_TT" frameStrata="TOOLTIP"
and ending a few lines below it at </GameTooltip>

Change to the below.

<GameTooltip name="SuperInspect_TT" frameStrata="TOOLTIP" hidden="true" inherits="GameTooltipTemplate">
<Scripts>
<OnLoad>
GameTooltip_OnLoad();
this:SetOwner(WorldFrame, "ANCHOR_NONE");
</OnLoad>
</Scripts>
</GameTooltip>

As always back up as needed.
__________________
"Nachdenken": Level 1. All Classes.
Improves your Gameplay by at least 50%. Depends on IQ-Points. Must by castet continuously. No Cooldown.
Trent ist offline   Mit Zitat antworten