Category: News

0

Skill Lines (1.0.0)

View all your characters skill lines levels in one place.For this Addon to work follow these steps:Install SkillLines into you ESO Addons fileLaunch the Game & Log into your first characterEach character must be logged into to receive the data & load it into your saved variables fileOnce complete log into your first character again & open the Skills Menu (K by default on M&KB)Your Character Skill Lines Table is now showing.Version 1 Tracks the levels of:Light ArmourMedium ArmourHeavy ArmourFighters GuildMages GuildPsijic OrderThieves GuildUndauntedAssaultSupport

0

Quest Tracker Toggle (1.0)

Quest Tracker Toggle is a lightweight addon for The Elder Scrolls Online (ESO) that allows you to quickly toggle the visibility of the quest tracker via a keybind or settings menu. Features:- Toggle the quest tracker on and off with a keybind- Option to automatically hide the tracker on game load- Account-wide settings toggle for shared preferences across characters- Supports both Keyboard & Gamepad UI- Simple settings menuWhether you prefer a cleaner UI for immersion or just want control over your quest tracking, Quest Tracker Toggle is the perfect solution!How to Use:1. Bind a key in the Controls -> Add-ons menu2. Use the Add-on Settings menu to enable auto-hide or account-wide settings3. Reload UI (/reloadui) to apply changes

0

Snake (1.0)

Tired of waiting around doing nothing in raids?Now you can play snake instead.Play using /snake after installing the addon – no dependencies!Perfect for those times when someone lags out, you’re on your union break or doing an ulti pull during raid.- Saves your progress when you close the UI- Tracks high score across all sessions- Wrap-around walls for stress-free atmosphere- Control using WASD or arrow keys

0

LibKeepTooltip (1.0.0)

Small library for some other addons to change keep tooltip. Also increases overall performance of tooltip but since default tooltip is fast enough, this change noticeable only with ESOProfiler :)If you want to use it, read instructions below.StructureAll tooltips consist of lines added one by one, starting from header (keep name). This is used by ZOS team by default, but code itself is a big monolith full of checks and indentations, because of that it is hardly modifiable. I redesigned this approach and split entire code to part (separate lines) to be able to add and delete line independently for different keep types. Different lines called ‘ingredients’ and list of ingredients called ‘recipe’.– all default ingredientslocal INGREDIENTS = { HEADER = 1, ALLIANCE_OWNER = 2, GUILD_OWNER = 3, SIEGES = 4, ARTIFACT = 5, TEL_VAR_BONUS = 6, KEEP_CAPTURE_BONUS = 7, IS_PASSABLE = 8, FAST_TRAVEL = 9, KEEP_UNDER_ATTACK = 10, RESPAWN = 11,}– keep recipe for example local USUAL_KEEP_TOOLTIP_RECIPE = { INGRIDIENTS.HEADER, INGRIDIENTS.ALLIANCE_OWNER, INGRIDIENTS.GUILD_OWNER, INGRIDIENTS.SIEGES, INGRIDIENTS.KEEP_CAPTURE_BONUS, INGRIDIENTS.FAST_TRAVEL, INGRIDIENTS.KEEP_UNDER_ATTACK, INGRIDIENTS.RESPAWN,}All tooltips are BACKED based on a recipe. You can change a recipe with API (add or hide some particular lines). This addon fully replaces default LayoutKeepTooltip via PreHook (default function will be executed in case of major error).APIlocal LKT = LibKeepTooltip– be sure to call it in order to actually start to change tooltips. IdempotentLKT:InitializeChangedTooltips()– register ingredient first, name must be unique, callback must be callableLKT:RegisterIngridient(name, callback)– adds ingredient to particular recipe at particular indexLKT:AddIngridient(recipe, ingredient, index)– removes ingredient from particular recipe (will not throw error if not found, if successfuly removed – returns index of ingredient removed)LKT:RemoveIngridient(recipe, ingredient)– adds ingredient to particular recipe after some other ingredient (throws error if not found)LKT:AddIngridientAfter(recipe, ingredient, after)– adds ingredient to particular recipe after some other ingredient (throws error if not found)LKT:AddIngridientBefore(recipe, ingredient, before)– get recepie of particular keepLKT.GetRecipeByKeepType(keepType)– use it to actually and line to tooltip, each ingredient callback must contain at least one. First parameter must be self.LKT.AddLine(self, string, lineType)Simple example This example will add secret ingredient before fast travel line (last line in almost all recipes).local LKT = LibKeepTooltiplocal function SecretIngredientCallback(self) LKT.AddLine(self, ‘My new line’, LKT.KEEP_TOOLTIP_NORMAL_LINE)endlocal MY_SECRET_INGREDIENT = LKT:RegisterIngridient(‘SECRET_INGREDIENT’, SecretIngredientCallback)local USUAL_KEEP_TOOLTIP_RECIPE = LKT.GetRecipeByKeepType(KEEPTYPE_KEEP)LKT.AddIngridientBefore(USUAL_KEEP_TOOLTIP_RECIPE, MY_SECRET_INGREDIENT, LKT.INGRIDIENTS.FAST_TRAVEL)Contact mevia Discord (@imPDA)GitHub

0

CASR – Character Addon Settings Remover (1.0)

This standalone app allows to delete character settings from Saved Variables.The purpose is to delete settings data of previously deleted non-existent characters that makes Addon Saved Variables files bigger and increasing loading times.Usage:1) Click Select SavedVariables folder and locate it on your PC.2) Press Scan Characters and wait until application is done.3) Select unwanted Characters with checkboxes and press Delete Settings. Tested on my files, seems to work fine. :oIn any case i would suggest to make a backup copy of your folder before operations.

0

Improved PvP UI (1.0.0)

This addon is created to provide better user experience for everybody interested in PvP (Cyrodiil, IC, ToT, BGs, Duels). Available features listed below, I will gradually add something new. Requests appreciated!Go to settings to enable any feature first, all of them will be DESABLED by default!Beautiful Campaigns ManagerIt will add new tab to Alliance War menu with new interface:all campaigns on one panelbig buttons, nice backgrounddouble-click to join campaigncolor differentiation between campaigns you can and can not joinicons for alliance locked and home campaignscompatible with PerfectPixelnew keybind for direct access to this panel (User Interface -> Campaigns Browser)Going to addtooltips with comprehensive information about every campaign (for beginners, can be hidden)right-click actions, like “change home campaign”better backgrounds, default loading screens are good for demonstration but they dont fit well imoLet me know if want to see more addons like this.Contact mevia Discord (@imPDA)GitHubThanks to@Grozlok for testingBaertram for help with PerfectPixel

0

ShowRepairCosts (1.0)

Dieses Addon zeigt auf dem Display die Reparaturkosten an.This add-on shows the repair costs on the display.