Thread Tools Display Modes
06-28-06, 01:34 AM   #21
WinterLyn
A Murloc Raider
 
WinterLyn's Avatar
Join Date: Apr 2006
Posts: 5
Red face

Originally Posted by Reolin
1. Go to Interface/AddOns/SuperInspect_UI/ and open the SuperInspect_UI.xml file.

2. Do a search for "GameTooltip", until you find a line that looks like:
Code:
<GameTooltip name="SuperInspect_TT" frameStrata="TOOLTIP" hidden="true"  inherits="GameTooltipTemplate"/>
3. Change this section to:
Code:
<GameTooltip name="SuperInspect_TT" frameStrata="TOOLTIP" hidden="true" clampedToScreen="false" inherits="GameTooltipTemplate">
		<Scripts>
			<OnLoad>
				GameTooltip_OnLoad();
				this:SetOwner(WorldFrame, "ANCHOR_NONE"); <!--this:SetOwner(UIParent, "ANCHOR_RIGHT"); (old code)-->
			</OnLoad>
		</Scripts>
	</GameTooltip>

Er.. Thats a response to this, isn't it?
Originally Posted by eligent
whenever I inspect someone, I get a huge display of one of the items in the topright of the screen and I cannot get rid of it...
If it is.. then good ^.^
  Reply With Quote
06-28-06, 01:38 AM   #22
chester
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: May 2005
Posts: 36
This has already been fixed. Just download the new version.

If you modify the lua file yourself, I can't help you with problems that you encounter.
  Reply With Quote
06-28-06, 01:40 AM   #23
WinterLyn
A Murloc Raider
 
WinterLyn's Avatar
Join Date: Apr 2006
Posts: 5
Red face

Oh, hehe, thanks >.>
  Reply With Quote
07-12-06, 05:29 PM   #24
Sithgear
A Murloc Raider
 
Sithgear's Avatar
Join Date: Feb 2006
Posts: 4
I know Blizz borked inspect range work-arounds with this latest patch, but are there any fixes planned for the naked models in the inspect window that the latest patch brought us?
__________________
  Reply With Quote
07-14-06, 01:46 AM   #25
jeur
A Murloc Raider
Join Date: Dec 2005
Posts: 9
I want to report a bug. When I use SuperInspect, the model is half-undressed and untextured, with strange wrists that look like they have fins.
  Reply With Quote
07-20-06, 09:08 AM   #26
InkyCoV
A Defias Bandit
Join Date: Nov 2005
Posts: 2
;(

its broken please fix it, When inspecting toons at a distance, they appear naked

also loot link windows get stuck in upper right corner with no way to close them out
  Reply With Quote
07-20-06, 11:10 AM   #27
iljott
A Rage Talon Dragon Guard
 
iljott's Avatar
Join Date: Apr 2005
Posts: 335
Originally Posted by jeur
I want to report a bug. When I use SuperInspect, the model is half-undressed and untextured, with strange wrists that look like they have fins.
Originally Posted by InkyCoV
its broken please fix it, When inspecting toons at a distance, they appear naked

also loot link windows get stuck in upper right corner with no way to close them out
Same problem here, although for me distance doesn't make any difference. If I target myself it's fine, but if I target anyone else, then I get semi-nudity
  Reply With Quote
07-20-06, 01:00 PM   #28
Lute
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Apr 2006
Posts: 34
same problem, anyone got code for fix it?

thx in advance
  Reply With Quote
07-20-06, 01:09 PM   #29
Lute
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Apr 2006
Posts: 34
nvm found this under super inspect comments:

Open SuperInspect_UI/SuperInspect_UI.xml and change DressUpModel to PlayerModel. That is on lines 744 and 2459 of v1.192.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Released AddOns » SuperInspect


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off