Author: JFFK

0

ESO Best Tank Subclassing Combinations – Dominate Dungeons & Trials

Welcome to our ESO Best Tank Subclassing Combinations article on the most impactful subclass combinations on the Elder Scrolls Online (ESO) Update 46! As the backbone of any successful group, a strong tank build is paramount for dominating dungeons and trials in the Elder Scrolls Online. With the subclassing system, the meta for ESO tanking has […]
The post ESO Best Tank Subclassing Combinations – Dominate Dungeons & Trials appeared first on AlcastHQ.

0

LibLuaCodeWindow (1.0)

This library allows you to add a code window to your add-on.The library has a built-in lexer that highlights the entered code in color.The syntax checker is not yet public in the current version, but will be available soon with an update.Usage:– The default color tabledefaultColors = { keyword = “007acc”, value = “007acc”, vararg = “007acc”, string = “ff9900”, string_end = “ff9900”, string_start = “ff9900”, number = “a3ffae”, ident = “389a42”, comment = “616361”}– Creates a code window– @param parent the parent UI Element– @param colors (optional) a table of colors for the highlighting– @returns a LibLuaCodeWindowlocal window = LibLuaCodeWindow:new(parent, colors)– Shows the code window and register an update event– @returns the LibLuaCodeWindowwindow:show()– Hides the code window and unregister the update event– @returns the LibLuaCodeWindowwindow:hide()– Destroys the code window and makes the ui element available for another code window– @returns truewindow:destroy()– Get code– @returns string the entered textwindow:getText()– Set code– @param string the code– @returns the LibLuaCodeWindowwindow:setText(text)

0

ESO 2025 Content Pass Explained

Welcome to our ESO 2025 Content Pass Explained Article. The introduction of a new content model for ESO in 2025, marked by the Seasons of the Worm Cult, has created uncertainty around the ESO 2025 Content Pass, the meaning of “Seasons,” and which version you should buy. In this article we will go over the different […]
The post ESO 2025 Content Pass Explained appeared first on AlcastHQ.

0

ESO Best Healer Subclassing Combinations: Top Skill Lines for Unbeatable Support

Welcome to our ESO Best Healer Subclassing Combinations: Top Skill Lines for Unbeatable Support article on the most powerful Healer subclass combinations on the Elder Scrolls Online (ESO) Update 46! Healing in The Elder Scrolls Online (ESO) is a vital role, and with the introduction of subclassing, players now have unprecedented flexibility in creating powerful […]
The post ESO Best Healer Subclassing Combinations: Top Skill Lines for Unbeatable Support appeared first on AlcastHQ.

0

CSPS – PTS 46 Subclassing (5.6.0)

This is a preview with subclassing implemented. I will upload it on monday, but maybe someone wants to try it before that and finds bugs… I don’t have that much time to actively play the game right now, but didn’t want the addon to break on monday :banana: