WoWInterface SVN QualityID

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 9 to Rev 8
    Reverse comparison

Rev 9 → Rev 8

trunk/QualityID/GNUv2GPL.txt File deleted
trunk/QualityID/QualityID.lua
1,15 → 1,16
--######################
-- Interface: 20400
-- Title: QualityID
-- Notes: Displays an items ID and Level in the color of the item's quality.
-- License: GNUv2GPL
-- Author: Anaral
-- Version: 1.00.9
--#######################
QualityID = {}
--[[
function QualityID:Onload()
 
end
 
QualityID = {}
 
DEFAULT_CHAT_FRAME:AddMessage("QualityID Loaded!", 0.0, 0.0, 0.0, nil, true);
function QualityID:OnEvent()
if (event == "ADDON_LOADED" and arg1 == "QualityID") then
Test:Onload()
this:UnregisterEvent("ADDON_LOADED")
end
end
--]]
local origs = {}
 
local function OnTooltipSetItem(frame, ...)
18,7 → 19,6
if link then
local _, _, id, id2 = strfind(link, "item:(%d+).+:(.+:.+)%[")
local name,link,quality,ilvl = GetItemInfo(id)
--Add text
frame:AddLine(" ")
frame:AddDoubleLine( "Item ID:" , ITEM_QUALITY_COLORS[quality].hex..id)
frame:AddDoubleLine( "Item Level:" , ITEM_QUALITY_COLORS[quality].hex..ilvl)
trunk/QualityID/QualityID.toc
1,9 → 1,8
## Interface: 20400
## Title: QualityID
## Notes: Displays an items ID and Level in the color of the item's quality.
## License: GNUv2GPL
## Author: Anaral
## Version: 1.0.wowi:revision
## Version: 1.0.0
## X-Category: Interface Enhancements
 
QualityID.lua
\ No newline at end of file