myrroddin

Filters

NameUpdatedCategoryAuthorStage
NameUpdatedCategoryAuthorStage
Race Artifact List

Archy - Archaeology Assistant

06 Feb 2012 Torhal Release
Archy is an assistant for Archaeologists that want information at their finger tips. Translators: http:www.wowace.com/addons/archy/localization/ Bug reports/suggestions: WoWAce Tickets system Bugs reported in comments will be deleted. Features Localized for English, French, German, Russian, Spanish, and Traditional Chinese users On-screen customizable and movable list for the dig sites on the continent you are current on On-screen customizable and movable list of the artifacts you are...

LibBabble-DigSites-3.0

24 Jan 2012 Torhal Release
LibBabble-DigSites-3.0 Easily translate the dig site strings into all the locales. This won't return locations, distance, or anything else of the like, only the dig site names. How to Use: pkgmeta and Repository Libs/LibBabble-DigSites-3.0: svn://svn.wowace.com/wow/libbabble-digsites-3-0/mainline/trunk -- or wherever you wish to put it! MyAddon.toc Libs\LibBabble-DigSites-3.0\lib.xml MyAddon.lua local DS = LibStub("LibBabble-DigSites-3.0"):GetLookupTable() print(DS["Altar of Quetz'lun...
Res Bars Test

SmartRes2

13 Dec 2011 Morgalm Release
Co-ordinated Party and Raid Wipe Recovery, Evolved IMPORTANT NEWS! The latest alpha build of SmartRes2 removed the macro command for public use. It is still in the code, but only for developers. It will stay that way until a fix is found as to why the command is not working. The latest alpha supports Brazilian Portuguese, or at least as much that has been translated as of this writing. Feel free to try out the latest alpha at this link, but be warned, it may not work correctly. If you find...

LibResComm-1.0

11 Dec 2011 Morgalm Release
Keeps track of resurrection spells cast in a group. Uses the CTRA protocol for communication. Does not send messages when oRA2 or CTRA is enabled. Credits: originally written by DathRarhek, updated and improved by Myrroddin and Phanx Code Examples: -- API IsUnitBeingRessed(unit) -- Callbacks ResComm_ResStart(event, resser, endTime, target) ResComm_ResEnd(event, resser, target) ResComm_Ressed(event, name) ResComm_CanRes(event, name, typeToken, typeString) ResComm_ResExpired(event, name) Links:...
MrBigglesworth's Revenge.

MrBigglesworthDeath

01 Dec 2011 Ketho Release
Announces to a selectable chat frame which character killed Mr. Bigglesworth, Kel'Thuzad's cat in Naxxramas. Plays some optional ominous thunder. You can also switch the chat output type between SAY, YELL, RAID, PARTY, and GUILD. Much thanks to OrionShock, Jerry, and Tekkub. See the changelog page: slash commands and optional sound now working! Type /mrbigglesworthdeath or /mbd for instructions. Known Issues: Due to a limitation in the Blizzard combat log, this addon only detects when someone...

LibGuildBankComm-1.0

29 Nov 2011 Starinnia Release
LibGuildBankComm-1.0 A Perfect World There are many addons that take a snapshot of the guild bank; however, since most users only use one of them, and none of them speak the same data type, guild members have snapshots that are out of sync with each other. LibGuildBankComm-1.0 takes the snapshot and standardizes the data, so any addons that support it all speak the same language. Further, when one user visits the guild bank, then all users with the lib are updated automatically to the latest...

LibDataBroker-1.0

13 Nov 2011 myrroddin Release
LibDataBroker-1.0 is a port of LibDataBroker-1.1 for World of Warcraft by Tekkub and Elkano to Rift. This port is with their permission. Tekkub and Elkano will not, nor can not, provide any technical support for this port. I will be handling bugs or suggestions. ~ Lorandii aka Myrroddin. LDB’s primary goal is to “detach” plugins from the display addon. Plugins can provide data into a simple table, and display addons can receive callbacks to refresh their display of this data. LDB also...

Broker Bar

12 Nov 2011 myrroddin Planning
Broker Bar This is a simple implementation of a LibDataBroker display bar. Features Create multiple display bars in any combination of top, bottom, left and right sides of your screen. Plugins will use the LibDataBroker system. Therefore, users can switch display bars without losing their plugin data. Right click any blank space on a display bar to open the options screen. Plugins can be set to left, centre, or right of any bar. What is LibDataBroker LDB is an extremely lightweight system...

Bug Catcher

21 Jun 2011 myrroddin Beta
Bug Catcher Console vs Movable Frame Bug Catcher hooks Event.System.Error and presents a frame that you can move with a console command, rather than Rift's console. When you left click the frame, it empties the bug or error and hides the frame. Console Command /bugcatcher pos 100 200 - moves from top left to x = 100 y = 200 /bugcatcher height 400 - makes the height of the frame 400 /bugcatcher width 300 - makes the width of the frame 300 /bugcatcher fontsize 12 - makes the error font size 12...

CallbackHandler-1.0

12 Jun 2011 myrroddin Beta
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. This is a port of CallbackHandler-1.0 to Rift by Lorandii aka Myrroddin. Note: There is no Ace project for Rift thus far, but CBH may still be useful.
Not in Combat

Average Combat Mana

29 Mar 2011 myrroddin Alpha
Average Combat Mana ACM calculates your Mana gain or loss every second using the 10 most recent values (or less, if the fight is short), averages the result, and displays that on a frame, moving the indicator accordingly. This is primarily geared toward healers, but any DPS Mana using caster may benefit. Looking at you Arcane Mages! For example: You have 10 000 Mana currently First pass you have 9000 Mana, or a loss of 1000. The loss is stored Second pass you have 11 000 Mana, or a gain of...