A while back in the JMTC forums TekNoir released Skillet_IStat. It was his secret mod for working the AH. He released it under the GPL so I took it and adjusted it for my needs.
I rebranded my version KevTool SkilletItemCount. What this does is within Skillet, it adds the item count in the list of skills. Before I had to mouse over the item to see how many I had. With this, I can see the count without even selecting the skill.
This is a great complement to KTQ. When I don’t use KTQ to queue something and have to do it by hand this becomes very useful.
Downloads
KevTool: SkilletItemCount http://wow.curse.com/downloads/wow-addons/details/kevtool-skilletitemstat.aspx
Skillet: http://www.wowace.com/addons/skillet/repositories/lilsparkys-clone/files/
Altoholic: http://wow.curse.com/downloads/wow-addons/details/altoholic.aspx

any chance you could add enchanting scroll support for this please?
works like a treat for glyphs. i actually made a hack for lilsparkys to do this. it was very rough though. i might have a look at your code some time to see how it should be done properly.
Anti
Comment by Anti — November 24, 2009 @ 11:48 pm
i altered your code a little to add scroll support.
if you could double check it for errors and add it into your release so i dont have to repatch after every release i’d appreciate it. the altered code follows
local iLink = GetTradeSkillItemLink(skill_index)
local rLink = GetTradeSkillRecipeLink(skill_index)
if (iLink ~= nil) then
local iname = GetItemInfo(iLink)
local itemID = tonumber(iLink:match(“item:(%d+)”))
local LSWrecipeID = LSW:FindID(rLink)
local sold, failed = db.sold[iname], db.failed[iname]
local scroll = LSW.scrollData[LSWrecipeID]
if scroll then
local scrollID = scroll.scrollID
tempNum = Altoholic:GetItemCount(scrollID)
else
tempNum = Altoholic:GetItemCount(itemID)
end
Comment by Anti — December 20, 2009 @ 10:14 am
@Anti:
I tried to patch it myself with your changes, but it doesn’t
seem to work. I have a german client and in Enchanting it always
outputs a 0.
Do you have a link for a patched version ? Is a special version
of Altoholic / Skillet / LSW required ?
Regards,
Lee
Comment by Lee — December 31, 2009 @ 11:35 am
I’m trying to open forum but sometimes there are no images on it
Comment by xXmikeMenXx — July 25, 2010 @ 6:14 pm