Developer Let’s Play—Heart’s Week with Ninja Pulls
Tune in as Ninja Pulls is joined by an ESO developer guest for some Heart’s Week livestream fun.
Tune in as Ninja Pulls is joined by an ESO developer guest for some Heart’s Week livestream fun.
ESO creators and livestreamers Tirinei, No_Lollygaggin, and friends team up to support the American Heart Association.
ESO creators and livestreamers Tirinei, No_Lollygaggin, and friends team up to support the American Heart Association.
ESO’s developers share some of the things they’ve been working on over the last month in a new livestream series.
LibLeadDrop is a data library providing drop information for antiquity leads.All lead drop hints were obtained from https://en.uesp.net/, many thanks to authors, contributors, admins, and all people responsible for the wiki.Proper credit for specific pages is bundled with data and also exposed via LibLeadDrop.getLeadDropHintLink function.How to use:Use the library as DependsOn or OptionalDependsOn in your addon file:## OptionalDependsOn: LibLeadDrop>=010000Try to use the most recent library version, you can find this version in LibLeadDrop.addon file after download.Library offers these functions: (defined in LibLeadDropAPI.lua):function LibLeadDrop.getLeadDropHint(integer antiquityId) –> String: This returns the hint for where the lead dropsfunction LibLeadDrop.getLeadDropHintLink(integer antiquityId) –> String: This returns the https://en.uesp.net/ link to a page from which the Drop Hint was taken.function LibLeadDrop.getAntiquityIdsForSet(integer setId) –> Array: This is a helper function for mythics and set antiquities, it returns all antiquityIds for given setId.Example:local malacathPieces = LibLeadDrop.getAntiquityIdsForSet(11)for _, antiquityId in ipairs(malacathPieces) do d(LibLeadDrop.getLeadDropHint(antiquityId))endWould outputOverland mobsPublic Dungeon bosses in Old OrsiniumPublic Dungeon bosses in Bonesnap RuinsPatrolling Horrors in the Imperial CityWorld BossesNote: you can obtain antiquity zone by vanilla API: GetAntiquityZoneId(integer antiquityId) and that is the reason why zones aren’t bundled in LibLeadDrop. Tho, one of the future goals of this library is to also provide zoneIds explicitly for drop zones.LibLeadDrop.data variable is considered internal, and is not recommended for using in addons. Please prefer obtaining data by exposed API functions.Please do not bundle this library with your addon, as it is not recommended by esoui, and also be cautious when copying any data directly into your addon files. You may still do so, but be aware that redistribution of the data means you must comply with the Creative Commons Attribution-ShareAlike 2.5 Generic (CC BY-SA 2.5) license. You can find more information in license.txt after download or by checking the link: https://creativecommons.org/licenses/by-sa/2.5/
The Avalanche Starter is a powerful endgame bow in Enshrouded with bonuses to Ice Damage and Critical Strike Chance.
The post Enshrouded Avalanche Starter Location and Stats first appeared on Hack the Minotaur.
The Broodmother’s Eye is a powerful endgame dagger weapon in Enshrouded with bonuses to backstab damage and shock damage.
The post Enshrouded Broodmother’s Eye Location and Stats first appeared on Hack the Minotaur.
The Champion’s Axe is a powerful endgame two-handed weapon in Enshrouded with bonuses to critical strikes and health restoration.
The post Enshrouded Champion’s Axe Location and Stats first appeared on Hack the Minotaur.
The Devilish Bow is a powerful endgame bow in Enshrouded with bonuses to backstab damage and critical strike damage.
The post Enshrouded Devilish Bow Location and Stats first appeared on Hack the Minotaur.
The Guard Of The North Sword is a powerful endgame one-handed weapon in Enshrouded with bonuses to critical strike damage and critical strike chance.
The post Enshrouded Guard Of The North Sword Location and Stats first appeared on Hack the Minotaur.