Category: News

0

ESO Imperial City Vendor and Trophy Vault Changes in Update 44

Welcome to our ESO Imperial City Vendor and Trophy Vault Changes in Update 44 where we will go over all the changes to Imperial City Vendors, items and Imperial Fragments. You will discover which vendor stocks which items now, how the new Imperial Fragments work and where to find all the vendors in Update 44 for […]
The post ESO Imperial City Vendor and Trophy Vault Changes in Update 44 appeared first on AlcastHQ.

0

Community Guides—Update 44

Learn new tips, tricks, and tidbits related to Update 44 with these community-generated guides!

0

LibDataEncode (1beta)

DependencyThe following library is optional:LibDebugLogger (Allows debugging, version 2.5.1 or later)DescriptionPlease note that this is a beta release. Its good enough for testing or early development. However in case of severe issues, breaking changes are still possible.This library allows to encode arbitrary, deep tables (as long as there are no circular references) to optimize saving large amounts of addon data. It encodes everything to a shallow table of long strings, which reduces UI load times and LUA memory consumption (until the data gets decoded again).APINote: array indicates an integer indexed lua table that can be iterated by ipairsEncodeFunction to encode data.encodedStrings = LibDataEncode.Encode(data, localDict, globalDict)data (string, number or table): Data to be encoded.localDict (true or array of string and/or number): Dictionary of recurring entries.If true, a dictionary will be created by scanning the data and creating entries for repeatedly occuring (>= 3) strings or numbers. The local dictionary will be included in the encoded strings.globalDict (array of string and/or number): A global dictionary that is provided by your addon. The global dictionary is not included in the encoded strings. Due to this, its entries have to stay the same, to allow decoding at a later time. However, the number of items present in the global dictionary is stored, so additional entries can be added over time without affecting the decoding. return encodedStrings (array of string): Encoded data.DecodeFunction to decode data.data, dict = LibDataEncode.Decode(encodedData, globalDict)encodedData (array of string): Encoded data, previously encoded with LibDataEncode.Encode.globalDict (array of string and/or number): The global dictionary used during encoding (see above). return data (string, number or table): The original data.return dict (array of string): Dictionary containing the combined (global and local) dictionary.MakeDictionaryThis function scans the provided data and creates a dictionary of recurring items.dictionary = LibDataEncode.MakeDictionary(data, globalDictionary)data (string, number or table): Data to be encoded.globalDict (array of string and/or number): A global dictionary that is provided by your addon (see above). return dictionary (array of string and/or number): Dictionary of recurring entries.PerformTestFunction to test encoding of data.testresult = LibDataEncode.PerformTest(testname, data, localDict, globalDict)testname (array of string): Encoded data, previously encoded with LibDataEncode.Encode.data, localDict, globalDict: see abovereturn testresult (table): Contains result, encoded and decoded data. Meant to be inspected with Zgoo or Torchbug. If the decoded data is identical to data, testresult.result will be trueGithub repository: https://github.com/Solinur/LibDataEncodeSolinur (EU)

0

ESO’s November 2024 Survival Guide

Enjoy Update 44 on all platforms, a return to High Isle, and more during another packed month of The Elder Scrolls Online!

0

Mass Deconstructor U44 Patch (6.4.2)

a patch to update the original Mass Deconstructor to update 44 and fixes the jewelry crafting issue if you are esoplus or own the correct expansion to use jewelry crafting.

0

Crown Store Showcase—November 2024

Fill your hold in preparation for your journey to the Systres Isles with a fine assortment of items and collectibles coming to the Crown Store this November.

0

Best Throne and Liberty Healer Build – Wand/Tome and Longbow

Welcome to our Throne and Liberty Healer Build. With this Healer build, we will be using the combination of the Wand/Tome and Longbow weapons to protect, heal, and support our allies as much as possible. This weapon combination is great to increase the overall damage of the group! For a full overview of all builds […]
The post Best Throne and Liberty Healer Build – Wand/Tome and Longbow appeared first on AlcastHQ.

0

Custom Ability Icons (1.0)

This addon affects the following areas:- Skill Styles: The skill’s normal icon found in the ability bar can be replaced with the selected skill style icon.- Scribed Skills: The appropriate recolor of the original icon of a scribed skill can be replaced, based on the focus script that’s been used.- Base Game Icons: Specifically for the destruction staff skill Pulsar (Impulse morph) while using a frost staff, the base game icon can be replaced with something a bit more frosty.

0

How to get the Dragonclaw Imperial Warbear Mount in ESO Guide

Welcome to our How to get the Dragonclaw Imperial Warbear Mount in ESO Guide, where you will find out how you can acquire this cuddly but deadly bear mount. The Dragonclaw Imperial Warbear Mount mount was added to the base-game In Update 44 titled as the “Battleground PvP Update”. It requires three shattered warbear items […]
The post How to get the Dragonclaw Imperial Warbear Mount in ESO Guide appeared first on AlcastHQ.