Download
(1Kb)
Download
Updated: 07-20-08 08:39 PM
Pictures
File Info
Updated:07-20-08 08:39 PM
Created:unknown
Downloads:9,602
Favorites:16
MD5:

ItemLevel  Popular! (More than 5000 hits)

Version: 20400
by: alcaras [More]

What does this do?

It adds an item's ItemLevel to its tooltip.

What's an ItemLevel?
Quoting WoWWiki:
"The item level is a rather important property of every item. It has two main functions - reflect the items usefulness and at the same time determine the minimum level a character must have in order to use it (see Minimum level requirements and Item Level). Unfortunately the true item level is hidden in the game. Only UI mods can read it via the programmers interface."

With this mod, you can behold the hidden true item level. Muwhahah... err. Yeah.

Optional Files (0)


Post A Reply Comment Options
Unread 05-31-09, 05:05 PM  
Gooday
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
bug

link a tradeskill and item in the chat window, then click an item link, then keep clicking on the tradeskill link and watch what happens
Report comment to moderator  
Reply With Quote
Unread 02-10-09, 08:47 AM  
Scudmarx
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 37
Uploads: 10
Code:
function ItemLevel_SetGuildBankItem(tooltip, tab, index)
	tooltip:ItemLevel_SetGuildBankItem(tab, index)
	local link = GetGuildBankItemLink(tab, index);
	ItemLevel_AddInfo(tooltip, link);
end

GameTooltip.ItemLevel_SetGuildBankItem = GameTooltip.SetGuildBankItem;
GameTooltip.SetGuildBankItem = ItemLevel_SetGuildBankItem;
... Guild Bank
Report comment to moderator  
Reply With Quote
Unread 02-10-09, 07:41 AM  
Scudmarx
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 37
Uploads: 10
Code:
function ItemLevel_SetTradeSkillItem(tooltip, skill, index)
	tooltip:ItemLevel_SetTradeSkillItem(skill, index)
	local link = GetTradeSkillItemLink(skill);
	ItemLevel_AddInfo(tooltip, link);
end

GameTooltip.ItemLevel_SetTradeSkillItem = GameTooltip.SetTradeSkillItem;
GameTooltip.SetTradeSkillItem = ItemLevel_SetTradeSkillItem;
And it now shows from tradeskill menus.
Report comment to moderator  
Reply With Quote
Unread 02-09-09, 08:29 PM  
Scudmarx
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 37
Uploads: 10
So I added in the following code to my local version of this addon:

Code:
function ItemLevel_SetQuestItem(tooltip, type, index)
	tooltip:ItemLevel_SetQuestItem(type, index);
	local link = GetQuestItemLink(type, index);
	ItemLevel_AddInfo(tooltip, link);
end

function ItemLevel_SetQuestLogItem(tooltip, type, index)
	tooltip:ItemLevel_SetQuestLogItem(type, index);
	local link = GetQuestLogItemLink(type, index);
	ItemLevel_AddInfo(tooltip, link);
end

GameTooltip.ItemLevel_SetQuestItem = GameTooltip.SetQuestItem;
GameTooltip.SetQuestItem = ItemLevel_SetQuestItem;

GameTooltip.ItemLevel_SetQuestLogItem = GameTooltip.SetQuestLogItem;
GameTooltip.SetQuestLogItem = ItemLevel_SetQuestLogItem;
And it now shows levels on quest rewards.

I had a little look at showing levels in the 'Currently Equipped' tooltips, but I got bored after a few minutes. *shrug*

Thanks for this addon, it's a great help to me.
Report comment to moderator  
Reply With Quote
Unread 07-28-08, 10:59 AM  
mizrolist
A Deviate Faerie Dragon

Forum posts: 14
File comments: 49
Uploads: 0
I have some bugreport with ItemLevel/Warmath and tekKompare if I move my cursor over the combatlog and get a hover tooltip - and after then I don't see the blue exclamation mark from the Blizzard survey:
Code:
Blizzard_FeedbackUI-2.4.2\\Blizzard_FeedbackUI.lua:1307: Usage: GetMerchantItemLink(index)
Blizzard_FeedbackUI-2.4.2\\Blizzard_FeedbackUI.lua:1307: in function <...e\\AddOns\\Blizzard_FeedbackUI\\Blizzard_FeedbackUI.lua:1256>
<in C code>: in function `ItemLevel_SetHyperlink'
ItemLevel\\ItemLevel.lua:29: in function `Warmath_SetHyperlink'
Warmath\\Warmath.lua:88: in function <Interface\\AddOns\\Warmath\\Warmath.lua:87>
<in C code>: in function `SetHyperlink'
tekKompare-2.4.0.2\\HoverTips.lua:9: in function <Interface\\AddOns\\tekKompare\\HoverTips.lua:6>
(tail call): ?:

  ---
Report comment to moderator  
Reply With Quote
Unread 07-26-08, 03:56 PM  
Pneumatus
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 1
Uploads: 2
Originally posted by alcaras
Which item in particular? Or do you mean when you're looking at them in the Quest window and not from your inventory? The hook may have changed in Wrath; I'll look into it.

In the meanwhile, if link it to yourself and then click on it, it should work.

Let me know!
Confirming that the item level isn't appearing in the quest log tooltips at all - guess there must be a separate hook for those.
Report comment to moderator  
Reply With Quote
Unread 07-23-08, 06:12 PM  
alcaras
A Murloc Raider
 
alcaras's Avatar
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 61
Uploads: 4
Originally posted by Civrock
Itemlevels of new WotLK (quest-)items don't seem to be showing up.
Which item in particular? Or do you mean when you're looking at them in the Quest window and not from your inventory? The hook may have changed in Wrath; I'll look into it.

In the meanwhile, if link it to yourself and then click on it, it should work.

Let me know!
Last edited by alcaras : 07-23-08 at 06:12 PM.
Report comment to moderator  
Reply With Quote
Unread 07-22-08, 03:24 PM  
Civrock
A Murloc Raider
 
Civrock's Avatar

Forum posts: 4
File comments: 59
Uploads: 0
Itemlevels of new WotLK (quest-)items don't seem to be showing up.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: