other iconInscription glyphs known macro

0
vote up

Macro for Wow: Inscription glyphs known for Other. Works in World of Warcraft patch 5.4 Siege of Orgrimmar, Mists of Pandaria

Posted on: 06-06-2013 - Updated on: 05-30-2013 - viewed 5666 times

Need help?

Description:

Each macro below prints how many of each major or minor glyph recipes you know.

Major:

/run local g,c,l=GameTooltip,0 for i=1,GetNumTradeSkills() do g:SetOwner(this,"ANCHOR_NONE") l=GetTradeSkillItemLink(i) if l then g:SetHyperlink(l) if GameTooltipTextLeft2:GetText()=="Major Glyph" then c=c+1 end g:Hide() end end print(c.." major glyphs") 

Minor:

/run local g,c,l=GameTooltip,0 for i=1,GetNumTradeSkills() do g:SetOwner(this,"ANCHOR_NONE") l=GetTradeSkillItemLink(i) if l then g:SetHyperlink(l) if GameTooltipTextLeft2:GetText()=="Minor Glyph" then c=c+1 end g:Hide() end end print(c.." minor glyphs") 

Leave a Reply

Your email address will not be published. Required fields are marked *

301 Moved Permanently

Moved Permanently

The document has moved here.