<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>WoWInterface - Latest  Interfaces</title>
		<link>http://www.wowinterface.com</link>
		<description>World of Warcraft Interfaces, Skins, Addons, Mods community.</description>
		<language>en</language>
		<generator>WoWInterface</generator>
		<ttl>30</ttl>
		<copyright>Copyright 2006, WoWInterface</copyright>
		<image>
			<url>http://s.wowinterface.com/images/style_mmoi_wowi2/misc/rss.jpg</url>
			<title>WoWInterface</title>
			<link>http://www.wowinterface.com</link>
		</image>
		<webMaster>no-reply@WoWInterface</webMaster>
				<item>
			<title>MacroTalk (1.8)</title>
			<link>http://www.wowinterface.com/downloads/info6853-1.8.html</link>
			<description>MacroTalk - v1.8&lt;br /&gt;
By Cogwheel&lt;br /&gt;
&lt;br /&gt;
MacroTalk provides extended chat command support especially useful for macros.&lt;br /&gt;
For comments, bug reports, etc., please visit http://cogwheel.wowinterface.com.&lt;br /&gt;
&lt;br /&gt;
Table of Contents&lt;br /&gt;
&lt;br /&gt;
Disabling modules&lt;br /&gt;
Slash commands&lt;br /&gt;
    /tellunit&lt;br /&gt;
    /group&lt;br /&gt;
    /opt&lt;br /&gt;
    /rndcmdConditional chat commands&lt;br /&gt;
Random chat commands&lt;br /&gt;
Text substitutions&lt;br /&gt;
    Straight substitutions&lt;br /&gt;
    Unit informationDisabling Modules:If you would prefer only to have certain functionality from MacroTalk (for&lt;br /&gt;
    instance, if you have another addon that provides similar functionality),&lt;br /&gt;
    you can disable various modules by renaming or deleting the corresponding&lt;br /&gt;
    .lua files. You can safely remove MacroTalkChatOptions, MacroTalkCommands,&lt;br /&gt;
    and MacroTalkSubstitutions which correspond to Conditional/Random chat&lt;br /&gt;
    commands, Slash commands, and Text substitutions, respectively.Slash commands:    /tellunit (/tu, /whisperunit, /wu) &lt;unit&gt; &lt;message&gt;&lt;br /&gt;
        Sends a whisper to the specified unit. See&lt;br /&gt;
        http://www.wowwiki.com/API_TYPE_UnitId for a list of units&lt;br /&gt;
        &lt;br /&gt;
        Example:&lt;br /&gt;
            /cast Innervate&lt;br /&gt;
            /tellunit target Incoming innervate    &lt;br /&gt;
    /group (/gr) &lt;message&gt;&lt;br /&gt;
        Picks battleground, raid, or party chat depending on which type of group&lt;br /&gt;
        you are in.    /opt  &lt;slash command&gt;;  &lt;slash command&gt;; ...&lt;br /&gt;
        Picks from multiple slash commands given the options. You can only use&lt;br /&gt;
        slash commands that don't trigger secure functions. Chat commands,&lt;br /&gt;
        emotes, scripts, etc. are OK. /cast, /use, etc. are off limits.&lt;br /&gt;
        &lt;br /&gt;
        Note: the sub-commands cannot use macro options since the semicolons&lt;br /&gt;
        would cause ambiguity.&lt;br /&gt;
        &lt;br /&gt;
        Example:&lt;br /&gt;
            /opt  /bye; /wave    /rndcmd  &lt;command 1&gt;\&lt;command 2&gt;;  &lt;command 3&gt;\&lt;command 4&gt;...&lt;br /&gt;
        Picks a random slash command out of the group chosen based on the&lt;br /&gt;
        given options. Each group is a list of slash commands separated by the&lt;br /&gt;
        backslash (\) character (this is in contrast to commas used for the&lt;br /&gt;
        built-in random commands--commas are just too common in chat messages).&lt;br /&gt;
        &lt;br /&gt;
        Note: like the /opt command, the sub-commands cannot use macro options&lt;br /&gt;
        and you can't use any secure commands.&lt;br /&gt;
        &lt;br /&gt;
        Example:&lt;br /&gt;
            /rndcmd  /y Help! I'm Drowning! \ /s The water's great!;&lt;br /&gt;
            /s Time for a swim... \ /dance    &lt;br /&gt;
Conditional chat commands:&lt;br /&gt;
    All chat commands (/say, /tell, /guild, etc.) can now accept macro options.&lt;br /&gt;
    To use this functionality, simply start the command with /opt. Note:&lt;br /&gt;
     has no effect on the output of the chat commands; it only affects&lt;br /&gt;
    the other conditionals in the clause.&lt;br /&gt;
    &lt;br /&gt;
    Example:&lt;br /&gt;
        /optsay  gurgle;  The cavalry has arrived!    &lt;br /&gt;
    Example:&lt;br /&gt;
        /cast  Polymorph&lt;br /&gt;
        /optgroup  Sheeping %fRandom chat commands:&lt;br /&gt;
    Similar to the macro options, you can now add /rnd to the beginning of any&lt;br /&gt;
    chat command to pick a random saying. The /rnd___ commands also take options&lt;br /&gt;
    to pick a different list of sayings. The lists themselves are separated by&lt;br /&gt;
    the backslash symbol (\).&lt;br /&gt;
    &lt;br /&gt;
    Example:&lt;br /&gt;
        /rndyell ZOMG! \ WTF?! \ You there! Check out that noise!    &lt;br /&gt;
    Example:&lt;br /&gt;
        /rndsay  Ahhh, the Great Outdoors! \ What a lovely day!;&lt;br /&gt;
        I wish I could go outside right now \ Must... Leave... Building...Text substitutions:&lt;br /&gt;
    MacroTalk offers a variety of substitutions in addition to %t of the default&lt;br /&gt;
    UI. Substitutions are prioritized by the length of the code; longer codes&lt;br /&gt;
    are processed first. This means that %tl will be processed before %t. The&lt;br /&gt;
    codes are case-insensitive so %Tl is equivalent to %tL.&lt;br /&gt;
