Category: Miscellaneous
Addon Information
Works with 3.3
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
3.3.001
Date:
12-07-2009 11:05 PM
Size:
2.99 Kb
Downloads:
3,750
Favorites:
80
MD5:
Pictures
Click to enlarge
Inspecting OOR to success with talents
Snooping
Snoopy Inspect
A little inspect mod with the following features:
  • keeps inspect window open even if targetless or out of range
  • adds guild title with guild name
  • adds a talent summary
  • quick inspect next target if window is still open
  • adds inspect key binding; inspects mouseover if targetless

YouTube Intro


  Change Log - Snoopy Inspect
3.3.001 12/08/2009 - updated for 3.3
3.2.001 08/04/2009 - toc to 3.2

3.1.003 05/22/2009 - prevent nil errors when retrieving frame name

3.1.002 05/19/2009 - added support for summarizing dual specs

3.1.001 04/14/2009 - toc update for 3.1, nothing else

3.0.006 03/25/2009:
- 3.1 compat
- AddonLoader support

3.0.005 01/24/2009 - oGlow compatible

3.0.004 01/22/2009:
- fix item linking
- added key binding option
- performance tweaks

3.0.003 - added missing local function declaration

3.0.002:
- removed 3.0 compat checks
- fix mouseover "self" error
  Archived Versions - Snoopy Inspect
File Name
Version
Size
Author
Date
3.2.001
3kB
totalpackage
08-04-2009 06:43 AM
3.1.003
3kB
totalpackage
05-22-2009 04:49 PM
  Comments - Snoopy Inspect
Post A Reply Comment Options
Old 08-13-2009, 05:01 PM  
totalpackage
A Deviate Faerie Dragon
 
totalpackage's Avatar
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 738
Uploads: 2
Quote:
Originally posted by Hei-di
Yes on tooltips, but i dont wanna mousover every item, just to get a quick overview over someones items
AvgItemLevel does this just fine.
totalpackage is offline Report comment to moderator  
Reply With Quote
Old 08-13-2009, 08:03 AM  
Hei-di
A Defias Bandit

Forum posts: 3
File comments: 31
Uploads: 0
Yes on tooltips, but i dont wanna mousover every item, just to get a quick overview over someones items
Hei-di is offline Report comment to moderator  
Reply With Quote
Old 08-11-2009, 07:35 PM  
totalpackage
A Deviate Faerie Dragon
 
totalpackage's Avatar
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 738
Uploads: 2
Quote:
Originally posted by Hei-di
Dont know if this is still in the scope of this Addon. But it would be great if you could add itemlvl to the items and average itemlvl shown somewhere...
Item levels in tooltips is a new Blizzard feature in 3.2 that can be enabled thru Interface Options. No on average item level for this mod.
totalpackage is offline Report comment to moderator  
Reply With Quote
Old 08-11-2009, 11:37 AM  
Hei-di
A Defias Bandit

Forum posts: 3
File comments: 31
Uploads: 0
Dont know if this is still in the scope of this Addon. But it would be great if you could add itemlvl to the items and average itemlvl shown somewhere.

its something I realy miss in an addon
Last edited by Hei-di : 08-11-2009 at 11:41 AM.
Hei-di is offline Report comment to moderator  
Reply With Quote
Old 08-10-2009, 05:02 AM  
totalpackage
A Deviate Faerie Dragon
 
totalpackage's Avatar
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 738
Uploads: 2
Re: toogle panel

Quote:
Originally posted by kostisr
...Anyway i was wondering if you could make it so it toogles the inspect screen when i use the binding while the ispect screen is on.
That would be sweet cos you wont have to puch esc all the time.
Also i was wondering if talent thingy works in arenas and if there is a way to disable it if u want...
Can't toggle since the binding has a mouse-over inspect feature. Talent should work for anyone that you're allowed to inspect, and what you see is what you get.
totalpackage is offline Report comment to moderator  
Reply With Quote
Old 08-10-2009, 01:55 AM  
kostisr
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
toogle panel

Greetings and thx for this wonderfull addon. I have been using goodinspect for inspecting anyone from range (even if i couldnt see their items) and it helps alot in arena but with latest patch it stopped working.
Anyway i was wondering if you could make it so it toogles the inspect screen when i use the binding while the ispect screen is on.
That would be sweet cos you wont have to puch esc all the time.
Also i was wondering if talent thingy works in arenas and if there is a way to disable it if u want.

Thx in advance!!
kostisr is offline Report comment to moderator  
Reply With Quote
Old 05-21-2009, 02:49 PM  
totalpackage
A Deviate Faerie Dragon
 
totalpackage's Avatar
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 738
Uploads: 2
Quote:
Originally posted by Grum
Please update line 170 in core.lua to prevent 'matching against nil' errors:

