Author: JFFK

0

Rogue Build | Darkweaver | Solasta 2

Welcome to our Darkweaver Rogue Build for Solasta 2. The Darkweaver is a Rogue subclass in Solasta II. This guide will explain how to create a powerful Darkweaver build, including the best weapons, armour, spells, ability distribution, skills, and more. For more Darkweaver builds and information, check our Rogue Overview Page. You can find builds […]
The post Rogue Build | Darkweaver | Solasta 2 appeared first on AlcastHQ.

0

Rogue Build | Thief | Solasta 2

Welcome to our Thief Rogue Build for Solasta II. The Thief is a Rogue subclass in Solasta II. This guide will explain how to create a powerful Thief build, including the best weapons, armour, spells, ability distribution, skills, and more. For more Thief builds and information, check our Rogue Overview Page. You can find builds […]
The post Rogue Build | Thief | Solasta 2 appeared first on AlcastHQ.

0

Rogue Build | Shadowcaster | Solasta 2

Welcome to our Shadowcaster Rogue Build for Solasta 2. The Shadowcaster is a Rogue subclass in Solasta II. This guide will explain how to create a powerful Shadowcaster build, including the best weapons, armour, spells, ability distribution, skills, and more. For more Shadowcaster builds and information, check our Rogue Overview Page. You can find builds […]
The post Rogue Build | Shadowcaster | Solasta 2 appeared first on AlcastHQ.

0

Barbarian Build | Berserker | Solasta 2

Welcome to our Berserker Barbarian Build for Solasta II. The Berserker is a Barbarian subclass in Solasta II. This guide will explain how to create a powerful Berserker build, including the best weapons, armour, spells, ability distribution, skills, and more. For more Berserker builds and information, check our Barbarian Overview Page. You can find builds […]
The post Barbarian Build | Berserker | Solasta 2 appeared first on AlcastHQ.

0

Paladin Build | Oath of Devotion | Solasta 2

Welcome to our Oath of Devotion Paladin Build for Solasta II. The Oath of Devotion is a Paladin subclass in Solasta II. This guide will explain how to create a powerful Devotion Paladin build, including the best weapons, armour, spells, ability distribution, skills, and more. For more Paladin builds and information, check our Paladin overview […]
The post Paladin Build | Oath of Devotion | Solasta 2 appeared first on AlcastHQ.

0

Bard Build | College of Lore | Solasta 2

Welcome to our College of Lore Bard Build for Solasta II. The College of Lore is a Bard subclass in Solasta II. This guide will explain how to create a powerful Lore Bard build, including the best weapons, armour, spells, ability distribution, skills, and more. For more Bard builds and information, check our Bard Overview […]
The post Bard Build | College of Lore | Solasta 2 appeared first on AlcastHQ.

0

Bard Build | College of Hope | Solasta 2

Welcome to our College of Hope Bard Build for Solasta II. The College of Hope is a Bard subclass in Solasta II. This guide will explain how to create a powerful Hope Bard build, including the best weapons, armour, spells, ability distribution, skills, and more. For more Bard builds and information, check our Bard Overview […]
The post Bard Build | College of Hope | Solasta 2 appeared first on AlcastHQ.

0

Bard Build | College of Heroism | Solasta 2

Welcome to our College of Heroism Bard Build for Solasta II. The College of Heroism is a Bard subclass in Solasta II. This guide will explain how to create a powerful Heroism Bard build, including the best weapons, armour, spells, ability distribution, skills, and more. For more Bard builds and information, check our Bard Overview […]
The post Bard Build | College of Heroism | Solasta 2 appeared first on AlcastHQ.

0

DacksUndefinedGlobalsCatcher (1)

