Guildbook and Skillet-Classic
b-morgan opened this issue ยท 8 comments
From b-morgan/Skillet#26
Hi so i've had this bug reported, have you noticed any issues when using guildbook?
Does skillet hide the default blizzard ui?
Regards
Sam
I have not noticed any issues with Skillet-Classic and Guildbook. My character's recipes appear in Guildbook.
Both Skillet and Skillet-Classic hide the default Blizzard UI.
I added this check to see if the characters trade/craft ui was open, this is because the addon listens to various events involving trade/craft skills and updates, as a result these events would cause Guildbook to constantly scan your tradeskill recipes when stood in or near busy areas (especially tradeskill areas).
If Skillet hides the default UI then a fix or work around will be required.
if Skillet and Skillet.tradeSkillFrame and not Skillet.tradeSkillFrame:IsVisible() then
or
if SkilletFrame and not SkilletFrame:IsVisible() then
You are going to have a similar problem with Trade Skill Master when it is in its native mode.
I have written a different approach where i check if any new recipes were learnt to determine if an update is required.
Also Skillet-Classic and https://zygorguides.com/ have a conflict so Guildbook may as well.