Results: 2Comments by: Gome
File: Auctionator ClassicFix09-08-19
This adds prices to reagent tooltip...
Posted By: Gome
This adds prices to reagent tooltips in enchanting window which is different from the other tradeskills, but I could not figure out how to get them show properly in craft result items like Wands inside the enchanting window. If someone wants to figure it out look into SetCraftSpell and GetCraftItemLink. AuctionatorHints.lua hooks...
File: Auctionator ClassicFix09-05-19
Tooltip prices didn't show up in tr...
Posted By: Gome
Tooltip prices didn't show up in trade skill windows but I found this old change from Auctionator github and it seems to work atleast in tailoring window now. AuctionatorHints.lua hooksecurefunc (GameTooltip, "SetTradeSkillItem", function (tip, skill, id) local link = GetTradeSkillItemLink(skill); local num = GetTr...