Code:
if frame:GetFrameType() == "Button" and strmatch(frame:GetName() or "", "Inspect(.+)Slot") then
It is unsafe to assume every button has a name. This shall solve the 'problem' people experience when using WoWEquip. (And yes I know WoWEquip could add a name to the button, but then it is only waiting for the next addon who puts an unnamed button on the frame, defensive coding ftw )

Thanks in advance
True, I usually do not name my frames, but I did not considered other mods. I'll add it to my next release.
totalpackage is offline Report comment to moderator  
Reply With Quote
Old 05-21-2009, 03:27 AM  
Grum
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Please update line 170 in core.lua to prevent 'matching against nil' errors:

Code:
if frame:GetFrameType() == "Button" and strmatch(frame:GetName() or "", "Inspect(.+)Slot") then
It is unsafe to assume every button has a name. This shall solve the 'problem' people experience when using WoWEquip. (And yes I know WoWEquip could add a name to the button, but then it is only waiting for the next addon who puts an unnamed button on the frame, defensive coding ftw )

Thanks in advance
Grum is offline Report comment to moderator  
Reply With Quote
Old 05-04-2009, 12:22 PM  
totalpackage
A Deviate Faerie Dragon
 
totalpackage's Avatar
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 738
Uploads: 2
Quote:
Originally posted by kimboslice
Using latest version of oGlow.

On inspect, I receive the following error....
You're using a version of oGlow that hasn't been released yet.
Last edited by totalpackage : 05-04-2009 at 06:25 PM.
totalpackage is offline Report comment to moderator  
Reply With Quote
Old 05-04-2009, 06:41 AM  
kimboslice
A Defias Bandit

Forum posts: 3
File comments: 69
Uploads: 0
Using latest version of oGlow.

On inspect, I receive the following error.

Date: 2009-05-04 04:34:39
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Snoopy\core.lua line 122:
attempt to call global 'oGlow' (a table value)
Debug:
[C]: oGlow()
Snoopy\core.lua:122: InspectPaperDollItemSlotButton_Update()
...\AddOns\Blizzard_InspectUI\InspectPaperDollFrame.lua:66:
...\AddOns\Blizzard_InspectUI\InspectPaperDollFrame.lua:63
Snoopy\core.lua:169:
Snoopy\core.lua:167
[C]: Show()
..\FrameXML\UIParent.lua:1542: SetUIPanel()
..\FrameXML\UIParent.lua:1387: ShowUIPanel()
..\FrameXML\UIParent.lua:1280:
..\FrameXML\UIParent.lua:1276
[C]: SetAttribute()
..\FrameXML\UIParent.lua:1899: ShowUIPanel()
Snoopy\core.lua:56:
Snoopy\core.lua:51
Snoopy\core.lua:89: InspectFrame_Show()
..\FrameXML\UIParent.lua:462: InspectUnit()
[string "INSPECT"]:2:
[string "INSPECT"]:1
kimboslice is offline Report comment to moderator  
Reply With Quote
Old 03-25-2009, 08:59 AM  
cawfee
A Fallenroot Satyr
 
cawfee's Avatar
Interface Author - Click to view interfaces

Forum posts: 22
File comments: 99
Uploads: 1
Very handy. I grind my teeth every time someone runs out of range while I'm inspecting them.
cawfee is offline Report comment to moderator  
Reply With Quote
Old 01-22-2009, 05:10 PM  
totalpackage
A Deviate Faerie Dragon
 
totalpackage's Avatar
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 738
Uploads: 2
Quote:
Originally posted by EnSabahNur
nice Addon

please add OGlow support
Seems like nothing I can do on my side to make oGlow work with Snoopy.

Edit: wait, I think I found a way. I'll try it out later.
Last edited by totalpackage : 01-22-2009 at 05:22 PM.
totalpackage is offline Report comment to moderator  
Reply With Quote
Old 01-22-2009, 02:10 PM  
EnSabahNur
A Defias Bandit
 
EnSabahNur's Avatar
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 54
Uploads: 6
nice Addon

please add OGlow support
EnSabahNur is offline Report comment to moderator  
Reply With Quote
Old 01-21-2009, 11:18 PM  
totalpackage
A Deviate Faerie Dragon
 
totalpackage's Avatar
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 738
Uploads: 2
Quote:
Originally posted by sensory
I can't seem to link or inspect by shift or control clicking items in the inspect window.
Fixed.

Quote:
Originally posted by Quokka
It would be sweet if you gave an option for a keybinding
Oops, didn't see this comment. Better late than never, I guess.
totalpackage is offline Report comment to moderator  
Reply With Quote
Old 01-21-2009, 06:39 PM  
sensory
A Fallenroot Satyr
 
sensory's Avatar
Interface Author - Click to view interfaces

Forum posts: 27
File comments: 62
Uploads: 1
I can't seem to link or inspect by shift or control clicking items in the inspect window.
sensory is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | TankSpot | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.