Addons

Filters

NameUpdatedCategoryAuthorStage
NameUpdatedCategoryAuthorStage

LibFail-1.0

19 Nov 2009 Release
A library with reusable code to detect failure at certain raid tasks. At last count there are 100 different "fails" that are tracked (updated for ToC/Icecrown courtesy of Maat/sztanpet/MysticalOS). Please note, this list is not always up-to-date. The Icecrown Citadel list includes: Fail_Rotface_OozeExplosion Fail_Rotface_StickyOoze Fail_Marrowgar_Whirlwind Fail_Marrowgar_Coldflame Fail_Marrowgar_SaberLash Fail_Festergut_VileGas Fail_Festergut_PungentBlight Fail_Deathwhisper_DeathNDecay...

LibBabble-Boss-3.0

16 Nov 2009 Release
A library to help with localization of bosses. Please see http://forums.wowace.com/showthread.php?t=15655.... This post will provide you with information on how to contribute to the translation of this babble library.

LibGroupTalents-1.0

16 Nov 2009 Release
A high level interface to the standard talent API. All of the default Blizzard talent functions are mapped onto equivelant library functions which accept a unit ID. Plus many convenience functions are provided to allow collection of much of the commonly needed information. The library takes care of all of the talent querying, roster changes and so forth. It simply notifies you when someone's talents have changed. You can directly query a talent by name, or get a quick and easy summary of...

LibBabble-Zone-3.0

16 Nov 2009 Release
A library to help with localization of Zones. Please see http://forums.wowace.com/showthread.php?t=15655.... This post will provide you with information on how to contribute to the translation of this babble library.

LibBabble-Faction-3.0

16 Nov 2009 Release
A library to help with localization of factions. Please see http://forums.wowace.com/showthread.php?t=15655.... This post will provide you with information on how to contribute to the translation of this babble library.
AceGUI-3.0 Frame Widget

Ace3

16 Nov 2009 Beta
AddOn development framework A basic introduction to usage can be found here: http://www.wowace.com/projects/ace3/pages/getting-started/ Documentation can be found here: http://www.wowace.com/projects/ace3/pages/ For historic purposes, the "old" documentation is still around on the old wiki, some articles may not be converted yet, and only exist on the old wiki: http://old.wowace.com/wiki/Ace3

LibHealComm-4.0

14 Nov 2009 Release
LibHealComm-4.0 is a library that keeps track of heals being cast by both the player and the people they are grouped with. It will estimate how much a heal will land for using talents, glyphs, auras as well as gear and provides data to other users using LibHealComm-4.0. There is a variety of ways to show data, anything from a simple bar that indicates how much healing is incoming on an unit to showing a graphical summary of what player is casting what heal, on who and how long it will take to...

LibInternalCooldowns-1.0

14 Nov 2009 Alpha
LibInternalCooldowns-1.0 tracks internal cooldowns and provides callbacks for mods wishing to provide their users with information about internal cooldowns. It currently supports all epic and rare WotLK trinkets.

LibRangeCheck-2.0

13 Nov 2009 Release
A library to determine estimated range. API documentation

LibBossIDs-1.0

