Category: News

0

Enshrouded Wanderlust Skill

Wanderlust is a skill in Enshrouded which reduces the stamina cost of sprinting, especially on stone roads.

0

Enshrouded Chain Reaction Skill

Chain Reaction is a skill in Enshrouded that grants your Explosive Arrows a chance to greatly increase AOE damage.

0

Enshrouded Eagle Eye Skill

Eagle Eye is a skill in Enshrouded that greatly increases the zoom while you aim with a bow.

0

Enshrouded Ricochets Skill

Ricochets is a skill in Enshrouded that grants a damage boost to your Explosive Arrows for every enemy they hit.

0

Enshrouded Bounty Bonanza Skill

Bounty Bonanza is a skill in Enshrouded that grants you and your party additional EXP when you defeat a Fell enemy with a skillshot.

0

UltGrantTargeting (1.3.0)

UltGrantTargetingThis is a diagnostic/research addon, not intended for general use.UltGrantTargeting is a testing tool designed to gather data about how ultimate-granting set effects select their targets. Specifically, it investigates:How do Arkasis’ Genius, Colovian Highlands General, and Cryptcannon Vestments choose which group members receive ultimate?Is target selection based on proximity, lowest ultimate, group index, or random?When a group member cannot gain ultimate (e.g., during Magma Armor or Bone Goliath Transformation), does the set skip them and pick someone else, or does it waste a target slot on them?The addon logs every ultimate energize event (ACTION_RESULT_POWER_ENERGIZE with COMBAT_MECHANIC_FLAGS_ULTIMATE) along with a full group state snapshot each member’s ultimate level, position, distance from the caster, combat state, alive/dead/online status, and whether they’re under an ability that blocks ultimate gain. All data is saved to SavedVariables for offline analysis.Source on GitHubSetupRequired dependency: LibGroupCombatStatsLibGroupCombatStats has its own requirements that you’ll also need to install:LibCombatLibGroupBroadcastOptional (but recommended):LibDebugLoggerSlash Commands/ugt status Show current ult, group state, active ult-blocking abilities, LGCS connection, verbose/discovery mode, and session stats/ugt verbose Toggle verbose mode (show events in chat; off by default)/ugt snapshot Print a group state snapshot to chat (positions, ult, combat status)/ugt scan Dump all buffs on self or group members, highlighting ult-blocking abilities/ugt discover Toggle discovery mode (log all power energize events to find unknown ability IDs)/ugt note Insert an annotated snapshot into the log as a test boundary marker/ugt procs Show recent tracked set proc events/ugt recent Show all recent ultimate energize events/ugt limit View or set savedvar size limits (sessions, procs, log entries)/ugt clear Clear the current session log/ugt help List all commandsDataAll events are saved to the UltGrantTargeting saved variable file. Each tracked set proc includes:The triggering ability (source, target, ability ID, ult amount)Additional targets that received ult from the same proc (within a 150ms debounce window)A full group snapshot at the time of the proc (ult values, positions, combat/dead/online status, ult-blocking state)A human-readable summary cross-referencing targets against the snapshot (identifies blocked, dead, or skipped members)To keep the saved variable file from growing unbounded, all storage is capped with configurable limits:Sessions: max 10 retained (oldest pruned on login)Procs: max 500 per session (oldest removed when exceeded)Log entries: max 2000 per session (ring buffer overwrites oldest entries in place, no table resizing)All three limits can be viewed and adjusted in-game with /ugt limit. The current session can also be wiped at any time with /ugt clear.You can then later review UltGrantTargeting.lua in your SavedVariables folder.Tracked SetsArkasis’ Genius ability ID 142660 (grants +44 ult to you and 3 group members on potion use)Colovian Highlands General ability ID 202843 (grants +15 ult/stack to you and up to 5 group members within 28m on player kill)Cryptcannon Vestments (Crypt Transfer) ability ID 195031 (consumes your ult and distributes it to nearby group members)

0

BGHelper (2.5)

Change Log:——————–Version 2.5———— HUD toggle in settings now prints a confirmation message when toggled outside a BattlegroundDescription:——————–BGHelper is a lightweight Battleground utility addon for Elder Scrolls Online.It is designed to make Battleground gameplay smoother and more convenient without adding clutter. BGHelper focuses on four practical tools: smarter queue selection, automatic ready check acceptance, automatic release on death, and a clean live KDA HUD.FeaturesQueue FiltersChoose which Battleground queue types you want to enter. Toggle 4v4 and 8v8 independently, and allow Solo and/or Group queues based on your preference.Auto-Release on DeathAutomatically releases to respawn when you die inside a Battleground. The delay is fully configurable.Ready Check Auto-AcceptAutomatically accepts the match-found ready check when it appears. An optional delay can be set if you want a short review window before it triggers.Live KDA HUDA clean HUD shown only while inside a Battleground. It displays your Kills, Deaths, Assists, Damage Done, Healing Done, and current rank within your team.The HUD updates live, can be dragged anywhere on screen, locked in place when positioned, and supports adjustable opacity. Its position is saved as a screen fraction so it remains consistent across resolution changes.Keybind SupportBGHelper includes four bindable actions under ESC → Controls → Keybindings → BGHelper.Binding Queue Selected Battlegrounds and Toggle KDA HUD is recommended for the smoothest experience.Commands/bgq queue immediately/bgh print current settings/bgh queue queue/bgh settings open settings panel/bgh release on/off/toggle control auto-release/bgh hud toggle HUD visibility/bgh hud lock / unlock / reset manage HUD position/bgh chat toggle chat alerts/bgh version print current…