Category: News

0

GeldisBarsRestyle (1.0)

Restyle for base game elementsResourse barshttps://cdn-eso.mmoui.com/preview/pvw13456.pngBoss bars and target barhttps://cdn-eso.mmoui.com/preview/pvw13453.pngCompasshttps://cdn-eso.mmoui.com/preview/pvw13454.pngSkills frameshttps://cdn-eso.mmoui.com/preview/pvw13455.png! ! ! This addond also hides minimazed chat window and group frame ! ! !If you want to play with group frame you can use AltGroupFrame or JoGroup

0

Lykeion’s Group Banisher (1.0)

What does this addon do?It helps to solve the long-standing Ghost Group problem in Group Finder. You’ll never again run into a group that’s stuck in a list and can’t be joined. They won’t be shown at all.How does it work?Recruitments posted in Group Finder are not timestamped, so the first time you find a group its info and the timestamp will be cached by addon manually. Recruitments are considered valid within 6 hours of the first encounter; recruitments beyond that are treated as a ghost group by the addon and prevented from showing up in the Group Finder. Simple.Cached groups are purged after 21 days, which should be longer than the interval between routine maintenance.How to use it?Install it and it will do the job. No extra UI, no settings menu.

0

Meet the Character—Zerith-var

Meet Zerith-var, Companion, necromancer, and member of the ancient Order of the Hidden Moon, in our latest Meet the Character!

0

CanThisBeCraftedAtHome (2024.10.06)

CanThisBeCraftedAtHome is a helper for other addons to figure if a set can be crafted on the Grand Master Crafting Stations at home or any home the user had access to its Grand Master Crafting Stations.The info is gathered and updated/saved for each Grand Master Crafting station each time the user opens it’s interface.Code to use in your addon:if CanThisBeCraftedAtHome then — checks if the addon is running local canBeCaftedAtHome, answerTable = CanThisBeCraftedAtHome.askForSetId(itemSetId) — gets the data from itemSetId if canBeCaftedAtHome then — iterate through the answer table (possibly multiple houses) only if the boolean is positive for k,v in pairs(answerTable) do local theZoneIdTheHouseIsLocatedIn = v.globalZoneId local theZoneNameTheHouseIsLocatedIn = v.zoneName local theZoneIdOfTheHouse = v.houseZoneId local theHouseIdOfTheHouse = v.houseId local theHouseName = v.houseName local theHouseNickname = v.houseNickname local theHouseOwner = v.owner end endend

0

Guild Order (0.1)

Guild Order allows you to set custom order for your guilds everywhere (Guild Tab, Guild Bank, Chat and Settings) except incompatible* addons.Dependency: LibAddonMenu – OrderListBox widgetThe way the addon works is very intrusive: it replaces one of the core functions (GetGuildId) with its own. But with some adjustments I made, everything seems to work (for now).*IncompatibilityTL;DR: I disabled custom guild order for some of the most popular chat addons, so they should work without issues.Most (if not all) chat addons (pChat, rChat, Lilith’s Group Manager, etc.) rely on the fact that guild with index 1 (default Guild 1) is associated with Chat Channel 1, which is no longer the case with Guild Order. Therefore without some changes you can face oddities like messages going to the wrong channel. It can be easily fixed by other addon authors with Guild Order API (check main file). Fortunately, there is a way to “feed” those addons the original GetGuildId function from my addon, so they should work fine (or almost fine). Guilds will have their default order in those addons’ settings, though.Bonus feature:I doubt that many people noticed auto complete not working when typing /guild1, /group, /emote, etc. But actually it’s supposed to work, because there is code for it. It contains a mistake I randomly found and fixed while creating this addon :)Feel free to report any issues in comments, but keep in mind that I can’t “fix” other addons except for adding them to exceptions.

0

Meet the Character—Tanlorin

Meet Tanlorin, an outcast High Elf and one of the two new Companions coming with Update 44!