Category: News

0

Soulframe Motes Guide – How to Get Motes

Motes are an aspect of progression and build customisation in Soulframe that often gets missed by new players. Motes are additional upgrades that can be slotted to your weapons and Pacts to unlock bonuses, such as flat stat boosts or damage/defence bonuses that apply in certain circumstances. The Mote system is still under development, and […]
The post Soulframe Motes Guide – How to Get Motes appeared first on AlcastHQ.

0

ChatBits (0.1)

Required Library : LibAddonMenu-2.0>=40ChatBits is used to save small bits of text you want to say multiple times.As an example, I use it for my roleplayed greetings and farewells in random dungeons, for my guild adverts, and various other uses.Each Chat Bit is saved along with a channel to output it to – following on my example, dungeon greetings are automatically output to /party and the guild ad to /zone, and an optional title for the Chat Bit. Due to API limitations, you must press once the text is output.You can either open the addon window and click on the text you want to say, or assign keyboard shortcuts.Every comment is welcome, especially critics. It’s how one progresses 🙂

0

Carrion Blocker – Ossein Cage Shield Synergy Blocker (20250805-0702)

Change Log:——————–Version: 20250805-0702- Initial commit: Added files.Description:——————–Tracks Caustic Carrion stacks in Ossein Cage.Blocks the Carrion Shield synergy until a user-defined threshold is met. Stacks of Caustic Carrion: 1 / 4 Stacks of Caustic Carrion: 2 / 4 Stacks of Caustic Carrion: 3 / 4 Stacks of Caustic Carrion: 4 / 4 Cleanse Now! Stacks of Caustic Carrion: 5 / 4 Cleanse Now! Cleansed!Settings / Features:- Threshold fully adjustable (default: 4 for HM)- Text notifications can be turned off- Slash commands like /cb 4 (for threshold) and many more- Keybind availableLanguages:- german (tested)- english (tested)- spanish (not yet working)- french (tested)- russian (tested)If you enjoy Carrion Blocker, consider sharing your feedback or supporting its development.Your input and contributions are greatly appreciated!

0

Delete LibStub and Embeded libraries (1.0)

This tool cleans up and optimizes your ESO AddOns folder to help the game run more reliably.What it does:Removes outdated embedded libraries from addons (e.g., old versions of LibStub, LibAddonMenu, LibMainMenu 1.0, etc.)Prevents library conflicts by making sure only the properly installed libraries are usedPatches known problem files in supported addons so they work correctly without old librariesMoves specific libraries to the root AddOns folder so mods run more smoothly.Tidies up your AddOns folder by removing empty folders after cleanupFixes UTF-8 BOM issues in manifest filesHow to UseDownload and install with Minion This tool will automatically download into your AddOns folder.Run the cleanup Open your AddOns folder in Windows Explorer and double-click runit.bat. It will handle everything automatically and make the necessary corrections.Optional: Share the results The tool will create an output file. If youd like, copy and paste the contents of this file into the comments section further improvements or corrections can be made.DisclaimerSome older mods may require a small change:local LAM = LibStub(“LibAddonMenu-2.0”)To: local LAM = LibAddonMenu2 ** This tool already makes this adjustment for known mods that need it.This tool does not rewrite or overhaul mods to work with the current API. It only performs basic fixes to reduce issues caused by outdated libraries.After logging into the game or loading a character, some mods may fail to function. These may: – Appear in red in the AddOns list (indicating a missing library) – Throw errors if they cannot find LibStubThis tool is designed to make LibStub unnecessary in most cases, but if you wish to use LibStub, it should be installed in the root AddOns folder using the current standard method.Updates and FeedbackEach update adds support for more addons and applies additional small fixes, making your AddOns folder cleaner and more reliable over time. By sharing the optional output file after running the cleanup, you help improve the tool so it can catch more issues for everyone.