Author: JFFK

0

Hide UI (1.0)

Simple addon that allows you to hide some elements of ESO’s default UI.You can hide:Chat barQuest trackerGroup frameWeapon swap iconKeybinds below the skill barThe addon also adds:Reticle color change in combatIf you want to make an element of the UI visible again, follow these steps:Go to the addon’s folderOpen the file HideUI.luaAdd — in front of lines 5 to 9 like this :– ZO_ChatWindowMinBar:SetAlpha(0)

0

Farm Manager *FIXED* (1.0)

Original addon by dirtdart with fixes provided by ShadowfenThe Farm Manager is an addon that will help you track your Farm. It displays a list of items you have farmed this session, the price of each stack of items and the total price of all items. It also shows the gold per minute that you are making.To install, unzip the archive and move the FarmManager folder into your DocumentsElder Scrolls OnlineliveAddOns folder. Once there, you will need to load the game and activate the addon. Once activated, you will need to /reloadui to load the addon.Before starting the first time, go into the addon settings and select which merchant software you are using by setting Use MM to either on or off. If this switch is on, the addon will use Master Merchant to get prices for each item. If it is off, it will use Arkadius’ Trade Tools. If the selected addon is not present, it will use the game pricing.The commands for this addon are:/farm – Shows the UI for the addon/farm start – Starts tracking your farmed items/farm stop – Stops tracking farmed items/farm show – Shows the tracking window/farm reset – Resets the list of farmed items and the tracking window/farm hide – Hides the tracking windowAll of the commands are now available as buttons on the UI.Known issues:If you click the Transfer to Backpack button twice in the same session, the addon is probably going to crash. I’m trying to decide how best to handle this.Future improvements:Add functionality that will transfer the items to your bank or guild bank. That’s been posing some interesting issues, especially the guild bank.Pause feature so that a Farm session can be paused and restarted without skewing your gold per minute count.Player to player transfer. Not sure if this is possible, but I’m looking into it.Anything else that you can think of that might be a good idea.

0

What is the Best Bard Subclass in BG3?

Welcome to our Bard subclass tier list for Baldur’s Gate 3. On this page, we will review all four Bard subclasses in BG3 and try to determine which is the strongest. The BG3 Bard is a jack-of-all-trades class that is Proficient with a wide range of weapons and can cast a decent amount of […]
The post What is the Best Bard Subclass in BG3? appeared first on AlcastHQ.

0

LibDataPacker (0.0.1)

Change Log:——————–0.0.1- InitialDescription:——————–Simple library to pack/compress data. Suitable for – sharing data via text (custom links, export/import, etc.)- saved variablesCurrently used in my addon ImpressiveStats (managed to decrease size of saved variables 10 times).Example 1: share full build data (as SuperStar does)- Create data schemalocal IGNORE_NAMES = truelocal item = Field.Table(‘item’, { Field.Number(‘id’, 20), Field.Number(‘quality’, 3), Field.Number(‘trait’, 6), Field.Number(‘ench. id’, 20),}, IGNORE_NAMES)local superStarDataSchema = Field.Table(nil, { Field.Number(‘alliance’, 2), Field.Number(‘race’, 3), Field.Number(‘class’, 3), Field.Number(‘ava rank’, 6), Field.Number(‘skill points’, 10), Field.Number(‘level, cp’, 12), Field.Array(‘skills’, 12, Field.Number(nil, 20)), Field.Array(‘boons’, 2, Field.Number(nil, 4)), Field.Number(‘vampire/ww’, 3), Field.Array(‘attributes’, 3, Field.Number(nil, 7)), Field.Array(‘resources’, 3, Field.Number(nil, 16)), Field.Array(‘regens’, 3, Field.Number(nil, 14)), Field.Array(‘wpd/spd’, 2, Field.Number(nil, 14)), Field.Array(‘critrate’, 2, Field.Number(nil, 15)), Field.Array(‘penetration’, 2, Field.Number(nil, 16)), Field.Array(‘resistance’, 2, Field.Number(nil, 17)), Field.Array(‘gear’, 14, item), Field.Array(‘CP stars’, 12, Field.Number(nil, 14)),}, IGNORE_NAMES)- This schema can be used to pack data like this:local data = local base = LibDataPacker.Base.Base64LinkSafelocal packedData = LibDataPacker.Pack(data, superStarDataSchema, base)- Packed data is a simple string you can send, copy, save to saved…

0

Always Logging (2.1.0)

This addon enables the encounter log automatically for you.It is probably not useful if you automatically upload logs to esolog.com. On the other hand, if you sometimes want to know “what just happened?”, then this might be the addon for you.

0

Best Beginner Huntress Build for Path Of Exile 2

The Huntress is Path of Exile 2’s newest class, blending ranged and melee combat using a brand-new weapon: the spear. With her fluid combat style and explosive synergy, the Huntress feels fresh, powerful, and incredibly fun to play. This guide breaks down everything you need to get started with the Huntress class—best skills, weapons and armor, passive tree choices, and how to play her effectively.

The post Best Beginner Huntress Build for Path Of Exile 2 first appeared on Hack the Minotaur.

0

Daedric Trickery Tracker [DTT] (1.01)

Daedric Trickery TrackerOverviewTracks the buffs and cooldown of the Daedric Trickery set with a simple visual display.Features Main Icon: Shows the set’s cooldown status with a color and timer. Buff Icons: Displays icons around the main tracker for the active buffs from the set. Border color fades as the buff timer runs out. Timers: Option to show countdown numbers on the main icon (for the cooldown) and the smaller buff icons. Customization (Settings Menu): Turn the addon on/off. Lock/Unlock the tracker’s position (drag to move when unlocked). Change the size of the main icon and buff icons. Adjust border thickness for the main icon and buff icons separately. Set custom colors for different states (Active, Cooldown, Standby). Adjust opacity when idle. Show/hide timer text and change font sizes. Option to hide the tracker when out of combat. Option to only show the tracker if you’re wearing enough set pieces (1-5). Slash Command: Type /dtt in chat to open settings.Installation Method 1 (Recommended): Use Minion to search for “Daedric Trickery Tracker” and install. Method 2 (Manual): Download the addon, extract the DaedricTrickeryTracker folder, and put it in your Elder Scrolls OnlineliveAddOns directory.FeedbackPlease use the comments section on esoui.com for bug reports or suggestions.

0

Whoison? (1.0.0)

This addon will show you how many guildmates of each faction are currently in Cyrodiil.The pop up will display when you log in, however this pop up on login can be disabled in the Whoison settings.Dependencies:This add-on requires the separate installation of these libraries: LibAddonMenu-2.0 LibSlashCommanderSlash commands:/cyro – Shows the pop up with amount of guildmates in Cyrodiil/whoison – Prints the names of the guildmates in CyrodiilControls:The addon allows you to map custom keyboard controls for the commands in the Control options