InspectEquip
InspectEquip attaches a panel to the inspect window that shows a list of the character's equipment sorted by source (i.e. Raid: Dragon Soul, Vendor, Crafted...). This gives you a quick overview of a character's equipment.
InspectEquip also adds detailed item source information (including boss names, item prices for vendor items etc) to all item tooltips.
Currently supported items include (no green items):
- All raid items with detailed boss information, including Mists of Pandaria raids
- Dungeon drops for all instances
- Quest rewards for dungeon/raid quests, including legendary items
- Justice/Valor Point items
- Honor/Conquest Point items
- Reputation items sold by faction vendors
- Crafted items
- Darkmoon Faire items, including the cards and the new rewards
- The Kirin Tor rings sold in Dalaran
- World Event items
- The Argent Tournament rewards
- Guild Vendor items
InspectEquip also works with Examiner and includes support for cached Examiner characters.
Please report bugs and missing items in the ticket system or leave a comment on this page. If you want to contribute a translation, please visit the Localization page. Thank you!
WoW 6.x/Warlords of Draenor support:
The latest version of this addon is compatible with WoW 6.0. Please note that the dungeon and raid drops are updated automatically via the Encounter Journal (i.e. they should be available immediately when a new WoW patch is released). Other data, such as vendor or crafted items, still require an addon update.
@Edrard:
Great work! Thanks a lot!
Simplified "Edrard's" Guide.
1. Download (not install via curse client) LibItemUpgradeInfo-1.0
2. Open ( World of Warcraft/Interface/AddOns/InspectEquip/Libs/ )
3. Place the Folder inside the (LIBS) and press OK on the "wish to replace?"
4. Open interface\addons\InspectEquip\LocalDatabase.lua file
5. Open the document with (notepad) or (Notepad++)
6. press (CTRL+F) and write "GetLootInfoByIndex"
7. Replace the line
(With the CODE below)
Thanks Edrard, that worked like a champ!!
You are a scholar and a gentleman.
FIX for 7.0.3
First at all. Download LibItemUpgradeInfo-1.0 - http://www.curse.com/addons/wow/libitemupgradeinfo-1-0
And update it there - interface\addons\InspectEquip\Libs\
Second. Open interface\addons\InspectEquip\LocalDatabase.lua file
Find
and replace it with
And u are done :D
Anyone know how to update this for Legion? I think my life might be incomplete w/o it.
It works, but it won't update the DB (doesn't like this line "local encName = EJ_GetEncounterInfo(encID)"). Probably an easy fix for someone who knows what they're doing.
Its very easy to fix this addon to work properly with upgraded items.
Download lates version of LibItemUpgradeInfo-1.0 -http://www.curse.com/addons/wow/libitemupgradeinfo-1-0
And update it there - interface\addons\InspectEquip\Libs\
Is this addon going to be updated for 6.2.3 to show the correct ilevel for valor point upgraded items and time warped items? Or has it been abandoned? Would be nice to know if we can expect an update or not. Thank you.
Would be nice if this addon would support timewarped items so that the item level would match the real item level value :) (now those items are around 97-115 or so when their true values are over 650+).
addon at this stage is confusing with all the * showing up, any plans on update or is it dead end?
The author is currently not playing WOW so I guess it's not gonna be updated anytime soon.
However the * indication could be turned off in the options
Would be nice if the * beside the item would be updated so that if item can't be enchanted (due its item level) then it wouldn't contain * character beside it. Now for example for my character it shows that my chest is not enchanted and it cannot, as its item level 655 and there is no enchant to enchant it.
Check out the patch ticket I submitted on wowace. It uses another table for determining what slots can be enchanted above item level 600 and marks items accordingly. No guarantees that there aren't any bugs, but it seems to be working fine for me and others that I've had test it. Hopefully the addon author(s) find this useful and roll it in to an official release soon.
@eridius
FWIW, I just tested, modifying an existing item link to be marked as Warforged causes
GetItemInfo()
to return the modified item level, so AFAIK the item levels should all be correct.@Sindragosa77
Can you give me an example item link for a Thunderforged / Warforged item that isn't handled properly? Item levels are handled by my addon LibItemUpgradeInfo-1.0. I know Warforged is done with a new Bonus ID system, but I don't have any such items to test myself.
110x C stack overflow
[C]:: in function 'SetAttribute'
FrameXML\UIParent.lua:2710: in function <FrameXML\UIParent.lua:2709>
[C]:: in function 'SetAttribute'
FrameXML\UIParent.lua:2139: in function 'UpdateUIPanelPositions'
FrameXML\UIParent.lua:1716: in function <FrameXML\UIParent.lua:1705>
[C]:: in function 'SetAttribute'
FrameXML\UIParent.lua:2711: in function <FrameXML\UIParent.lua:2709>
[C]:: ?
[C]:: in function 'securecall'
FrameXML\UIParent.lua:1990: in function 'SetUIPanel'
FrameXML\UIParent.lua:2054: in function 'HideUIPanel'
FrameXML\UIParent.lua:1713: in function <FrameXML\UIParent.lua:1705>
...
InspectEquip\Core.lua:353: in function <InspectEquip\Core.lua:351>
(tail call): ?
[C]:: in function 'InspectFrame_UnitChanged'
!InspectFix\InspectFix.lua:234: in function <!InspectFix\InspectFix.lua:226>
[C]:: ?
InspectEquip\Core.lua:337: in function 'InspectUnit'
InspectEquip\Core.lua:204: in function 'InspectUnit'
FrameXML\UnitPopup.lua:1641: in function 'func'
FrameXML\UIDropDownMenu.lua:748: in function 'UIDropDownMenuButton_OnClick'
[string "*:OnClick"]:1: in function <[string "*:OnClick"]:1>