Skillet-Classic

Skillet-Classic

445k Downloads

Guildbook and Skillet-Classic

b-morgan opened this issue ยท 8 comments

commented

From b-morgan/Skillet#26

image

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

commented

I believe this issue has been resolved.

commented

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.

commented

image

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.

commented
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.

commented

I have written a different approach where i check if any new recipes were learnt to determine if an update is required.

commented

Hmmm yeah.....paid for guides not something I care to go near personally.

commented

Also Skillet-Classic and https://zygorguides.com/ have a conflict so Guildbook may as well.

commented

Your different approach will probably cover the Zygor case as well.