Professions - veechs/Bagshui GitHub Wiki

Bagshui automatically learns about each character's professions and can identify both reagents and crafted items (via ProfessionReagent() and ProfessionCraft()).

Limitations

Only reagents and crafts for known recipes can be matched.

Bagshui does not have a pre-populated database of profession data and learns when your character does.

Profession data is only updated when the crafting window is opened.

Arbitrary access to this information is simply not available in Vanilla and only becomes accessible when the tradeskill interface is displayed.

Crafted items for Enchanting cannot be identified.

Items like Mana Oil and Wizard Oil will never be matched by ProfessionCraft(). Unlike all other professions, Enchanting uses the Craft API instead of TradeSkill. As a result, only spell IDs can be obtained.

⚠️ **GitHub.com Fallback** ⚠️