• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

ItemLevel

 

Project Updated:
Files Updated: Sat, Apr 18 2009
Supports Game Version: 3.1.0
Category: Bags & Inventory, and Tooltip
Tags:

, and [Edit Tags]

Project Manager: Aierre
Additional Authors: No additional authors
Current Version: ItemLevel 0.3
License: Public Domain
Development Site: CurseForge
Avg Daily DL (last 30 days): 53
Downloads Total: 27,143
Favorites: 28
Comments: 5
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About ItemLevel
  •  

Simple, light-weight addon to show the item level in an item's tooltip.

Use /ilcolor or /ilc to open the colour picker for choosing what colour you want the Item Level to be displayed in.

  • Downloads (3)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  ItemLevel 0.3 Release 3.1.0 23,661 4/18/2009
  ItemLevel 0.2 Release 3.0.9 1,349 4/6/2009
  ItemLevel 0.1 Release 3.0.9 2,131 2/14/2009
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Grai said

    Hello
    Thanks for the addon
    to make it support the frames from EqCompare and tekKompare, I added some lines in function ItemLevel_Load(), maybe you could add it in the addon ?
    Here the modified function :

    function ItemLevel_Load()
    if(GameTooltip:GetScript("OnTooltipSetItem")) then
    GameTooltip:HookScript("OnTooltipSetItem",ItemLevel_AddLevel);
    else
    GameTooltip:SetScript("OnTooltipSetItem",ItemLevel_AddLevel);
    end
    if(ItemRefTooltip:GetScript("OnTooltipSetItem")) then
    ItemRefTooltip:HookScript("OnTooltipSetItem",ItemLevel_AddLevel);
    else
    ItemRefTooltip:SetScript("OnTooltipSetItem",ItemLevel_AddLevel);
    end
    -- tekKompare support
    if(ShoppingTooltip1) then
    if (ShoppingTooltip1:GetScript("OnTooltipSetItem")) then
    ShoppingTooltip1:HookScript("OnTooltipSetItem",ItemLevel_AddLevel);
    else
    ShoppingTooltip1:SetScript("OnTooltipSetItem",ItemLevel_AddLevel);
    end
    end
    if(ShoppingTooltip2) then
    if (ShoppingTooltip2:GetScript("OnTooltipSetItem")) then
    ShoppingTooltip2:HookScript("OnTooltipSetItem",ItemLevel_AddLevel);
    else
    ShoppingTooltip2:SetScript("OnTooltipSetItem",ItemLevel_AddLevel);
    end
    end
    -- EQCompare support
    if(EQCompareTooltip1) then
    if (EQCompareTooltip1:GetScript("OnTooltipSetItem")) then
    EQCompareTooltip1:HookScript("OnTooltipSetItem",ItemLevel_AddLevel);
    else
    EQCompareTooltip1:SetScript("OnTooltipSetItem",ItemLevel_AddLevel);
    end
    end
    if(EQCompareTooltip2) then
    if (EQCompareTooltip2:GetScript("OnTooltipSetItem")) then
    EQCompareTooltip2:HookScript("OnTooltipSetItem",ItemLevel_AddLevel);
    else
    EQCompareTooltip2:SetScript("OnTooltipSetItem",ItemLevel_AddLevel);
    end
    end

    local r = tonumber(strsub(ILVL_Color,1,2),16)/255;
    local g = tonumber(strsub(ILVL_Color,3,4),16)/255;
    local b = tonumber(strsub(ILVL_Color,5,6),16)/255;
    ILVL_ColorFrameSavedCol:SetTexture(r,g,b);
    end

    Reply Report Permalink
  • rexmas said

    i luv this addon
    well done buddy

    Reply Report Permalink
  • Nielhardt said

    Brilliant and easy. Just what I wanted :D

    Reply Report Permalink
  • Wow I was looking for a small simple addon to display item lvl in a tool tip, I hope this works, thx for this addon.

    Reply Report Permalink
  • Love it works great. Thx again

    Reply Report Permalink
  • really nice and easy addon, works great :D

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 5,877 Bagnon Bags & Inventory
  2. 3,704 Auctioneer Auction & Economy, Mail, and...
  3. 2,692 GearScore Tooltip
  4. 2,381 RatingBuster Tooltip, and Bags & Inventory
  5. 2,352 Auctionator Auction & Economy, and Tooltip