Author: JFFK

0

Memory – Automatically Cleans LUA Memory From Unused Garbage (20260228-0001)

Dependencies- None! Strictly standalone and lightweight.Donations: Please send Columbine, Bugloss, Mountain Flower or Essence of Health Potion (Tri-Pot). I am completly broke. ^_^ Thx! @Duesentrieb Automatically Cleans LUA Memory From Unused Garbage Flow: 5.6MB Lua: 181MB → 20MB CLEANED! A lightweight, slash-command configured Lua memory manager. Clears unused background garbage via dynamic event triggers with absolute 0% idle CPU usage.Core Features:Thorough Cleaning: Double collectgarbage run for maximum reclamation.Smart Combat Lockout: Safely aborts cleanup if you are in combat or dead.Emergency Override: Immediate, silent wipe if the EVENT_LUA_LOW_MEMORY fires.Debounced Triggers: Cleans gracefully (2.5s – 5s delay) to avoid UI stuttering.Account-Wide Settings: Your preferences save automatically across all characters.Trigger via Events:Leaving/Closing: Bank / Guild Bank / Store / Trading House / Crafting StationPlayer Activated (Loading Screens)Exiting CombatUpdate: Optional – Cleans every minutes. Default: 10minSlash Commands/memory → Toggle Addon ON/OFF/memory help → Show available commands/memory info → Force manual Info Message (1x)/memory clean → Force manual Memory Clean (1x)/memory event → Toggle Event Messages ON/OFF/memory → Set info interval in seconds (0 = OFF)/memory → Set info and clean intervals in seconds (0 = OFF)Example:/memory 0 600 → Info OFF, Auto-Clean every 10 mins (600s)If you enjoy Memory, consider sharing your feedback or supporting its development.Your input and contributions are greatly appreciated!- Group History – Shows Who Joined, Left, Changed Role etc.- Who Pulled – Shows Who Was First To Attack!- XYZ Monitor – Shows Date, Time, Zone-ID and XYZ-Coordinates- Fighting Display – Shows Fighting! when in combat- Stagger Uptime – Finally A Live Monitor With Statistics- (Discontinued) Carrion Blocker – Ossein Cage Shield Synergy Blocker- Blocking Time – Time Spend Blocking During Combat

0

Mara: M0R’s Assorted Radial Actions (4)

This addon provides various actions in LibRadialMenu which may be useful. Full credit for the name goes to code.List of actions:- Leave Instance: Removes you from instance (similar to the group menu leave instance button)- Difficulty Adjust: Sets the dungeon difficulty move (similar to the group menu option)- GCD Toggle: Toggles the base game Global Cooldown tracker- Identify Ghost Emperor: Identifies if there is a ghost emperor in the current Cyrodiil Campaign- Toggle Addon Memory Display: toggles the base game addon memory display- Leave Group: Leaves the current group- Hide group: toggles on/off the hidegroup functionWizards Wardrobe Specific Actions:- Toggle Next Setup Keybind: Toggles the ability to remap the right dpad button to move to the next wizards wardrobe setup.- Load Specific Wizards Setup: 9 different actions that allow you to load a specific setup in wizards.

0

Trke eviri – ESOTR (1.0.4)

XANTOS-TR tarafından oluşturulan ESO iin TRKİYE yerelleştirme paketidir. Bu srm platform iin geerlidir (PC-PS5-XBOX) ve hatalar ierebilir. Bu eklenti ‘tr’ dil dosyasını etkinleştirir ve geliştirdiğim yazılımlar sayesinde trke karakter sorunları ve bir ok farklı ıkan sorunu ortadan kaldırır. Bu eviri iin 8 ay zaman ve 78’den fazla yardımcı yazılım kodladım. Oyunda 1.152.611 Satır bulunmaktadır. Şuan %99 eviri tamamlanmıştır.🐇 Addon kurduktan sonra : Settings → Addons → EsoTR_Ayar✅ “Trkeye Değiştir” seeneğini kontrol et. ( ON seeneğini se)🔄 alışmaz ise uygulamak iin “Oyunu KAPAT-A” yapmanız gerekebilir.📚 “Yazı Ayarları” Kısmından oyundaki okunabilir ieriklerin Font boyunu 1-12 Arası anında değiştirin.💬 Chat (yazışma) kısmında /tr veya /en komutları ile direk diller arası geiş yapabilirsiniz.🎉 Oyun Hazır! iyi eğlenceler. 🗯️Ltfen herhangi bir sorunu bildirin.📢Discord Yardım Hattı : https://dіscord.gg/z2uRerq7FP✨Zorunluluklar : Aki takdirde ayar sayfası gzkmez.✨## 1: LibAddonMenu-2.0

0

Best BG3 Eldritch Blaster Build – Sorcerer Warlock Fighter Mutliclass Build

Welcome to our Eldritch Blaster Build Guide for BG3. This is a Multiclass build that combines the Sorcerer class with elements of the Warlock and Fighter classes. We’ll be playing into the Eldritch Blast Cantrip as much as possible to blast enemies with huge amounts of Force Damage every turn. The Eldritch Blaster Build buffs […]
The post Best BG3 Eldritch Blaster Build – Sorcerer Warlock Fighter Mutliclass Build appeared first on AlcastHQ.

0

ManifestDependencyFixer (v.1.0)

## ManifestDependencyFixer: Advanced Addon Maintenance SuiteManifestDependencyFixer is a professional-grade Python utility designed for ESO power users. It modernizes your AddOn environment by purging obsolete `LibStub` folders and enforcing the modern `DependsOn: Library>=Version` standard directly in the manifest files.—### ⚠️ PRO-USER MODESManifestDependencyFixerManual: The safest, surgical method. It creates a dedicated session workspace for side-by-side verification of every change. Ideal for users who want 100% control.ManifestDependencyFixerAutomatic: A powerful automation tool that modifies manifest (.txt) files directly across your entire AddOns tree, including dependencies within libraries.**Recommendation:** Always perform a full backup of your AddOns folder before running the Automatic version.—### 📥 PrerequisitesRequires **Python 3.x**: https://www.python.org/downloads/(Ensure “Add Python to PATH” is checked during installation.)—### 🛠️ Core Functionality1. ManifestDependencyFixerManual (Safety First)Generates a timestamped session folder:Creates 00_REMOVE_LibStub.bat to batch-delete all forbidden LibStub folders.Generates individual .bat files for every addon needing a version sync.Executing a .bat file launches two text windows side-by-side: The manifest (.txt) and a reference with the correct version string to paste.2. ManifestDependencyFixerAutomatic (Speed & Efficiency)Recursively scans all `.txt` files in your AddOns folder.Automatically updates legacy dependency strings to Library>=Version.Strips `LibStub` from ## DependsOn lines.Creates .bak duplicates for every modified file.—### 📝 Technical SpecsRecursive Patching: Updates dependencies within libraries themselves.Session Logging: Every execution creates a unique log folder for full traceability.UTF-8 Support: Fully compatible with localized addon names.No In-Game Footprint: This is an external tool, NOT an addon or a library.