Thread Tools Display Modes
02/02/22, 05:32 AM   #1
Octopuss
 
Octopuss's Avatar
Join Date: Jul 2017
Posts: 176
Replacement for Wykkyd Equipment Borders

https://www.esoui.com/downloads/info...ntBorders.html

It's just way too old with hardcoded dependencies, outdated and abandoned. I like the functionality, but I've decided no more dinosaurs in my addons.

Is anyone aware of something simple I can replace this with?
  Reply With Quote
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: 4,963
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
02/02/22, 06:30 AM   #3
Octopuss
 
Octopuss's Avatar
Join Date: Jul 2017
Posts: 176
I have already installed (and am going nuts trying to set up...) Wizard's Wardrobe for the gear swapping functionality, so that would be an overlap I'm afraid.
AG looks interesting though. WW feels more trials and auto swapping oriented.
  Reply With Quote
02/02/22, 06:34 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,963
AG is not maintained very actively anymore where WW is maintained and updated/improved.
So you should stay with WW then.

Edit:
Check my post above, I've updated it with another addon and instructions how to remove libs and fix libs calls.
  Reply With Quote
02/02/22, 06:39 AM   #5
Octopuss
 
Octopuss's Avatar
Join Date: Jul 2017
Posts: 176
Originally Posted by Baertram View Post
AG is not maintained very actively anymore
Oh. It seems to have been updated two weeks ago. But if it's updated randomly with possible long breaks between updates then you have a point.
  Reply With Quote
02/02/22, 06:41 AM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,963
Yes it was updated but as you said already the author was away in between and maybe the addon will not be updated any longer/in near future.
  Reply With Quote
02/02/22, 06:49 AM   #7
Octopuss
 
Octopuss's Avatar
Join Date: Jul 2017
Posts: 176
Yeah. Better to stay with what's active.

Oh and the addon works. Hooray.
(edit: edited it myself, I see you've done it meanwhile too with more changes, hah)
  Reply With Quote
03/04/22, 11:13 AM   #8
Octopuss
 
Octopuss's Avatar
Join Date: Jul 2017
Posts: 176
Baertram, how difficult would it be to make the addon display borders of companion gear too?
  Reply With Quote
03/04/22, 11:18 AM   #9
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,963
Dunno, and I'm not going to work on this
I guess you need to kinda copy the stuff from normal character doll to companion doll, + add all support for item equipped/unequipped.
Could be 1 few hours, could be a nightmare depening on what needs to be checke because of companion stuff working different then normal player doll.
Haven't looked into this yet but this would be a perfect idea for somone who seeks a new addon, or a beginner imo.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Replacement for Wykkyd Equipment Borders

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off