View Single Post
09/27/19, 11:07 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,979
Oh I just found out if you download "ItemPreview" you get the zip archive "Furniture Preview"!
So just take the fixed Furniture Preview from your link and you should be fine to go?

Additional you should go with Rhyono's furniture preview fix here https://gofile.io/?c=PlVwEo


Older post of mine - Irrelevant as it seems
The first link chinamicas workaround fix contains the CraftingPreview folder which you want to test.
https://www.dropbox.com/s/m6r991cn8p...round.rar?dl=0

Download this folder/file (and extract it to your AddOns folder).

But there is no ItemPreview folder in any of these files.
Only Furniture and Crafting Preview.

And there is also a comment von chinamicah about ItemPreview:
Originally Posted by chinamicah
-Get the updated LibPreview files from ESO Master Recipe List. You want both LibPreview.lua and PreviewData.lua.
-Paste both over the versions that came with ItemPreview or CraftingPreview or FurniturePreview
-Add the following line after line 296:
return nil
The resulting code should look something like this:
Code:
294 if IsOutfitStyleArmor(outfitStyleId) then
295 categoryIndex = 12
296 numSubCategories = 7 -- 7 armor types
297 return nil -- continuing crashes the addon
298 end
299 if not categoryIndex then return nil end

This should be added into the ItemPreview.lua I guess.

Last edited by Baertram : 09/27/19 at 11:14 AM.
  Reply With Quote