Projects
Total projects: 1648
| Name | Updated | Category | Author |
|---|---|---|---|
| LibCompress | 11/23/2008 | Libraries | galmok |
| LibCompress is a compression and decompression library implemented entirely in WoW-friendly Lua. It supports the LZW and Huffman algorithms, and can automatically choose the most efficient algorithm for your data. One popular usage for this library is to send a compressed table to another player or add-on. Doing this requires additional encoding to remove the \000 characters from the data stream. Take a look at the forum post for more info and a development discussion: ... | |||
| TradeskillInfo | 11/23/2008 | Professions | wmrojer |
| Complete Tradeskill Info Notes: v1.1-beta9 has many modifications to the file structure, and uses a new set of libraries (Ace3 instead of Ace2). I strongly recommend deleting the old directory before installing this version. The upgrade to Ace3 introduced a change in the saved variable format, which invalidated the old saved variables. You will need to logon to all your characters and open their trade skill windows to scan known recipes again. Also, it might be a good idea to delete the old ... | |||
| XLoot | 11/23/2008 | Bags & Inventory | Xuerian |
| A remake of the built-in lootframe. By Xuerian. Also see XLootGroup, XLootMaster and XLootMonitor. If you have a problem, please Post a ticket with the error | |||
| LittleWigs | 11/23/2008 | Boss Encounters | ulic |
| Description To put it simply, these are BigWigs modules that add some warnings to the bosses found in 5-man instances. This is a Third Party addon, and not officially developed by the BigWigs team. Usage Drop this folder into the Addons folder like any other addon. It automatically integrates with BigWigs. Should you desire not to see some of the modules in the menu because you feel you don't want them, just delete the corresponding bosses .lua file or the entire zone folder. Additional ... | |||
| Nauticus | 11/23/2008 | Map & Minimap | Drool |
| Official Homepage: http://drool.me.uk/naut Nauticus tracks the precise location of boats and Zeppelins around Azeroth and displays them on the Mini-Map Nauticus, FuBar_NauticusFu, TitanNauticus and MapLibrary. MapLibrary is no longer used and FuBar ZepShipMaster, FuBar_ZepMasterFu and TitanZeppelinMaster, before extracting this package. TO DO auto pop-up tooltip and/or sound arrival/departure alarm (i.e. Zep horn or boat bell) when at platform new compact UI window, listing schedules for all ... | |||
| HealPoints | 11/23/2008 | Class, Healer | Eridan |
| HealPoints is a healer gear benchmark addon similar to TankPoints for tanks. It is designed to make it easier for healers to choose the most optimal gear, for example balancing spirit, +mana/5s, +healing and intelligence. It displays all your relevant basic stats as well as HP/sec, HP/mana etc. for all your healing spells. It also displays a few more advanced benchmarks: PowerPoints (focused on healing output over a short period) and EndurancePoints (focused on healing output over a long ... | |||
| NRT | 11/23/2008 | Data Export, Guild, Boss Encounters, Miscellaneous | Rabbit |
| When a boss dies, you get a popup asking if you want to take raid attendance now - doing so creates a new table of all the members in your raid + people that whisper you with their mains name (who must be in the guild), and presents it to you in a copy-able text box so you can easily export it to your web DKP system. It also tracks all epic+ quality items that are looted, when they were looted, who looted them and what mob they were looted from. It also takes whispers from people on standy ... | |||
| LibQTip-1.0 | 11/23/2008 | Libraries, Tooltip | Torhal |
| LibQTip is designed replace GameTooltip, but with added functionality, such as multiple columns - from a minimalist design perspective. This is not a revamped TabletLib. It does not and will not provide such feature as detached tablet, clickable lines nor scrollbar. Features Ability to display and handle multiple tooltips at the same time, Unlimited number of columns and lines, Column default and per cell justification, Tooltip default and per cell font setting, Colspans, Possibility to add ... | |||
| BananaDKP | 11/23/2008 | Boss Encounters | Rabbit |
| DKP system for all guilds in the Banana Republic. | |||
| Skinner | 11/23/2008 | Miscellaneous | Jncl |
| Skinner changes the look of the default UI Please post all comments here Instructions Skinner has sub-directories, AddonSkins and SkinMe. To have an Addon skinned, move or copy its file from AddonSkins into SkinMe, then Exit and restart, the Addon will then be skinned All the files from AddonSkins can be put into SkinMe with no detrimental effect. If you don't have the Addon loaded then the skinning code will be removed from Skinner's memorypool. Skinner Commands can be found here Instructions ... | |||
| Accomplishment | 11/23/2008 | Chat & Communication | ethancentaurai |
| Accomplishment (noun) "Something completed successfully; goal reached" (formally known as Guild Achiever) This is a small addon with one purpose: to provide an easy way to congratulate someone, be they a guildie or a random stranger, when they earn an Achievement. Features: - Auto-popup when an Achievement is unlocked by someone. - Left-click the name to congratulate the person. - Right-click the name to remove it from the list. - Clicking "Close" hides the window and removes all names from the ... | |||
| LibBagUtils-1.0 | 11/23/2008 | Libraries | mikk |
| Several useful bag related APIs that you wish were built into the WoW API: local LBU = LibStub("LibBagUtils-1.0") for bag,slot in LBU:Iterate("BANK", "Major Healing Potion") do LBU:PutItem("BAGS") end :Iterate("which"[, "lookingfor"]) which string: "BAGS", "BANK", "BAGSBANK" lookingfor OPTIONAL: itemLink, itemName, itemString or itemId(number). Will not match partial names. Returns an iterator that can be used in a for loop, e.g.: for bag,slot,link in LBU:Iterate("BAGS") do -- loop all slots ... | |||
| LilSparky's Workshop | 11/23/2008 | Professions | lilsparky |
| LilSparky's Workshop augments the Crafting and Trade Skill Windows with additional information for each skill. It uses Auction data to calculate reagent costs and also potential value for each crafted item (considering multiple fates for said item -- vendor, auction, or disenchanting). It places this data in table form right in the tradeskill window for quick reference. Requires: Auction scanner: Auctioneer, AuctioneerAdvanced, or KC_Items/AuctionSpy. Vendor price database: Informant, ... | |||
| LibPeriodicTable-3.1 | 11/23/2008 | Libraries | Nymbia |
| 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 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 efficiency. PT is a LibStub library for managing these sets (ex: ... | |||
| LibFilter-1.0 | 11/23/2008 | Libraries | Nayala |
| Generic Filter Library. This library allows for plug in filters for items and other similar strings. Filters I have plans for some additional filters. ClosetGnome - Matches items based on being in a closetgnome set ItemRack - Matches items based on being in a itemrack set Outfitter - Matches items based on being in an outfitter set. Usable - Provides filters for Usable, Consumable and Equippable items. Note: Usable and Consumable are based on Blizzard functions and may not be the same as you ... | |||
| HandyNotes | 11/23/2008 | Map & Minimap | Xinhuan |
| Handy notes for your maps | |||
| GatherMate_Data | 11/23/2008 | Map & Minimap | kagaro |
| Wowhead Data dump for GatherMate | |||
| LibBabble-Boss-3.0 | 11/23/2008 | Libraries | ckknight |
| A library to help with localization of bosses. | |||
| Cartographer_QuestInfo | 11/23/2008 | Map & Minimap, Quests & Leveling | lahow |
| Cartographer_QuestInfo is a quest library module for Cartographer. Cartographer_QuestInfo has built-in database for quests, no need to record quest first, you get the info instantly. Provide info for nearly every quest. Quest info are data mined from wowhead/allakhazam/wowbox website, so it is almost complete and up-to-date. Provide quest start and end npc or item info, you get the name and location. Provide quest objective info, you get the mob level and location. Provide quest series info. ... | |||
| ArkInventory | 11/23/2008 | Bags & Inventory | Arkayenro |
| AI's display windows are built from "virtual bars", you assign categories to bars so that items in that category are displayed on the specific bars you want. There is no limit to the number of bars you can have inside a window but obviously you only have so much screen real estate before it becomes "too many". AI uses several methods to assign a default category to an item such as what professions you have, tooltip scanning, basic type/subtype and PeriodicTable. You then assign those categories ... | |||
WowAce.com