View Single Post
02/02/22, 06:15 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,011
AlphaGear 2 adds something below the items I think. If you also search/want to use something for the gear management and switch you could try this.

Maybe this one here still works or is easily changeable without all the Wykkyd libraries needed.
https://www.esoui.com/downloads/info...orUpdate6.html

Try to delete the libs subfolder and search in the lua files for e.g. local LAM = LibStub("LibAddonMenu-2.0") and replace by
local LAM = LibAddonMenu2

In the txt file remove all hardcoded library lines like
/libs/LibAddonMenu ...
/libs/LibStub

And just add:
## DependsOn: LibAddonMenu-2.0>=32

Should do the trick with the libs.

If this works well create a zip of the new addon folder containing the fixed files and put them into the addon's comments please for others to use and download.

Edit:
I'll prepare such a zip for you, give me a few minutes.

Here you go: InventoryItemBorders v1.5 fixed (hopefully)

Changes:
Removed libs
Fixed lib calls
Updated dependencies
Updated APIversion
Changed SavedVars to use characterId instead of name (rename save)
Changed SavedVars to save differently for each server

UNTESTED. If it does not work any longer or throws error messages post them to this thread please: https://www.esoui.com/downloads/info...orUpdate6.html

Last edited by Baertram : 02/02/22 at 06:45 AM.
  Reply With Quote