DacksUndefinedGlobalsCatcherA powerful debugging utility for ESO (Elder Scrolls Online) add-on developers that helps catch and report undefined global variables. This tool makes it easier to track down pesky UI errors like attempt to index a nil value and other issues related to undefined globals in ESO add-ons.Compatible with both PC/Gamepad and Console UI(that is ForceConsoleFlow.2 CVar)! Works seamlessly whether you’re using keyboard/mouse or gamepad mode.OverviewWhen developing ESO add-ons, one common source of errors is attempting to access undefined global variables. These errors can manifest as cryptic messages like:12345678901234567890:1: attempt to index a nil valueDacksUndefinedGlobalsCatcher helps by:Catching all attempts to access undefined global variablesDisplaying detailed error information including the variable name and call stackAllowing you to ignore specific globals or function patternsProviding a convenient UI for reviewing and managing errorsScreenshotshttps://github.com/DakJaniels/DacksUndefinedGlobalsCatcher/blob/main/example.pngFeaturesReal-time Error Detection: Catches undefined globals as they happenDetailed Error Reporting: Shows the exact variable that’s undefined along with: Call stack with function names Source file and line numbers Local variable context when available Customizable Ignore Lists: Pre-configured list of common ESO UI elements to reduce noise Add your own globals to ignore via slash commands Add function patterns to ignore via slash commands Interactive UI: Resizable window with proper scrolling Color-coded messages for better readability Toggle visibility with a simple slash command Multi-platform Support: Compatible with both keyboard/mouse and gamepad (Console) UI Automatically adapts font and UI elements to the current mode Localization Support: Available in multiple languages: English, German (de), Spanish (es), French (fr), Japanese (jp), Russian (ru), and Traditional Chinese (zh) Automatically uses your game’s language setting InstallationDownload the latest release from GitHub or esoui.Extract to your ESO AddOns folder: Windows: DocumentsElder Scrolls OnlineliveAddOns Mac: ~/Documents/Elder Scrolls Online/live/AddOns/ Launch ESO and enable the add-on in the add-on settingsUsageSlash Commands/undefs – Toggle the undefined globals window/undefs_list – List all ignored globals/undefs_add – Add a global to the ignore list/undefs_remove – Remove a global from the ignore list/undefs_listfunc – List all ignored function patterns/undefs_addfunc – Add a function pattern to the ignore list/undefs_removefunc – Remove a function pattern from the ignore list/undefs_help – Show help message with all commands/rl – Shortcut for reloading the UIWorking with the Error WindowWhen an undefined global is accessed, it will be displayed in the error window with:The number of times it has occurredThe name of the undefined globalA detailed call stack showing where the error happenedWhen available, local variable context to help debug the issueManaging Ignore ListsThe add-on comes with predefined lists of globals and function patterns to ignore. These are common UI elements and functions that don’t need to be reported. You can add your own entries to these lists using the slash commands.Default Ignore ListsTo reduce noise, the add-on includes default ignore lists:Default Ignored Globals (over 170 entries) include:Common UI elements (ActionButton1Decoration, QuickslotButton5Decoration, etc.)Known addons (MasterMerchant, AdvancedFilters, AUI_Main, etc.)Various pin types (pinType_Skyshards, pinType_Treasure_Maps, etc.)ESO global variables (PREVIEW_UPDATE_INTERVAL_MS, TUTORIAL_TRIGGER_MOUNT_SET, etc.)Default Ignored Function Patterns include:UI creation functions (CreateControl, CreateTopLevelWindow, etc.)Event handlers (OnUpdate, OnShow, OnHide, etc.)Add-on initialization functions (OnAddOnLoaded, etc.)Other common patterns (ZO_WorldMapPins_Manager:AddCustomPin, etc.)You can view the complete lists in-game by using the /undefs_list and /undefs_listfunc commands, or by examining the source code.For Add-on DevelopersThis tool is especially useful when:Developing new add-onsDebugging existing add-onsFinding compatibility issues between add-onsTracking down performance issues caused by repetitive errorsCreditsOriginal concept by MerlightMaintained and enhanced by @dack_janielsLicenseDacksUndefinedGlobalsCatcher is not created by, affiliated with, or sponsored by ZeniMax Media Inc. or its affiliates. The Elder Scrolls and related logos are registered trademarks or trademarks of ZeniMax Media Inc. in the United States and/or other countries. All rights reserved.Support & ContributionsIf you find a bug or have a feature request, please submit an issue on GitHub. Contributions via pull requests are welcome!