&lt;br /&gt;
    Straight substitutions:&lt;br /&gt;
        %n   - Your name&lt;br /&gt;
        %z   - Your current zone&lt;br /&gt;
        %sz  - Your current sub-zone&lt;br /&gt;
        %loc - Your map coordinates    Unit information:&lt;br /&gt;
        %t - Name of your target (built in, but listed for consistency)&lt;br /&gt;
        %f - Name of your focus&lt;br /&gt;
        %m - Name of mouseover unit&lt;br /&gt;
        %p - Name of your pet&lt;br /&gt;
        %tt - Name of your target's target&lt;br /&gt;
        &lt;br /&gt;
        You can suffix those with one of the following to return other pieces of&lt;br /&gt;
        data about the unit:&lt;br /&gt;
        &lt;br /&gt;
        l - Level&lt;br /&gt;
        c - Class&lt;br /&gt;
        g - Gender&lt;br /&gt;
        gb - Gender (blank if no gender)&lt;br /&gt;
        r - Race&lt;br /&gt;
        rb - Race (blank if no race)&lt;br /&gt;
        h - Health (XX/XX) - Acts like hp for players not in your party/raid/bg&lt;br /&gt;
        hp - Health percentage (XX%)&lt;br /&gt;
        ma - Mana - Not just 'm' because it conflicts with mouseover&lt;br /&gt;
        mab - Mana (blank if no mana)&lt;br /&gt;
        mp - Mana percentage&lt;br /&gt;
        mpb - Mana percentage (blank if no mana)&lt;br /&gt;
        ic - Raid icon&lt;br /&gt;
        icb - Raid icon (blank if no icon)&lt;br /&gt;
        &lt;br /&gt;
        Example:&lt;br /&gt;
            /p Sheeping %f (level %fl %fg %fr %fc)&lt;br /&gt;
            /cast  Polymorph&lt;br /&gt;
            &lt;br /&gt;
            Sample result: Sheeping Cogwheel (level 64 male Gnome Warrior)        &lt;br /&gt;
        You can also use the suffixes without a unit code to return information&lt;br /&gt;
        about yourself.&lt;br /&gt;
        &lt;br /&gt;
        Example:&lt;br /&gt;
            /s I'm a level %l, %g, %r %c.&lt;br /&gt;
            &lt;br /&gt;
            Sample result: I'm a level 68, male, gnome warrior.Changes:&lt;br /&gt;
&lt;br /&gt;
v1.8&lt;br /&gt;
- The ic and icb suffixes now insert the appropriate codes to send texture links&lt;br /&gt;
instead of just the name of the icons.&lt;br /&gt;
&lt;br /&gt;
v1.7.2&lt;br /&gt;
- %gb correctly eliminates the &quot;no gender&quot; message&lt;br /&gt;
- % without a code no longer substitutes as the player's name&lt;br /&gt;
&lt;br /&gt;
v1.7.1&lt;br /&gt;
- Fixed suffixes to work without a unit&lt;br /&gt;
- Fixed error when using /gr outside of a group&lt;br /&gt;
&lt;br /&gt;
v1.7&lt;br /&gt;
- /rnd___ commands should actually work now&lt;br /&gt;
- Changed /rnd to /rndcmd because of a conflict with the built-in /rnd command&lt;br /&gt;
- Added architecture for straight text substitutions (no interface yet--see&lt;br /&gt;
MacroTalkSubstitutions.lua for more information)&lt;br /&gt;
&lt;br /&gt;
v1.6&lt;br /&gt;
- Added raid icon and &quot;blank&quot; suffixes&lt;br /&gt;
&lt;br /&gt;
v1.5.1&lt;br /&gt;
- Fixed a bug that caused all SendChatMessages to fail...  :eek: &lt;br /&gt;
&lt;br /&gt;
v1.5&lt;br /&gt;
- The race suffix will use UnitRace for players and UnitCreatureType for NPCs&lt;br /&gt;
- Added %tt, %loc&lt;br /&gt;
- Added health and mana suffixes&lt;br /&gt;
&lt;br /&gt;
v1.4&lt;br /&gt;
- /opt &amp; /rnd will now print an error message if you attempt to use a secure&lt;br /&gt;
command&lt;br /&gt;
- Added %n, %z, %sz&lt;br /&gt;
- Added ability to use suffixes alone to get info about the player&lt;br /&gt;
- Changed unit prefixes to suffixes - INCOMPATIBLE WITH PREVIOUS VERSION&lt;br /&gt;
- Substitutions are no longer case-sensitive&lt;br /&gt;
- Restructured substitutions and localizations to be more generic&lt;br /&gt;
&lt;br /&gt;
v1.3&lt;br /&gt;
- Added /rnd and /rnd___ commands&lt;br /&gt;
- Fixed a bug where the /opt prefix was only being applied to the first command&lt;br /&gt;
of a given type (e.g. only /opts would work but not /optsay)&lt;br /&gt;
&lt;br /&gt;
v1.2&lt;br /&gt;
- Added generic /opt command&lt;br /&gt;
&lt;br /&gt;
v1.1&lt;br /&gt;
- Improved localizability of substitutions&lt;br /&gt;
&lt;br /&gt;
v1.0&lt;br /&gt;
- Name substitutions have been simplified a bit to match the functionality of %t&lt;br /&gt;
- Added pet unit substitution&lt;br /&gt;
- Added info type prefixes: level, class, gender, race&lt;br /&gt;
&lt;br /&gt;
v0.9&lt;br /&gt;
- Added /opt___ commands&lt;br /&gt;
- Fixed a bug where %m behaved like %f&lt;br /&gt;
- No longer uses Satellite&lt;br /&gt;
- Added localization lua for future localization&lt;br /&gt;
&lt;br /&gt;
v0.5&lt;br /&gt;
- Initial release</description>
			<author>Cogwheel</author>
			<category domain="http://www.wowinterface.com">Chat Mods</category>
			<guid>http://www.wowinterface.com/downloads/info6853-1.8.html</guid>
			<pubDate>Fri, 09 May 2008 14:22:38 +0000</pubDate>
		</item>		<item>
			<title>cargBags (0.3.3-1)</title>
			<link>http://www.wowinterface.com/downloads/info8878-0.3.3-1.html</link>
			<description>This is the first public release, so if you find bugs or have suggestions, post them please and I will look into them.&lt;br /&gt;
&lt;br /&gt;
cargBags is a lightweight bag/bank replacement framework designed to take only little memory usage (30-50 kb), but allowing the merging/splitting of different bags. It is roughly based on haste's innovative oUF-core and so there's the possibility to create own layouts by spawning different bags and changing the visual display in the lua-files.&lt;br /&gt;
&lt;br /&gt;
You can define which bags or item slots are contained in one bag object and the object displays them as a single bag and updates its size dynamically.&lt;br /&gt;
There is also the possibility to spawn a bar of bag buttons to change your bags or hide them in the bag object.&lt;br /&gt;
cargBags doesn't color the item buttons based on their quality, but it supports oGlow.&lt;br /&gt;
&lt;br /&gt;
Base Layout: cargBags_Peratus&lt;br /&gt;
cargBags comes with its standard layout Peratus which contains four bag objects:&lt;br /&gt;
&lt;br /&gt;
cb_second: First 8 slots of backpack (toggled with cb_main)&lt;br /&gt;
cb_main: Last 8 slots of backpack and all other bags&lt;br /&gt;
cb_keyring: Holds the keyring&lt;br /&gt;
cb_bank: bank frame and bank bag replacement&lt;br /&gt;
&lt;br /&gt;
It features a bag bar toggled by the button &quot;Bags&quot; as well as a space indicator and money display.&lt;br /&gt;
&lt;br /&gt;
I hope, the layout-code is self-explanatory - I've added lots of comments. But if you have a question, feel free to ask (:&lt;br /&gt;
&lt;br /&gt;
Other information&lt;br /&gt;
How to change default layout into a single frame (remove 8 slot bar on top) on my addon portal.</description>
			<author>Cargor</author>
			<category domain="http://www.wowinterface.com">Bags, Bank, Inventory Mods</category>
			<guid>http://www.wowinterface.com/downloads/info8878-0.3.3-1.html</guid>
			<pubDate>Fri, 09 May 2008 13:56:15 +0000</pubDate>
		</item>		<item>
			<title>Vaudevillian Flight (revision090508)</title>
			<link>http://www.wowinterface.com/downloads/info8892-revision090508.html</link>
			<description>What does it do?&lt;br /&gt;
&lt;br /&gt;
I was fiddling around with the Chocobo code earlier, and I decided to throw this togehter, just for kicks and giggles.&lt;br /&gt;
&lt;br /&gt;
Basically, it has your character doing timed emotes when wind-riding.  So now when you're flying over the Human newbie area, you'll be waving at the poor, clueless buggers.  That or whichever other emote you happen to choose.&lt;br /&gt;
&lt;br /&gt;
And yes, this is just for the fun of it.  I think it combines well with Chocobo for an entertaining flying experience.  Yes, I'm easily amused.&lt;br /&gt;
&lt;br /&gt;
How do I use it?&lt;br /&gt;
&lt;br /&gt;
Type '/vaud' or go into the main menu, interface, then the Addons tab and select Vaudevillian Flight.  There are only two options to select, the emote you wish to use, and the interval between emotes.  Easy stuff!</description>
			<author>VagrantEsha</author>
			<category domain="http://www.wowinterface.com">Ace: Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info8892-revision090508.html</guid>
			<pubDate>Fri, 09 May 2008 13:48:48 +0000</pubDate>
		</item>		<item>
			<title>oUF_Indicators (1.1)</title>
			<link>http://www.wowinterface.com/downloads/info8874-1.1.html</link>
			<description>Grid like Indicators for oUF&lt;br /&gt;
&lt;br /&gt;
usage at own risk, may eat your babies&lt;br /&gt;
&lt;br /&gt;
I rewrote the addon completly, basicaly riped of oUF_DebuffHighlight for its PostAuraHook. Thanks for the hints Ammo. It looks way better now.&lt;br /&gt;
&lt;br /&gt;
Yes this are only usefull Indicators for Holy Raiding Priests, youll have to go into the code and change it, if you are a different class.&lt;br /&gt;
&lt;br /&gt;
Also this only works for the english game client since it uses the name of the debuffs to identify them. I dont know if ill bother to change that in a later version with spell IDs and stuff.</description>
			<author>chalae</author>
			<category domain="http://www.wowinterface.com">Unit Mods</category>
			<guid>http://www.wowinterface.com/downloads/info8874-1.1.html</guid>
			<pubDate>Fri, 09 May 2008 13:34:39 +0000</pubDate>
		</item>		<item>
			<title>SimpleDrumAnnounce (1.21)</title>
			<link>http://www.wowinterface.com/downloads/info8809-1.21.html</link>
			<description>SimpleDrumAnnounce is a lightweight WoW addon that announces in party when you use drums and warns again 2 seconds before the drum buff expires.&lt;br /&gt;
&lt;br /&gt;
The purpose of this is to keep up Drum rotations with ease.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Features: :banana:&lt;br /&gt;
&lt;br /&gt;
Works always, regardless of how you activate your drums (from bags, from a shortcut on your UI, from a consumables mod).&lt;br /&gt;
Warns 2 seconds before the buff expires so the next person in the rotation gets ready.&lt;br /&gt;
Does not spam if you mash your drums button in contrast to a macro button.&lt;br /&gt;
Does not waste a macro slot.&lt;br /&gt;
No config, just install and forget it's there. No need for every leatherworker in your raid to be told how to make a macro.&lt;br /&gt;
Clear visible markings for when you use drums (battle = orange circle, war = yellow star, restoration = green triangle, speed = pink diamond) and when Drums of Battle are about to expire (skull icon).&lt;br /&gt;
Very lightweight/small addon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Updates:&lt;br /&gt;
&lt;br /&gt;
v1.21 Chinese localizations.&lt;br /&gt;
v1.2 German and Korean localization.&lt;br /&gt;
v1.1 now supports: Drums of Battle, War, Restoration, Speed. Timeout warning only for Drums of Battle for the time being.&lt;br /&gt;
&lt;br /&gt;
Planned:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Options panel to enable/disable specific announcements/timeout warnings.&lt;br /&gt;
Further localizations (PM or post here if you want to help)&lt;br /&gt;</description>
			<author>Avitus</author>
			<category domain="http://www.wowinterface.com">Combat Mods</category>
			<guid>http://www.wowinterface.com/downloads/info8809-1.21.html</guid>
			<pubDate>Fri, 09 May 2008 13:26:27 +0000</pubDate>
		</item>		<item>
			<title>Zone Zoom (revision090508)</title>
			<link>http://www.wowinterface.com/downloads/info8891-revision090508.html</link>
			<description>What does it do?&lt;br /&gt;
&lt;br /&gt;
I don't know about the lot of you, but I always find myself twiddling with the minimap zoom.  I'm out picking flowers, and the zoom's great there for a while... but then I have to make a trip back to the Crossroads.  Of course, when I reach the Crossroads, I have to zoom the minimap back in again to be able to make all the icons out.&lt;br /&gt;
&lt;br /&gt;
I can almost hear some of you ask now; &quot;Wot, so... changing the minimap zone is too much of a hassle?&quot;  Yes.  Yes it is.  I'm a lazy barsteward.  I'm so lazy in fact that I got fed up with the constant twiddling and made this here mod which does it all for me.&lt;br /&gt;
&lt;br /&gt;
This mod basically remembers what I have the zoom set to in a zone and then sets the minimap back to that zoom when I re-enter the zone.&lt;br /&gt;
&lt;br /&gt;
How do I use it?&lt;br /&gt;
&lt;br /&gt;
It's no configuration, so there's no pretty GUI to see.  This is one of those &quot;it just works&quot; (until it doesn't because I've gone and buggered something up, haven't I?) mods.  All you have to do is scroll in or out your minimap zoom to what you like.  Then you can leave the rest to the mod, it'll sit quietly in the background and not do anything until you enter that zone again.&lt;br /&gt;
&lt;br /&gt;
For example, you could wander out into the Barrens, set the minimap to almost fully zoomed out, then you could wander back into the Crossroads and set the minimap to fully zoomed in.  Every time you set a zoom, the mod learns it.  And if you enter a zone which the mod has learned the zoom of, it sets the minimap back to that zoom level.&lt;br /&gt;
&lt;br /&gt;
In essence, no more fiddling.  Thank goodness for that.  Well, unless you like the fiddling of course, and that's perfectly okay.  To each their own!&lt;br /&gt;
&lt;br /&gt;
Plans for the future?&lt;br /&gt;
&lt;br /&gt;
Dunno really.  I'm not even sure anyone else will use this, it has a very specific niche.  But if anyone has any ideas, I'd be open to them.  I have been thinking of setting up a possible blacklist system (so zones could be blacklisted), but that'd mean putting in UI-code and all that comes with configuration.  So I don't know about that just yet.&lt;br /&gt;
&lt;br /&gt;
I might just leave it as it is, it does what I was after.&lt;br /&gt;
&lt;br /&gt;
...what were we talking about again?</description>
			<author>VagrantEsha</author>
			<category domain="http://www.wowinterface.com">Ace: Interface Enhancements</category>
			<guid>http://www.wowinterface.com/downloads/info8891-revision090508.html</guid>
			<pubDate>Fri, 09 May 2008 11:22:49 +0000</pubDate>
		</item>		<item>
			<title>Hallelujah (reivision090508)</title>
			<link>http://www.wowinterface.com/downloads/info8876-reivision090508.html</link>
			<description>What does it do?&lt;br /&gt;
&lt;br /&gt;
This little bugger (and little it is, too) has one simple purpose.  It notes when a person or a mob (any person, or any mob) gains or loses a buff or a debuff, and when that happens it plays a sound of the player's choosing.&lt;br /&gt;
&lt;br /&gt;
Oh, and it should all work regardless of the game's locale (hence the slightly weird file format, but I like being foreign-friendly!).&lt;br /&gt;
&lt;br /&gt;
How does it work?&lt;br /&gt;
&lt;br /&gt;
Okay, let's say we're watching for Mark of the Wild on Zugzug, we're going to need two files, one for when the poor peon gains it, and another for when he loses it.  This'll help the peon, because peons need all the help they can get.&lt;br /&gt;
&lt;br /&gt;
The filenames are in the following format:&lt;br /&gt;
&lt;br /&gt;
   .&lt;br /&gt;
&lt;br /&gt;
So we'll need:&lt;br /&gt;
&lt;br /&gt;
+ zugzug mark of the wild buff.wav&lt;br /&gt;
- zugzug mark of the wild buff.wav&lt;br /&gt;
&lt;br /&gt;
Zugzug doesn't have to be in a party, he just has to be nearby enough for the combat-log to note his presence, so he could be nearby, in a party, in a raid... it doesn't really matter.&lt;br /&gt;
&lt;br /&gt;
This system can be used for players and mobs, anything in general really.  If it's a nearby entity with a name that can be buffed or debuffed, then you can use sounds with it, and it's that simple.&lt;br /&gt;
&lt;br /&gt;
So you could setup a system which has sound alerts for debuffing a raid boss.  Let's say you have Druids in your raid and you want to make sure they don't reapply Rake over and over.  Use an audio alert along the lines of &quot;Boss name has rake!&quot; you've created yourself, or a loud ripping sound... whatever works.&lt;br /&gt;
&lt;br /&gt;
You can also use it for mass debuff management.  Just create sound files for people and important debuffs.  Again, you could even create these yourself.&lt;br /&gt;
&lt;br /&gt;
I admit, this would be most helpful to the visually impaired (such as myself) but it might prove useful in general too.&lt;br /&gt;
&lt;br /&gt;
New functionality as of 7th May: Hallelujah now works with casting!&lt;br /&gt;
&lt;br /&gt;
For example, you can have a warn for a mob casting a certain spell, if you have a filename of the appropriate type.&lt;br /&gt;
&lt;br /&gt;
~ .&lt;br /&gt;
&lt;br /&gt;
So, if you had...&lt;br /&gt;
&lt;br /&gt;
~ shiny sparkles.wav&lt;br /&gt;
&lt;br /&gt;
... and a mob started casting Shiny Sparkles, it'd play that wav as a warning.&lt;br /&gt;
&lt;br /&gt;
Plans for the future?&lt;br /&gt;
&lt;br /&gt;
I've been thinking about it...&lt;br /&gt;
&lt;br /&gt;
What could I do though?  That's the question, what could I do that's apt?&lt;br /&gt;
&lt;br /&gt;
Here are my main thoughts as of right now:&lt;br /&gt;
&lt;br /&gt;
1. I could turn the main part of the Addon into a very tiny library.&lt;br /&gt;
2. From there, I could create three addons...&lt;br /&gt;
2a. I could recreate Hallelujah.&lt;br /&gt;
2b. I could create an Addon that uses LibSink (library that parses text to the Blizzard Floating Combat Frame, SCT, Parrot, et cetera) for alerts, along with whitelists.  For example, I could allow a person to add 'Zugzug's got the Mark of the Wild debuff!' or similar to a whitelist, and then only that alert would show.&lt;br /&gt;
2c. I could create an Addon that pops up icons and player models for the same purpose as above, but it'd likely be a bitch to keep small.&lt;br /&gt;
3. ... ?&lt;br /&gt;
&lt;br /&gt;
What do you think?  I'm interested in your opinion.</description>
			<author>VagrantEsha</author>
			<category domain="http://www.wowinterface.com">Ace: Buffs</category>
			<guid>http://www.wowinterface.com/downloads/info8876-reivision090508.html</guid>
			<pubDate>Fri, 09 May 2008 11:11:10 +0000</pubDate>
		</item>		<item>
			<title>Bang! Libram Swap (2.4.H3)</title>
			<link>http://www.wowinterface.com/downloads/info8864-2.4.H3.html</link>
			<description>Smart Paladin Libram Swapper for all specs!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This mod will swap librams based on your spell cast, maximizing mp5, HPS, mitigation and damage output! :O Best of all, it does this during the spells gcd so you do not incur any downtime!&lt;br /&gt;
&lt;br /&gt;
For Holy Light, if you have the libram of mending, this mod will cast HL with this libram once every 30 seconds (now customisable) for the buff, then use the secondary libram you have selected (LoSR, LoAT, LoTL) while the buff is active.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For Flash of Light, the mod will use your PVE libram of choice in PVE mode, or your PVP libram of choice in PVP mode. It now features automated PVP/PVE combat detection.&lt;br /&gt;
&lt;br /&gt;
When using holy damage spells:  this mod will also take advantage of your holy damage librams. (Exorcism, holy wrath, judgement of righteousness, and consecration.)&lt;br /&gt;
&lt;br /&gt;
In Retribution mode, this mod will swap in your Judgement libram of choice while the Judgement cooldown is up, and otherwise have your Crusader Strike libram equipped.&lt;br /&gt;
&lt;br /&gt;
In Protection mode, this mod will swap in your Judgement libram of choice while the Judgement cooldown is up, and otherwise have your Holy Shield libram equipped.&lt;br /&gt;
&lt;br /&gt;
This logic can be overridden by just selecting one libram for each mode.&lt;br /&gt;
&lt;br /&gt;
The Menu can be brought up in game with /bls or /bhl. &lt;br /&gt;
&lt;br /&gt;
PVP/PVE mode can be toggled with /bls pvp, /bls pve for use in macros.&lt;br /&gt;
&lt;br /&gt;
Credit to: Ladenedge(Holy Librams) for the original idea that I have expanded on.&lt;br /&gt;
&lt;br /&gt;
New in 2.4H2: &lt;br /&gt;
Improved tanking logic if you don't have the LoR.&lt;br /&gt;
Option to change specialisation modes automatically.&lt;br /&gt;
Season 4 Libram added.&lt;br /&gt;
&lt;br /&gt;
Updated in 2.4H1&lt;br /&gt;
Cooldown-based switching of librams in Protection and Retribution modes, you should now get ALL Judgement procs and maximise your mitigation and dps.&lt;br /&gt;
&lt;br /&gt;
Option for automated PVP/PVE combat detection, libram profiles for each.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Updated in 2.4G:&lt;br /&gt;
Slider added to allow user to choose when to refresh Grace of the Naaru buff (LoM).&lt;br /&gt;
&lt;br /&gt;
Added option to use LoSR on FoL if BoL is up. Slight menu tweak, easier to follow.  Slash commands for pve and pvp modes reintroduced and working with gui. &lt;br /&gt;
&lt;br /&gt;
Still to come: &lt;br /&gt;
 Support for shamans and druids.&lt;br /&gt;
  Spam and Spell Error proofing. &lt;br /&gt;
 Support for less important librams (prot pvp librams -lol-, old prot and ret librams for heals on judgement, SotC AP bonus etc.&lt;br /&gt;
&lt;br /&gt;
Alternative Download: http://www.curse.com/downloads/details/12351/&lt;br /&gt;
&lt;br /&gt;
Please feel free to leave any suggestions below, and rate this mod if you like it!</description>
			<author>Bangerz</author>
			<category domain="http://www.wowinterface.com">Paladin</category>
			<guid>http://www.wowinterface.com/downloads/info8864-2.4.H3.html</guid>
			<pubDate>Fri, 09 May 2008 08:05:36 +0000</pubDate>
		</item>		<item>
			<title>Bang! Anti Spam (2.4.B)</title>
			<link>http://www.wowinterface.com/downloads/info8865-2.4.B.html</link>
			<description>Bang! Anti Spam is a multi purpose spam blocking mod, and probably the best available as it is not limited to just gold spam.&lt;br /&gt;
&lt;br /&gt;
Features: Squelches customizable types of spam, BEFORE you see it.&lt;br /&gt;
&lt;br /&gt;
Customizable! Turn on or off the filters that you want active.&lt;br /&gt;
&lt;br /&gt;
Filters out gold spam in say, whisper, trade, general and LFG.&lt;br /&gt;
&lt;br /&gt;
Automatic reporting of gold spam that the mod blocks using the blizzard report spam feature.&lt;br /&gt;
&lt;br /&gt;
Blocks keylogger ads and spam ads for fake websites.&lt;br /&gt;
&lt;br /&gt;
Blocks guild recruitment spam not in the correct channel.&lt;br /&gt;
&lt;br /&gt;
Blocks trade channel advertisements (customizable as to which - if any - professions are blocked, by default none are).&lt;br /&gt;
&lt;br /&gt;
Filters out spams for BG premades, groups, arena teams (all 3 optional and with intelligent filtering).&lt;br /&gt;
&lt;br /&gt;
Blocks emotes not directed at you.&lt;br /&gt;
&lt;br /&gt;
Filters out some spammed boss and npc yells.&lt;br /&gt;
&lt;br /&gt;
Can block system messages you don't care about (duels etc).&lt;br /&gt;
&lt;br /&gt;
The In game menu can be brought up with /bas or /bb.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Changes in 2.4.A:&lt;br /&gt;
Graphical User Interface&lt;br /&gt;
More filter options&lt;br /&gt;
Smart LFG filtering - disabled when you join LFG&lt;br /&gt;
Automated spam reporting. Filters extended.&lt;br /&gt;
&lt;br /&gt;
Still to come: Throttling/blocking of multi-line trade spammers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Credit to: Anea (SpamSentry: http://www.wowinterface.com/downloads/info5552-SpamSentry.html) and Funkeh/Funkydude (Badboy: http://www.wowinterface.com/downloads/info8736-BadBoyAutomaticSpamReporter.html) for most of the gold sites listed and the automatic reporting code respectively.</description>
			<author>Bangerz</author>
			<category domain="http://www.wowinterface.com">Chat Mods</category>
			<guid>http://www.wowinterface.com/downloads/info8865-2.4.B.html</guid>
			<pubDate>Fri, 09 May 2008 08:04:47 +0000</pubDate>
		</item>		<item>
			<title>TickTock (4)</title>
			<link>http://www.wowinterface.com/downloads/info8810-4.html</link>
			<description>Simple energy ticker as a timer bar.  Written as a replacement for my old addon, kEnergy.  Suitable for timing your attacks in combat or for your openers.  Can configure when it is shown, appearance, size, etc.  See screenshots for details.  Supports showing current energy, combo points, or both as the label text on the bar.  Works for both druids and rogues.</description>
			<author>kergoth</author>
			<category domain="http://www.wowinterface.com">Beta-version AddOns</category>
			<guid>http://www.wowinterface.com/downloads/info8810-4.html</guid>
			<pubDate>Fri, 09 May 2008 07:27:48 +0000</pubDate>
		</item>		<item>
			<title>Elkano's FramesResized (2.1.72943)</title>
			<link>http://www.wowinterface.com/downloads/info4547-2.1.72943.html</link>
			<description>If you want to support development, consider donating:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This addon will resize the following frames and will also make them moveable:&lt;br /&gt;
- CraftUI		added 8 additional lines of items&lt;br /&gt;
- LootFrame		resizes to 8 items when needed&lt;br /&gt;
- QuestLog		added 8 additional lines of quests&lt;br /&gt;
- TradeSkillUI		added 8 additional lines of items&lt;br /&gt;
- TrainerUI		added 8 additional lines of skills&lt;br /&gt;
&lt;br /&gt;
Note on the version number: major.minor.rev&lt;br /&gt;
&lt;br /&gt;
If you find any bugs feel free to tell me about them using my author portal at http://elkano.wowinterface.com/ &lt;br /&gt;
&lt;br /&gt;
The latest development version (including libs) can be found on WoWAce-SVN or as direct download at http://www.wowace.com/files/FramesResized/FramesResized.zip&lt;br /&gt;
&lt;br /&gt;
Changelog:&lt;br /&gt;
2.1.72943 - 2008/05/09&lt;br /&gt;
- no longer using Ace2 framework&lt;br /&gt;
- fixed position of 'next page' buttons for loot frame&lt;br /&gt;
&lt;br /&gt;
2.0.29582 - 2007/03/05&lt;br /&gt;
- recoded using Ace2&lt;br /&gt;
WARNING: remove all old directories before installing</description>
			<author>Elkano</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info4547-2.1.72943.html</guid>
			<pubDate>Fri, 09 May 2008 06:55:38 +0000</pubDate>
		</item>		<item>
			<title>BrainFwck (1.1)</title>
			<link>http://www.wowinterface.com/downloads/info8889-1.1.html</link>
			<description>This AddOn implements the esoteric programming language known as &quot;Brainfuck&quot;, &quot;Brainf*ck&quot;, or &quot;Brainfsck&quot;. You can read about how to use it at http://esolangs.org/wiki/Brainfuck&lt;br /&gt;
&lt;br /&gt;
Open up the edit box with /brainfwck&lt;br /&gt;
&lt;br /&gt;
More information coming soon for people that want to write extensions.&lt;br /&gt;
&lt;br /&gt;
If, at any point, you return the character \28, any text returned before it is run as Lua code. This means you can program AddOns with it!&lt;br /&gt;
&lt;br /&gt;
FAQ:&lt;br /&gt;
&lt;br /&gt;
What is the point of this?&lt;br /&gt;
There is none. Sure, you can write a VERY simple addon in about 3 pages of completely unreadable code, but thats it.&lt;br /&gt;
&lt;br /&gt;
Changelog:&lt;br /&gt;
1.1 - Changed the slash command to /brainfwck so it doesn't interfere with anything else.</description>
			<author>Guillotine</author>
			<category domain="http://www.wowinterface.com">RotFL</category>
			<guid>http://www.wowinterface.com/downloads/info8889-1.1.html</guid>
			<pubDate>Fri, 09 May 2008 06:46:14 +0000</pubDate>
		</item>		<item>
			<title>gPeen (r74)</title>
			<link>http://www.wowinterface.com/downloads/info8887-r74.html</link>
			<description>The most up to date version will be found at Ninjas N' Things&lt;br /&gt;
&lt;br /&gt;
gPeen is a crit and hit tracker that will record all your highest hits and display them when you break a new record.&lt;br /&gt;
&lt;br /&gt;
What's the difference between this and FuBar_TopScoreFu, you might ask?&lt;br /&gt;
&lt;br /&gt;
Functionality-wise, nothing. gPeen uses much less memory, doesn't require FuBar, etc., etc., however FuBar_TopScoreFu has some features that gPeen does not CURRENTLY have (e.g. Announcing your records to your guild and reseting the DB) and it's more user-friendly, especially if you're not comfortable with Lua.&lt;br /&gt;
&lt;br /&gt;
gPeen is meant to look exactly like LynStats. As you see in the screenshot, I have mine positioned directly next to the LynStats block.&lt;br /&gt;
&lt;br /&gt;
You WILL have to configure this at first, as the anchors and such that I use WILL NOT exist for you, unless you've somehow created an exact duplicate of another of my addons that I haven't released.&lt;br /&gt;
&lt;br /&gt;
Anchors can be found on line 86 (107 for the tooltip anchor.)</description>
			<author>ganders</author>
			<category domain="http://www.wowinterface.com">Combat Mods</category>
			<guid>http://www.wowinterface.com/downloads/info8887-r74.html</guid>
			<pubDate>Fri, 09 May 2008 02:02:25 +0000</pubDate>
		</item>		<item>
			<title>ChatToggle (2.402 beta)</title>
			<link>http://www.wowinterface.com/downloads/info8847-2.402 beta.html</link>
			<description>This mod will remove all the chat frames from your interface while in combat, to avoid problems of clicking in dead spots.&lt;br /&gt;
 &lt;br /&gt;
slash commands:&lt;br /&gt;
/ct - display help and status&lt;br /&gt;
/ct on - enable addon (default)&lt;br /&gt;
/ct off - disable addon&lt;br /&gt;
 &lt;br /&gt;
or /chattoggle&lt;br /&gt;
 &lt;br /&gt;
If there is any interest in this addon, I will add features.</description>
			<author>Everglow</author>
			<category domain="http://www.wowinterface.com">Beta-version AddOns</category>
			<guid>http://www.wowinterface.com/downloads/info8847-2.402 beta.html</guid>
			<pubDate>Fri, 09 May 2008 01:26:51 +0000</pubDate>
		</item>		<item>
			<title>ArrangeProxy (1.0)</title>
			<link>http://www.wowinterface.com/downloads/info8886-1.0.html</link>
			<description>Plug-in for Group O Matic, which kind-of lets you use it in combat. See the readme for more info.</description>
			<author>Akryn</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info8886-1.0.html</guid>
			<pubDate>Fri, 09 May 2008 00:06:56 +0000</pubDate>
		</item>		<item>
			<title>Group O Matic (1.9)</title>
			<link>http://www.wowinterface.com/downloads/info8369-1.9.html</link>
			<description>Group O Matic is a tool for raid leaders. It does the following:&lt;br /&gt;
&lt;br /&gt;
*Gives you the ability to save and restore raid member positions&lt;br /&gt;
*Gives you an auto-arrange command, which tries to find the best group arrangement based on class/spec, and then automatically arranges the raid to match it.&lt;br /&gt;
*Adds slash commands to swap raid members' groups (for macros to move people on the fly)&lt;br /&gt;
*Auto-arrange template for AB/EotS which will move people at the same node into the same group.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NOTE: If you want to configure GOM while not in a raid, use /gom active&lt;br /&gt;
-------------------------------------------&lt;br /&gt;
&lt;br /&gt;
* Macro Commands:&lt;br /&gt;
/rs Name1 Name2&lt;br /&gt;
(Swaps two people)&lt;br /&gt;
&lt;br /&gt;
/rm Name Group#&lt;br /&gt;
(Moves Name into Group#)&lt;br /&gt;
&lt;br /&gt;
/rgs Group#1 Group#2&lt;br /&gt;
(Swaps two groups with each other)&lt;br /&gt;
&lt;br /&gt;
*Raid Save and Restore:&lt;br /&gt;
Restore will try to get the current raid as close as possible to the saved raid. By default, if there are people missing they will be ignored, and if there are extra people they will be auto-arranged -- these settings can be changed in the &quot;Manage Saves / Restore Options&quot; pane.&lt;br /&gt;
&lt;br /&gt;
*Auto Arrange:&lt;br /&gt;
Will scan the raid's talents (if a player is out of range, GOM will still see their talents if they are running GOM also) and use them to automatically set up the raid. If GOM can't find someone's talents (because they're offline, etc) it will use their last known talents. Anyone whose talents are completely unknown will have defaults filled in by class.&lt;br /&gt;
&lt;br /&gt;
*Auto Arrange Templates:&lt;br /&gt;
GOM supports user-created templates to modify how the auto-arranger behaves. If you want to create one, see the EZ Templates tab or templates.lua. I've included an Alterac Valley template in addition to the default PvE raid template which is built-in.&lt;br /&gt;
&lt;br /&gt;
*AB/EotS template:&lt;br /&gt;
Note that using the auto-arrange with this template will probably only be useful to you if you're in an AB/EotS game that is in-progress. It scans all raid members' current sub-zone (&quot;mine&quot;, &quot;stables&quot;, etc) and groups people at the same place together. Remember that GOM can't work while *you* the raid leader are in combat, but it doesn't matter if other people are, and you can macro /gom auto and hit it when you have a few seconds OOC.&lt;br /&gt;
&lt;br /&gt;
*Group Exclusions:&lt;br /&gt;
You can exclude any/all groups from being saved/restored/arranged. Excluded groups will not be modified at all by the addon (the exception is the AB/EotS template, which intentionally ignores this setting).&lt;br /&gt;
&lt;br /&gt;
*MVPs:&lt;br /&gt;
You can create a list of MVPs which the auto-arrange will look at first when arranging groups. Class and spec are valued over MVP status, but among players with the same class and spec, MVPs will be placed in the top groups first.</description>
			<author>Akryn</author>
			<category domain="http://www.wowinterface.com">Raid Mods</category>
			<guid>http://www.wowinterface.com/downloads/info8369-1.9.html</guid>
			<pubDate>Fri, 09 May 2008 00:03:54 +0000</pubDate>
		</item>		<item>
			<title>Trinity Bars 2.0: Button Facade Plugin (20400.1)</title>
			<link>http://www.wowinterface.com/downloads/info8860-20400.1.html</link>
			<description>20400.1&lt;br /&gt;
- Release version&lt;br /&gt;
- Bar names should be adjusted in BF as bars are added, deleted or have thier name changed.&lt;br /&gt;
&lt;br /&gt;
beta.2&lt;br /&gt;
- Some improvements on the way bar names are handled (not perfect yet)&lt;br /&gt;
- The pet bar should now display the Trinity version of &quot;AutoCast&quot;&lt;br /&gt;
&lt;br /&gt;
beta.1&lt;br /&gt;
- Initial release&lt;br /&gt;
- This plugin overrides Trinity Bars' skinning engine. Using this plugin you are only able to use skins that Button Facade has available</description>
			<author>Maul</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info8860-20400.1.html</guid>
			<pubDate>Thu, 08 May 2008 22:06:29 +0000</pubDate>
		</item>		<item>
			<title>ButtonFacade: Entropy (2.4.5)</title>
			<link>http://www.wowinterface.com/downloads/info8873-2.4.5.html</link>
			<description>Important: You MUST have the most recent revision of ButtonFacade installed in order to use this skin.&lt;br /&gt;
&lt;br /&gt;
About&lt;br /&gt;
&lt;br /&gt;
Entropy is a series of metallic skins for ButtonFacade that's based on Apathy. The package contains the following Apathy variants:&lt;br /&gt;
&lt;br /&gt;
- Adamantite&lt;br /&gt;
- Bronze&lt;br /&gt;
- Copper&lt;br /&gt;
- Gold&lt;br /&gt;
- Fel Iron&lt;br /&gt;
- Iron&lt;br /&gt;
- Khorium&lt;br /&gt;
- Silver&lt;br /&gt;
&lt;br /&gt;
Note: This used to be Vol II: Metal&lt;br /&gt;
&lt;br /&gt;
Installation&lt;br /&gt;
&lt;br /&gt;
 - Acquire the package using the download option. Alternatively, you can always find the most up to date version here.&lt;br /&gt;
&lt;br /&gt;
- Unzip the package to your WoW/Interface/AddOns/ directory.&lt;br /&gt;
&lt;br /&gt;
Feedback&lt;br /&gt;
&lt;br /&gt;
Please direct questions and comments to the WoW Ace forums or my portal.&lt;br /&gt;
&lt;br /&gt;
Credits&lt;br /&gt;
&lt;br /&gt;
JJSheets for ButtonFacade. Zeal for Vol.</description>
			<author>StormFX</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info8873-2.4.5.html</guid>
			<pubDate>Thu, 08 May 2008 21:43:02 +0000</pubDate>
		</item>		<item>
			<title>NinjaPoints (r64)</title>
			<link>http://www.wowinterface.com/downloads/info8634-r64.html</link>
			<description>The latest version can always be found on my googlecode SVN&lt;br /&gt;
&lt;br /&gt;
NinjaPoints is an addon created on request by another rogue. There really aren't any good CP trackers out there (except for NugComboBar of course!) so I thought I'd make my own!&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&lt;br /&gt;
/npoints (or /np) will bring up the options menu.&lt;br /&gt;
&lt;br /&gt;
NEW! Optionally, you can go through Blizzard's Interface options menu.&lt;br /&gt;
&lt;br /&gt;
If you wanted NinjaPoints to show KILL! upon reaching 5 combo points, you would simply do:&lt;br /&gt;
&lt;br /&gt;
/np points one text K&lt;br /&gt;
/np points two text KI&lt;br /&gt;
/np points three text KIL&lt;br /&gt;
/np points four text KILL&lt;br /&gt;
/np points five text KILL!&lt;br /&gt;
&lt;br /&gt;
Or, even easier, enter the text into the textboxes in the config screen.&lt;br /&gt;
&lt;br /&gt;
If you like NinjaPoints add it to your favorites and tell your friends about it.&lt;br /&gt;
&lt;br /&gt;
NEW!  Adding your own sounds has been made much easier in NinjaPoints 2.0. LibSharedMedia is no longer required, so if you don't have it you can still use your own sounds and fonts.&lt;br /&gt;
&lt;br /&gt;
Take your sound file and place it in the NinjaPoints\Sounds folder. Then open up the Sounds.lua file and add your sound with the file path&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
MySound = &quot;Interface\\AddOns\\NinjaPoints\\Sounds\\mysound.wav&quot;&lt;br /&gt;
&lt;br /&gt;
You MUST include the file extension or it WILL NOT WORK.&lt;br /&gt;
&lt;br /&gt;
This addon is only localized for English (I might be able to whip up a really crappy Spanish one, but I doubt it). If you can help me with localizations, please let me know.&lt;br /&gt;
&lt;br /&gt;
Change Log:&lt;br /&gt;
Version 2.1&lt;br /&gt;
- Changed 'range' to 'input' for x and y offset, allowing more flexibility and ease when positioning the string&lt;br /&gt;
&lt;br /&gt;
Version 2.02&lt;br /&gt;
- I'm sure people would enjoy this addon much more if they could actually download it. Just a crazy thought though.&lt;br /&gt;
&lt;br /&gt;
Version 2.0&lt;br /&gt;
- Converted to Ace3&lt;br /&gt;
- Now uses Blizzard's interface options menu. No longer uses Dewdrop.&lt;br /&gt;
- Using custom sounds and fonts has been made substantially easier (I think, anyway)&lt;br /&gt;
- LibSharedMedia-3.0 is no longer included with this file. It should still work with it however.&lt;br /&gt;
- Fixed a few bugs&lt;br /&gt;
- Dramatically cleaned up the code&lt;br /&gt;
&lt;br /&gt;
Version 1.7&lt;br /&gt;
- Added fading options&lt;br /&gt;
&lt;br /&gt;
Version 1.6.1&lt;br /&gt;
- Fixed TOC error&lt;br /&gt;
&lt;br /&gt;
Version 1.6&lt;br /&gt;
- Included LibSharedMedia-3.0 into the .zip file (delete this if you use external libraries).&lt;br /&gt;
&lt;br /&gt;
Version 1.5&lt;br /&gt;
- Cleaned up code a bit&lt;br /&gt;
- Packaged finishim.wav into the folder to be used with LibSharedMedia-3.0 if you have it installed&lt;br /&gt;
- Added options for font outline&lt;br /&gt;
&lt;br /&gt;
Version 1.4&lt;br /&gt;
- More bug fixes&lt;br /&gt;
- Added dewdrop config menu to make it easier to change options&lt;br /&gt;
&lt;br /&gt;
Version 1.3&lt;br /&gt;
- Bug fixes&lt;br /&gt;
- Changed style to change independently for each combo point (for maximum customization)&lt;br /&gt;
&lt;br /&gt;
Version 1.2&lt;br /&gt;
- Added LibSharedMedia-3.0 support for sounds and fonts&lt;br /&gt;
- Small bug fixes&lt;br /&gt;
&lt;br /&gt;
Version 1.1&lt;br /&gt;
- Added random text and random colors for combo point messages&lt;br /&gt;
- I still need A LOT more messages for the random message generator. If you have any ideas, leave a comment or e-mail me at ga.shredder@gmail.com&lt;br /&gt;
&lt;br /&gt;
Version 1.02&lt;br /&gt;
- Uploaded the correct .zip file, lawl&lt;br /&gt;
&lt;br /&gt;
Version 1.01&lt;br /&gt;
- Added moving options in game.&lt;br /&gt;
- Added reset function.&lt;br /&gt;
- Added option to play sounds on combo points</description>
			<author>ganders</author>
			<category domain="http://www.wowinterface.com">Rogue</category>
			<guid>http://www.wowinterface.com/downloads/info8634-r64.html</guid>
			<pubDate>Thu, 08 May 2008 21:41:55 +0000</pubDate>
		</item>		<item>
			<title>ButtonFacade: Apathy (2.4.6)</title>
			<link>http://www.wowinterface.com/downloads/info8870-2.4.6.html</link>
			<description>Important: You MUST have the most recent revision of ButtonFacade installed in order to use this skin.&lt;br /&gt;
&lt;br /&gt;
About&lt;br /&gt;
&lt;br /&gt;
Apathy is a skin for ButtonFacade that's based on the original Vol. This version includes a new backdrop, gloss and state textures.&lt;br /&gt;
&lt;br /&gt;
Installation&lt;br /&gt;
&lt;br /&gt;
 - Acquire the package using the download option. Alternatively, you can always find the most up to date version here.&lt;br /&gt;
&lt;br /&gt;
- Unzip the package to your WoW/Interface/AddOns/ directory.&lt;br /&gt;
&lt;br /&gt;
Feedback&lt;br /&gt;
&lt;br /&gt;
Please direct questions and comments to the WoW Ace forums or my portal.&lt;br /&gt;
&lt;br /&gt;
Credits&lt;br /&gt;
&lt;br /&gt;
JJSheets for ButtonFacade. Zeal for Vol.&lt;br /&gt;
&lt;br /&gt;
Version Changes&lt;br /&gt;
&lt;br /&gt;
 - Final phase of color selection support.&lt;br /&gt;
 - New texture for Checked/Equip.&lt;br /&gt;</description>
			<author>StormFX</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info8870-2.4.6.html</guid>
			<pubDate>Thu, 08 May 2008 21:24:38 +0000</pubDate>
		</item>
	</channel>
</rss>