12 Nov 2009 Beta
LibBossIDs-1.0 provides a table that flags mobIDs true if the mob linked to the ID is a boss. Example: if LibStub("LibBossIDs-1.0).BossIDs[mobID] then print("Found a boss!") end One can get the mobID from a GUID the following way: mobid = tonumber(GUID:sub(9, 12), 16)

LibBabble-CreatureType-3.0

09 Nov 2009 Release
A library to help with localization of the output of UnitCreatureType. Please see http://forums.wowace.com/showthread.php?t=15655.... This post will provide you with information on how to contribute to the translation of this babble library.

LibStatLogic-1.1

07 Nov 2009 Release
StatLogic 1.1 now uses LibStub instead of AceLibrary API Documentation :BuildGemmedTooltip(item , red , yellow , blue , meta) Arguments item number or string or table - tooltip or itemId or "itemString" or "itemName" or "itemLink" red number or string - gemID to replace a red socket yellow number or string - gemID to replace a yellow socket blue number or string - gemID to replace a blue socket meta number or string - gemID to replace a meta socket Notes Returns a modified link with all empty...

LibLordFarlander-2.0

04 Nov 2009 Release
Helper functions used by my addons, feel free to use them in your addon too

LibKeyBound-1.0

03 Nov 2009 Release
An intuitive keybindings system: simply mouseover frame, click keys or buttons. Links API LibKeyBound Forum LibKeyBoundExtra-1.0 CommonUI What it Does Activating it brings up an instruction frame from which KeyBinding mode can be cancelled. KeyBinding mode Hover cursor over participating frames. The current keys are shown in tooltip and in the frame. Click buttons or keys to bind. Press Escape to clear bindings Implemented: It is now a LibStub lib. Removed AceLocale-3.0 and AceEvent-3.0...

LibWrapperHealComm-1.0

03 Nov 2009 Release
This is a small wrapper library that is used to make the transition from LibHealComm-3.0 to LibHealComm-4.0 easier for both authors and users. There are no function calls or callbacks to register for this to work. Because LHC-3.0 does not send GUIDs for healing targets, the wrapper will try and figure out the GUID it will prioritize players over pets/vehicles. The first healing message sent from LibHealComm-3.0 will be ignored per user, so that if they are using both LHC-3.0 and LHC-4.0 it...

GloryLib

03 Nov 2009 Inactive
A library for PvP and Battlegrounds. Authors: Boss and hyperactiveChipmunk German Translations: neriak Handy features: Check in battlegrounds, which battlegrounds. Get the current or next battleground weekend. Get today's hk's, deaths, hk honor, bonus honor, total honor (this is accurate). Keep track of battlegrounds wins/losses. Get the current PvP cooldown. Get scoreboard info in battlegrounds. Get base/resource/flag/player info in battlegrounds. Users: TO INSTALL: Put the GloryLib folder...

CallbackHandler-1.0

02 Nov 2009 Release
CallbackHandler is a back-end utility library that makes it easy for a library to fire its events to interested parties. It removes the need for addons to be aware of e.g. AceEvent. The one remaining use for AceEvent Messages is messages that do not have a fixed source - ones that multiple libraries or addons can fire. Including CallbackHandler-1.0 into your project Library if using the WoWAce repositories setup an external pointing to...
Example of the bar look

DRData-1.0

02 Nov 2009 Release
Library that contains (hopefully) the most up to date diminishing return categorization, this is purely the diminishing return data itself with API’s to determine if a spellID has a diminishing return, if it diminishes in PvE and the category it diminishes in. http://github.com/Shadowed/CCTracker/tree and http://github.com/Shadowed/CCTracker/tree are two examples of implementation for both DRData-1.0 and diminishing return tracking in general.
LSM30_Font

AceGUI-3.0-SharedMediaWidgets

02 Nov 2009 Release
This addon provides 5 AceGUI-3.0 widgets that will make selection LibSharedMedia-3.0 types easier. The widget names are: "LSM30_Font" "LSM30_Sound" "LSM30_Statusbar" "LSM30_Background" "LSM30_Border" to use these widgets simply create the widget and register for the appropriate callback "OnValueChanged" the other way to use the widgets is to replace the select option in a ACE-3.0 option table by adding dialogControl = "widget name", to it you will also need to supply a list of keys to the...

LibPeriodicTable-3.1

01 Nov 2009 Release
Library of itemId and spellId sets Before reading this description, please brush up on your chemistry knowledge (Don't fear, it's short and painless) See Usage for how to include and use PT sets in your mod. See the Editing page for details of how to maintain PeriodicTable. See the API page for how to use PeriodicTable in your mod. See the Forum for discussion. Periodic Table adds order to many items and spells in WoW. These are organized into sets. Like most Ace addons it's focus is...