GoldpawsStuff / Bagnon_ItemInfo

Adds item levels, bind status, and garbage desaturation to bagnon all in one, with less overhead than using multiple addons.
https://www.patreon.com/GoldpawsStuff
MIT License
5 stars 2 forks source link

not working #41

Closed dejam0rt closed 2 weeks ago

dejam0rt commented 2 weeks ago

not showing ilvl, tried loaded only depency addons same error

10x Bagnon_ItemInfo/Modules/Itemlevel.lua:29: Cannot find a library instance of "LibItemCache-2.0". [string "=[C]"]: in function error' [string "@Ace3/LibStub/LibStub.lua"]:23: in functionLibStub' [string "@Bagnon_ItemInfo/Modules/Itemlevel.lua"]:29: in main chunk

Locals: (*temporary) = "Cannot find a library instance of "LibItemCache-2.0"."

finrodbr commented 2 weeks ago

Bagnon_ItemInfo uses this library to cache its results. There is a simple workaround to this error: download the library here: https://github.com/Jaliborc/LibItemCache-2.0/tree/master

Then go to the \World of Warcraft_classic_\Interface\AddOns\Bagnon_ItemInfo\Libs folder and unzip it there

Then modify the Embeds.xml file to add the following line after the LibStub Script tag: <Script file="Libs\LibItemCache-2.0\LibItemCache-2.0.lua"/>

That should do it

PS: Make sure the paths are the same.

yjlee13 commented 2 weeks ago

@finrodbr thx it works well!

dejam0rt commented 2 weeks ago

@finrodbr thx mate