A. Log in
B. Make a "Fire Prism" (costs like 30G, if you use it and sell it it sells for like 50-100G)
C. Open up the JewelCrafting UI (Make sure it's open when you type the script, else it'll **** up because lua is ****ing gay)
D. Type in chat:
Code:
/run DEFAULT_CHAT_FRAME:AddMessage("Starting");for i=0,GetNumTradeSkills() do if tostring(GetTradeSkillCooldown(i))~="nil" then DEFAULT_CHAT_FRAME:AddMessage(tostring(GetTradeSkillCooldown(i)).." - "..tostring(i)); else ExpandTradeSkillSubClass(i);end end
E. Copy and paste/screenshot/type up the output of what it says. It'll output to the chat box.
I need to know it works for all accounts since I'm making a profession buddy profile :/