ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Search/Requests (https://www.esoui.com/forums/forumdisplay.php?f=165)
-   -   Replacement for Wykkyd Equipment Borders (https://www.esoui.com/forums/showthread.php?t=10060)

Octopuss 02/02/22 05:32 AM

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?

Baertram 02/02/22 06:15 AM

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

Octopuss 02/02/22 06:30 AM

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.

Baertram 02/02/22 06:34 AM

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.

Octopuss 02/02/22 06:39 AM

Quote:

Originally Posted by Baertram (Post 45257)
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.

Baertram 02/02/22 06:41 AM

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.

Octopuss 02/02/22 06:49 AM

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)

Octopuss 03/04/22 11:13 AM

Baertram, how difficult would it be to make the addon display borders of companion gear too?

Baertram 03/04/22 11:18 AM

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.


All times are GMT -6. The time now is 02:20 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI