Category: News

0

LibBitSet (0.0.1)

LibBitSet is a library for working with bitsets. It provides a memory-optimized alternative to using tables like id => true, making it a great option for handling large datasets or tracking boolean states. By utilizing bitwise operations, LibBitSet allows developers to store and manipulate flags efficiently.Key FunctionsCreating a BitSet:local bitSet = LibBitSet:New()Setting a Bit:bitSet:SetBit(index)Sets the bit at the specified index to 1.Clearing a Bit:bitSet:ClearBit(index)Clears the bit at the specified index (sets it to 0).Toggling a Bit:bitSet:ToggleBit(index)Toggles the bit at the specified index (switches between 1 and 0).Getting a Bit Value:local bitValue = bitSet:GetBit(index)Returns the value of the bit (0 or 1) at the specified index.Bitwise OperationsBitwise OR:local result = bitSet:BitwiseOr(otherBitSet)Performs a bitwise OR operation with another bit set.Bitwise AND:local result = bitSet:BitwiseAnd(otherBitSet)Performs a bitwise AND operation with another bit set.Bitwise NOT:local result = bitSet:BitwiseNot(maxIndex)Returns the bitwise negation of the current bit set.Converting to a string:local bitString = bitSet:ToString(maxIndex)Returns a string representation of the bit set.Counting Set Bits:local count = bitSet:CountSetBits()Counts the number of bits set to 1 in the bitset.Iterating Over BitsLibBitSet provides an iterator to loop over the set bits:for index, value in LibBitSetIterator(bitSet) do — Your code hereendThis function will iterate through all set bits.Integration with SavedVarsTo store bit sets in SavedVars, LibBitSet can be easily integrated as shown below:self.data = LibSimpleSavedVars:NewInstallationWide(“MyAddonData”, 1, { items = LibBitSet.New(),})– Load BitSet from SavedVarsself.data.items = LibBitSetLoad(LibBitSet.New(), self.data.items)

0

Harven’s All Experience Bars – Extended (2.8.5)

Dependencies:LibHarvensAddonSettingsLibCustomMenuLibAddonMenu-2.0Does NOT require the original Harven’s All Experience Bars -> Unistall it before install this mod.DescriptionI made a Fork of the original Harven’s All Experience Bars mod. It keeps all the features of the original(Description of the original mod: Link) but expands it and adds a lot of new functionality.New Features:Mod has a new extended Settings Menu, based on LibAddonMenu – 2.0 and extended Context Menu,New Progress Display option: Min/Max( % ),Now You can customize more things:Fill Color for: ALL Bars at once or for EACH Bar SEPARATELY(Context Menu),Font Color for: ALL Labels for ALL Bars at once, or only for ALL Labels associated to a SPECIFIC Bar, or only SPECIFIC TYPE of Label(‘Skill Name’, ‘ Skill Rank’, ‘Experience Gain’ and ‘Skill Progress’) for ALL Bars, or only SPECIFIC TYPE of Label (‘Skill Name’, ‘ Skill Rank’, ‘Experience Gain’ and ‘Skill Progress’) for a SPECIFIC Bar(s) (Context Menu), or EACH Label SEPARATELY(Context Menu), Font Settings(Font Type, Font Style, Font Size) for: only SPECIFIC TYPE of Label (‘Skill Name’, ‘ Skill Rank’, ‘Experience Gain’ and ‘Skill Progress’) for ALL Bars, or EACH Label SEPARATELY(Context Menu), Width for: ALL Bars at once, or for EACH Bar SEPARATELY(Context Menu), You can restore to Defaults ALL Settings at once or just ONLY the ones you need, Supported languages: https://i.ibb.co/sKw1gqr/united-kingdom32.png https://i.ibb.co/t8WJsyM/germany.png https://i.ibb.co/Jr6QwCg/poland.pngYou can add custom fonts using LibMediaProvider and LMPMediaStash-> First you need to install LPMediaStash and add your custom font there, then you need to add it to LibMediaProvider e.g. like here:and finally to this list(in HarvensAllExperienceBars.lua):local fonts = { “MEDIUM_FONT”, “BOLD_FONT”, “CHAT_FONT”, “GAMEPAD_LIGHT_FONT”, “GAMEPAD_MEDIUM_FONT”, “GAMEPAD_BOLD_FONT”, “ANTIQUE_FONT”, “HANDWRITTEN_FONT”, “STONE_TABLET_FONT”, “ESO_CARTOGRAPHER_FONT”}Screenshots were taken with DarkUI ON

0

Throne and Liberty Staff Beginner Build Guide

Welcome to the Throne and Liberty Staff Beginner Build Guide. In this guide, we will explain how to create a simple but powerful Staff build that is perfect for new or casual players. Our beginner builds are easier to create and play than our endgame builds (such as the Staff & Dagger Build) because they […]
The post Throne and Liberty Staff Beginner Build Guide appeared first on AlcastHQ.

0

Throne and Liberty Daggers Daggers Beginner Build Guide

Welcome to the Throne and Liberty Daggers Beginner Build Guide. In this guide we will explain how to create a simple but powerful Dagger build that is perfect for new or casual players. Our beginner builds are easier to create and play than our endgame builds (such as the Dagger & Crossbow build) because they have […]
The post Throne and Liberty Daggers Daggers Beginner Build Guide appeared first on AlcastHQ.

0

Throne and Liberty Longbow Beginner Build Archer Guide

Welcome to the Throne and Liberty Longbow Beginner Build Guide. In this guide, we will explain how to create a simple but powerful Longbow build that is perfect for new or casual players. Our beginner builds are easier to create and play than our endgame builds (such as the Longbow & Dagger Build) because they […]
The post Throne and Liberty Longbow Beginner Build Archer Guide appeared first on AlcastHQ.

0

Throne and Liberty Crossbow Beginner Build Guide

Welcome to the Throne and Liberty Crossbow Beginner Build Guide. In this guide, we will explain how to create a simple but powerful Crossbow build that is perfect for new or casual players. Our beginner builds are easier to create and play than our endgame builds (such as the Crossbow & Dagger Build) because they […]
The post Throne and Liberty Crossbow Beginner Build Guide appeared first on AlcastHQ.

0

Throne and Liberty Wand and Tome Beginner Build Guide

Welcome to the Throne and Liberty Wand & Tome Beginner Support Build Guide. In this guide, we will explain how to create a simple but powerful Wand & Tome Support Healer build that is perfect for new or casual players. Our beginner builds are easier to create and play than our endgame builds (such as […]
The post Throne and Liberty Wand and Tome Beginner Build Guide appeared first on AlcastHQ.

0

Throne and Liberty Sword and Shield Beginner Build Guide

Welcome to the Throne and Liberty Sword & Shield Beginner Tank Build Guide. In this guide, we will explain how to create a simple but powerful Sword & Shield Tank build that is perfect for new or casual players. Our beginner builds are easier to create and play than our endgame builds (such as this […]
The post Throne and Liberty Sword and Shield Beginner Build Guide appeared first on AlcastHQ.