<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>WoWInterface - Latest New 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>ScrollTip (1.0)</title>
			<link>http://www.wowinterface.com/downloads/info9174-1.0.html</link>
			<description>ScrollTip is a simple function which displays a large movable scrollable tooltip given a multi-line string. This string is usually instructions for a ui mod. If kept in a separate file, these instructions are known as a &quot;read me&quot; or help file. ScrollTip lets ui mod authors include the &quot;read me&quot; within the ui mod itself.&lt;br /&gt;
&lt;br /&gt;
The user can scroll the text within the tooltip by using the mouse wheel. Since ScrollTip is rather simple, there is no scroll bar. The text can be quite long but if it's enormously long, the user would get tired of rolling the mouse wheel to scroll to the bottom of the text. If your text is so long that scrolling with the mouse wheel takes far too much time, then you would have to break up the text into smaller chunks, or use a more advanced function than ScrollTip.&lt;br /&gt;
&lt;br /&gt;
The text can include three very simple html tags: big, b, i. Text within these tags are not displayed bigger, bolder or italicized, however. Since ScrollTip is rather simple, those tags are just turned into appropriately colorized text. For example, big is displayed in &lt;big&gt;bright yellow&lt;/big&gt;, b in &lt;b&gt;pastel yellow&lt;/b&gt;, and i in &lt;i&gt;translucent yellow&lt;/i&gt;.&lt;br /&gt;
&lt;br /&gt;
The size of the scrollable tooltip can be 'small', 'medium', or 'large'. If the size is omitted, medium is assumed. If the size is small, a small font is used because the normal font does not scroll well in a small tooltip. The normal font is used in medium and large tooltips.&lt;br /&gt;
&lt;br /&gt;
ScrollTip is really easy to add to your ui mod.&lt;br /&gt;
1) Put ScrollTip.lua in your ui mod directory&lt;br /&gt;
2) Add ScrollTip.lua to your .toc file.&lt;br /&gt;
3) In your lua code, call ScrollTip(YourHelpString)&lt;br /&gt;
&lt;br /&gt;
Once ScrollTip has been added to your ui mod and your ui mod is running, you can type /scrolltip to display these instructions and information on using ScrollTip. You can also type /scrolltip small to view a small tooltip and /scrolltip large to view a large tooltip. This way you can compare the sizes and see which size works best for you.&lt;br /&gt;
&lt;br /&gt;
The ScrollTip function returns the frame containing the scrollable tooltip but it can be ignored since the user can close the tooltip themselves.&lt;br /&gt;
&lt;br /&gt;
Example function calls:&lt;br /&gt;
ScrollTip('Hello World!', 'small')&lt;br /&gt;
ScrollTip('&lt;big&lt;/b&gt;&gt;big&lt;/big&lt;/b&gt;&gt;')&lt;br /&gt;
tip = ScrollTip('save return value to close tip later')&lt;br /&gt;
&lt;br /&gt;
ScrollTip is just a simple function to easily display a help file and there are no plans to add any features. I hope ScrollTip fits your needs.</description>
			<author>Shaktar</author>
			<category domain="http://www.wowinterface.com">Libraries</category>
			<guid>http://www.wowinterface.com/downloads/info9174-1.0.html</guid>
			<pubDate>Thu, 03 Jul 2008 06:02:22 +0000</pubDate>
		</item>		<item>
			<title>GammaVision (1.0.0)</title>
			<link>http://www.wowinterface.com/downloads/info9155-1.0.0.html</link>
			<description>Overview&lt;br /&gt;
&lt;br /&gt;
This addon provides the user with a simple slash command (&quot;/gavi&quot;), or a keybinding, to toggle the use of high gamma, which is normally only accessible through the Video Options screen. This is primarily useful in particularly dark areas, where the extra gamma can reveal the details of your surroundings. If you wish to use a different gamma setting, open GammaVision_Main.lua and edit the line which reads &quot;local l_GAMMA_VALUE = 0.5;&quot;. The closer the value is to 1.0 without going over, the less bright the screen will be. The screen can also be made even brighter by placing the value closer to 0.0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Addon Type Information&lt;br /&gt;
&lt;br /&gt;
Addon type: Interface&lt;br /&gt;
Libraries used:&lt;br /&gt;
	none&lt;br /&gt;
&lt;br /&gt;
See the readme file in this addon's folder, or my author portal, for an explanation of the addon type system used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Support&lt;br /&gt;
&lt;br /&gt;
If you found a bug in this addon, want to provide feedback, want to help translate it, or even just want to ask a question, please contact me using one of these methods:&lt;br /&gt;
&lt;br /&gt;
Email address: saeris.sanoora@gmail.com&lt;br /&gt;
ICQ number: 119161819&lt;br /&gt;
AIM screenname: SaerisSanoora&lt;br /&gt;
Penny Arcade forums name: Saeris&lt;br /&gt;
&lt;br /&gt;
If you use any other method, it might take me significantly longer to see your message and reply.&lt;br /&gt;
&lt;br /&gt;
If you wish to support my efforts, you can donate via PayPal by clicking this button: https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
History of Changes&lt;br /&gt;
&lt;br /&gt;
See the readme file in this addon's folder, or my author portal, for an explanation of the versioning system used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1.0.0 (Jun 29, 2008):&lt;br /&gt;
	Initial release.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See the readme file in this addon's folder for earlier changes.</description>
			<author>Saeris</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info9155-1.0.0.html</guid>
			<pubDate>Mon, 30 Jun 2008 04:25:32 +0000</pubDate>
		</item>		<item>
			<title>1.4 texture parts (1.4)</title>
			<link>http://www.wowinterface.com/downloads/info9150-1.4.html</link>
			<description>abandoned this project as i couldnt take it anywhere.&lt;br /&gt;
&lt;br /&gt;
For those who want to use the panels know this. The chatlog panels actionbar and combatlog panels have no bottom because theyre meant to sit directly onto the viewport =) clever eh?</description>
			<author>Shiny &amp;lt;3</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info9150-1.4.html</guid>
			<pubDate>Sun, 29 Jun 2008 16:04:12 +0000</pubDate>
		</item>		<item>
			<title>MTno (1.0.0)</title>
			<link>http://www.wowinterface.com/downloads/info9146-1.0.0.html</link>
			<description>MTno is simple addon that puts up a small box that displays the name of the current chat channel in it's color.&lt;br /&gt;
&lt;br /&gt;
When you press the chat key, the background of the box turns from grey to the color of the chat channel ... to alert you that you are in THAT channel.&lt;br /&gt;
&lt;br /&gt;
Optionally, each of three chat channels can be associated with a sound effect ... a chime that sounds one, two or three times.&lt;br /&gt;
&lt;br /&gt;
You may not need this, but I was constantly making mistells as I switched from guild, to whisper, to party ... and this cut my MTs down to nearly zero.&lt;br /&gt;
&lt;br /&gt;
Right-click to hide the window, type /MTno show to show it again.</description>
			<author>rdillman</author>
			<category domain="http://www.wowinterface.com">Chat Mods</category>
			<guid>http://www.wowinterface.com/downloads/info9146-1.0.0.html</guid>
			<pubDate>Sat, 28 Jun 2008 00:13:11 +0000</pubDate>
		</item>		<item>
			<title>havocCoords (1.0)</title>
			<link>http://www.wowinterface.com/downloads/info9137-1.0.html</link>
			<description>This is a neat little coordinate system that display the player's current coordinates in the minimap as well as the worldmap. In the worldmap display, the current mouse cursor location as well as the current player position are displayed. I cannot take full credit for this addon, for it's original author is unknown to me, I have updated it and rewrote it for Patch 2.4. Enjoy!!</description>
			<author>havoc74</author>
			<category domain="http://www.wowinterface.com">Map Mods</category>
			<guid>http://www.wowinterface.com/downloads/info9137-1.0.html</guid>
			<pubDate>Thu, 26 Jun 2008 20:46:18 +0000</pubDate>
		</item>		<item>
			<title>Buffer (1.0.0)</title>
			<link>http://www.wowinterface.com/downloads/info9135-1.0.0.html</link>
			<description>Buffer is a collection of five independent, small windows that show information for buffing. Buffer does not automate buffing, it helps you find the players who need to be buffed. The windows show:&lt;br /&gt;
&lt;br /&gt;
Target buffs: all castable buffs on your cureent target&lt;br /&gt;
Nearby buffs: players in range who need to be buffed&lt;br /&gt;
Special buffs: your buffs on players you have chosen to watch&lt;br /&gt;
Notepad: your notes on which buffs to put on which classes or players&lt;br /&gt;
Health panel: stripped down unit display for healers&lt;br /&gt;
&lt;br /&gt;
Nearby Buffs can be clicked to target the player - useful in groups when you need to buff and rebuff. Notepad and Special Buffs are useful in raid groups.&lt;br /&gt;
&lt;br /&gt;
When used with the Health panel, Target Buffs helps you rebuff &quot;on the fly&quot; as you are healing.</description>
			<author>rdillman</author>
			<category domain="http://www.wowinterface.com">Combat Mods</category>
			<guid>http://www.wowinterface.com/downloads/info9135-1.0.0.html</guid>
			<pubDate>Thu, 26 Jun 2008 15:02:27 +0000</pubDate>
		</item>		<item>
			<title>NDurability (r77437)</title>
			<link>http://www.wowinterface.com/downloads/info9134-r77437.html</link>
			<description>Displays total and minimum durability percentages for your equipped items on your Paper Doll window.</description>
			<author>Nemes</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info9134-r77437.html</guid>
			<pubDate>Thu, 26 Jun 2008 04:52:09 +0000</pubDate>
		</item>		<item>
			<title>WoW UI Control ((v0.1 beta))</title>
			<link>http://www.wowinterface.com/downloads/info9133-(v0.1 beta).html</link>
			<description>Also available here.&lt;br /&gt;
&lt;br /&gt;
WoW UI Control is a free tool for Importing and Exporting UI's for World of Warcraft. This program is writen in C# and is &quot;open source&quot;(see below for code). It automates the process of importing and exporting UI's and is designed to be as user friendly as possible (trys to look up the information it requires so you dont have to)! It automaticly renames all folders needed so you dont have to worry about backing up your old UI when importing a new one as well.&lt;br /&gt;
&lt;br /&gt;
Needed to run:&lt;br /&gt;
- Some elevated permissions are required by this program in order to move files to and from your WoW folder.&lt;br /&gt;
- Microsoft .NET framework 3.5&lt;br /&gt;
&lt;br /&gt;
If you come across any bugs PLEASE report them here and a new version will be out ASAP.&lt;br /&gt;
If you have any trouble getting the exe to run, dont hesitate to ask.&lt;br /&gt;
&lt;br /&gt;
Download Here: http://underworldexodus.com/forum/files/UIHelpers/Discord-v0.1.exe&lt;br /&gt;
&lt;br /&gt;
Source code can be found here: www.underworldexodus.com/forum/files/UIHelpers/Source&lt;br /&gt;
&lt;br /&gt;
License (simplified):&lt;br /&gt;
Free to compile this program yourself, however the executable CANNOT be redistributed or sold. You may not use this code for commercial purposes without my prior concent. The end user is to be held legally accountable for anything that may result from the usage of this tool. There is no warrenty expressed or implied. &lt;br /&gt;
&lt;br /&gt;
This requires the Microsft .NET Framework (3.5):&lt;br /&gt;
http://www.microsoft.com/downloads/details.aspx?FamilyID=333325fd-ae52-4e35-b531-508d977d32a6&amp;DisplayLang=en&lt;br /&gt;
&lt;br /&gt;
Speak another language? Please help translate this project! The more languages we can have this program in, the better!&lt;br /&gt;
&lt;br /&gt;
Note: Scan all exes downloaded using a virus scanner of your choice. This program contains no keyloggers, viruses, adware, malware, or otherwise. If for any reason you suspect this program to contain malware of any kind do not hesitate to contace me or post about it here! This program is provided free of charge but may not be used for commercial purposes without contacting me. &lt;br /&gt;
&lt;br /&gt;
Dreadlorde has my permission to redistribute this to WoWInterface.com. As long as the original links here are maintained and the source code must always be provided.</description>
			<author>Dreadlorde</author>
			<category domain="http://www.wowinterface.com">WoW Tools &amp; Utilities</category>
			<guid>http://www.wowinterface.com/downloads/info9133-(v0.1 beta).html</guid>
			<pubDate>Wed, 25 Jun 2008 23:17:10 +0000</pubDate>
		</item>		<item>
			<title>BHide (1.0)</title>
			<link>http://www.wowinterface.com/downloads/info9129-1.0.html</link>
			<description>This is a very simple mod to hide the border on the chat edit box.  Credit for the code goes to dylanm... I just packaged this to work as a mod.  I have only tested this to work with Basic Chat Mods but should work ok with other chat mods as long as the other mod in use isn't also trying to change the border as well.  Installation is the same as any other mod... just unzip the file to your addons folder.</description>
			<author>erica647</author>
			<category domain="http://www.wowinterface.com">Chat Mods</category>
			<guid>http://www.wowinterface.com/downloads/info9129-1.0.html</guid>
			<pubDate>Tue, 24 Jun 2008 23:49:16 +0000</pubDate>
		</item>		<item>
			<title>MacTools (1.00)</title>
			<link>http://www.wowinterface.com/downloads/info9122-1.00.html</link>
			<description>Ever wanted to know how much health a raidmember has or even wanted to know if this raidmember gained Aggro? And wanted this information as an addition to blizzards raidframes ?&lt;br /&gt;
&lt;br /&gt;
You need This AddOn!&lt;br /&gt;
&lt;br /&gt;
This Addon is powered by the Ace2 - Ace3 whatever Framework with BanzaiLib it came with these Libs internel, you can also use (like with every other addon) externals.&lt;br /&gt;
&lt;br /&gt;
I hope you will find this little collection useful as I do.&lt;br /&gt;
&lt;br /&gt;
peace through power! ... eh that was another film :D</description>
			<author>Macniel</author>
			<category domain="http://www.wowinterface.com">Ace: Raid</category>
			<guid>http://www.wowinterface.com/downloads/info9122-1.00.html</guid>
			<pubDate>Mon, 23 Jun 2008 18:53:35 +0000</pubDate>
		</item>		<item>
			<title>TMMC: Tell Moosha My Crits! (2.4)</title>
			<link>http://www.wowinterface.com/downloads/info9115-2.4.html</link>
			<description>TMMC: Tell Moosha My Crits!&lt;br /&gt;
&lt;br /&gt;
Once upon a time, there was a Shaman on Garona named Moosha. Moosha loved to share his crits with the hunters on MC raids.&lt;br /&gt;
&lt;br /&gt;
One day, the hunters decided to share their own crits with Moosha. But then, they became lazy. Lucky for them, one hunter could code.&lt;br /&gt;
&lt;br /&gt;
Ag sat down with a pizza and a case of Diet Pepsi, and, with help from his trusty cat, he put together an addon overnight. This addon was simplistic, and merely sent a single tell to a single player on every critical, like this: '1234'&lt;br /&gt;
&lt;br /&gt;
TMMC was born.&lt;br /&gt;
&lt;br /&gt;
All the hunters rejoiced and loaded this addon. Moosha shed many tears that day and has sworn to never again drop a Grace of Air totem.&lt;br /&gt;
&lt;br /&gt;
As more guildmates loaded the addon, more features were... 'requested.' Today, TMMC can send crits from melee or spells, even your pet's. If you're really sadistic, all your hits can be spewed forth.&lt;br /&gt;
&lt;br /&gt;
It can send the message to a single person, or several via whisper. It can share in a chat channel, in guild, raid, party, say, emote, or yell. It can even just report the text to your screen if you're not the sharing type. You can change the message format easily.&lt;br /&gt;
&lt;br /&gt;
TMMC requires no other addons to function. If you get in trouble for spamming someone who's asked you to stop, it's your own fault for being dumb. :)&lt;br /&gt;
&lt;br /&gt;
Please let me know of any technical problems with this addon. If you wish to shower me in gold, I can be found on horde side Blackhand, 'Ag'. If you wish to complain about how this addon ruined your life, Moosha will field your complaints. He loves getting crits. Really.</description>
			<author>Agamenoar</author>
			<category domain="http://www.wowinterface.com">Chat Mods</category>
			<guid>http://www.wowinterface.com/downloads/info9115-2.4.html</guid>
			<pubDate>Sun, 22 Jun 2008 18:56:14 +0000</pubDate>
		</item>		<item>
			<title>YouWereKilledBy (1.0)</title>
			<link>http://www.wowinterface.com/downloads/info9112-1.0.html</link>
			<description>About YouWereKilledBy&lt;br /&gt;
YouWereKilledBy is a very small, simple addon that displays who landed the killing blow on you when you die in PvP combat. Upon death, a red &quot;You were killed by Lolmoonfire&quot; message will appear near the top of the screen.&lt;br /&gt;
&lt;br /&gt;
The addon currently does not have any settings, you just install it and that's it. I may add some settings to it in the future, but for now I wanted this to be a very simple and tiny addon.&lt;br /&gt;
&lt;br /&gt;
The code itself is an excerpt from the upcoming version of my other project, Paranoia Enemy Player Alert. Please check it out.&lt;br /&gt;
&lt;br /&gt;
Go ahead and post suggestions/feedback/requests in the comments section, I'll try to reply to all of them.</description>
			<author>lifetapt</author>
			<category domain="http://www.wowinterface.com">PvP/Arena/BattleGrounds</category>
			<guid>http://www.wowinterface.com/downloads/info9112-1.0.html</guid>
			<pubDate>Sun, 22 Jun 2008 03:56:21 +0000</pubDate>
		</item>		<item>
			<title>Magic Marker (20080621.1253)</title>
			<link>http://www.wowinterface.com/downloads/info9110-20080621.1253.html</link>
			<description>Magic Marker lets you easily classify and mark mobs simply by moving the mouse over them while pressing a modifier key. This allows incredibly fast marking of trash groups. Although not necessary for the addon to function, you can configure the priority and crowd control methods you wish to use on a per mob basis. You can also customize the marks to use for tank targets and each crowd control method. This allows for consistent marking of targets to tank and crowd control in raid and party situations &lt;br /&gt;
&lt;br /&gt;
Features&lt;br /&gt;
Mob-level configuration to specify the priority, desired category (i.e Tank or Crowd Control) and applicable crowd control methods.&lt;br /&gt;
Automatically learns new crowd control methods as they are discovered.&lt;br /&gt;
Prioritize raid icon configuration for tank targets and all crowd control methods.&lt;br /&gt;
Prioritize crowd control methods.&lt;br /&gt;
Separate priorities for crowd controlling and tanking (optional).&lt;br /&gt;
Marks targets in priority order simply my mousing over them.&lt;br /&gt;
Automatically learn about new mobs as you encounter them.&lt;br /&gt;
Ability to unmark and mark targets manually at the press of a button.&lt;br /&gt;
Ability to ignore mobs you don't want to mark.&lt;br /&gt;
Never use more raid icons for a specific CC method than there are members of the class in the raid/party (i.e if there are two mages in the raid, there will never be more than 2 targets marked for sheeping).&lt;br /&gt;
Option to honor externally marked targets (i.e if someone manually marked a target MagicMarker won't clobber it).&lt;br /&gt;
Option to preserve marks on the raid members.&lt;br /&gt;
Ability to save a template of the marks on the raid and recall them (not persistant).&lt;br /&gt;
Ability to mark members of the raid based on some preset rules.&lt;br /&gt;
Full fledged dynamically generated UI to configure all the details (while using minimal amount of memory).&lt;br /&gt;
Network syncing for marking, unmarking and sharing of the mob database and mark/cc settings.&lt;br /&gt;
Clears used marks when mob dies.&lt;br /&gt;
Send a list of marks, mob name and kill/cc method to the raid / party chat channel.&lt;br /&gt;
Keybindings to manipulate mob configuration (priorities, category) without opening the mob database, makes initial configuration and adjustments easier.&lt;br /&gt;
Ability to select minimum number of mobs to always mark as tank targets.&lt;br /&gt;
Ability to import data from MagicMarker_Data (included in the package).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
Add support for MobSpells (extra, but useful, information).&lt;br /&gt;
Ability to assign tanks / CCers per symbol (and/or do it automatically - use oRA2 MT list for tanks, and smart order for others (i.e hibernate = boomkin =&gt; resto =&gt; feral)).&lt;br /&gt;
Ability to exclude certain specs from CC counts (i.e never count a feral druid for hibernate).&lt;br /&gt;
Improve networking code make multiple users in a raid work better.&lt;br /&gt;
Block use of BigWigs specific raid icon when engaged in a boss fight.&lt;br /&gt;
More templates for marking key players in the raid such as &quot;mark all healers&quot;, &quot;mark all tanks&quot; etc.&lt;br /&gt;</description>
			<author>neotron</author>
			<category domain="http://www.wowinterface.com">Ace: Raid</category>
			<guid>http://www.wowinterface.com/downloads/info9110-20080621.1253.html</guid>
			<pubDate>Sat, 21 Jun 2008 20:11:29 +0000</pubDate>
		</item>		<item>
			<title>ButtonFacade_Wire (0.1)</title>
			<link>http://www.wowinterface.com/downloads/info9097-0.1.html</link>
			<description>ButtonFacade skin : Wire&lt;br /&gt;
Author : MoonWitch (Marillian on Tanaris US)&lt;br /&gt;
Version: 0.1&lt;br /&gt;
Required Addons: ButtonFacade&lt;br /&gt;
&lt;br /&gt;
Description&lt;br /&gt;
-----------&lt;br /&gt;
This skin was made to provide an alternative to the more common ButtonFacade skins, through the ButtonFacade interface you can easily change the hue of the metal, which is why it's fully greyscale (except of couse the stats such as Active skills). I may end up releasing textures for minimaps and minimap icons to match this skin, depending on its popularity.&lt;br /&gt;
&lt;br /&gt;
Installation&lt;br /&gt;
------------&lt;br /&gt;
1. If you don't have ButtonFacade, be sure to grab it from http://files.wowace.com/ButtonFacade/ButtonFacade.zip&lt;br /&gt;
2. Unzip the provided zip into &quot;World of Warcraft\Interface\Addons\&quot; (without quotes)&lt;br /&gt;
3. Verify if the path INTO the skin folder is &quot;World of Warcraft\Interface\Addons\ButtonFacade_Wire&quot; (without quotes)&lt;br /&gt;
4. While in-game, select the Wire skin through ButtonFacade and enjoy.&lt;br /&gt;
&lt;br /&gt;
Feedback? Need Support?&lt;br /&gt;
-----------------------&lt;br /&gt;
Feel free to pm me on the WoWace forums, I am MoonWitch there too. You can leave a note in WoWInterface as well.</description>
			<author>MoonWitch</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info9097-0.1.html</guid>
			<pubDate>Wed, 18 Jun 2008 18:43:07 +0000</pubDate>
		</item>		<item>
			<title>EWOlson_AFKAlert (2008-06-18)</title>
			<link>http://www.wowinterface.com/downloads/info9095-2008-06-18.html</link>
			<description>Notifies anyone who is using this addon if you go AFK or come back from AFK.</description>
			<author>EWOlson</author>
			<category domain="http://www.wowinterface.com">Chat Mods</category>
			<guid>http://www.wowinterface.com/downloads/info9095-2008-06-18.html</guid>
			<pubDate>Wed, 18 Jun 2008 16:40:14 +0000</pubDate>
		</item>		<item>
			<title>Mouseover Raid Icons (1.0)</title>
			<link>http://www.wowinterface.com/downloads/info9091-1.0.html</link>
			<description>Adds a set of keybindings to assign a raid icon to whatever you're mousing over. No setup necessary, binds are set in the default keybinding interface.</description>
			<author>smcn</author>
			<category domain="http://www.wowinterface.com">Raid Mods</category>
			<guid>http://www.wowinterface.com/downloads/info9091-1.0.html</guid>
			<pubDate>Mon, 16 Jun 2008 17:12:43 +0000</pubDate>
		</item>		<item>
			<title>PetCare (1.0)</title>
			<link>http://www.wowinterface.com/downloads/info9077-1.0.html</link>
			<description>This is a small mod for hunters who use the default unit frames to see when mend pet or feed pet is on their pet.&lt;br /&gt;
&lt;br /&gt;
The default unit frames do not show pet buffs unless you mouseover the pet frame or target it.&lt;br /&gt;
&lt;br /&gt;
If both mend pet and feed pet are going at the same time, it will show the mend pet icon.</description>
			<author>Gello</author>
			<category domain="http://www.wowinterface.com">Hunter</category>
			<guid>http://www.wowinterface.com/downloads/info9077-1.0.html</guid>
			<pubDate>Sat, 14 Jun 2008 12:51:38 +0000</pubDate>
		</item>		<item>
			<title>Querier (1.1)</title>
			<link>http://www.wowinterface.com/downloads/info9072-1.1.html</link>
			<description>What it does?&lt;br /&gt;
&lt;br /&gt;
Querier is a small addon which will allow you to get Item and Spell links based off of ItemID or SpellID. There is basic error checking to ensure that you do not get disconnected.&lt;br /&gt;
&lt;br /&gt;
Where to get it?&lt;br /&gt;
&lt;br /&gt;
Latest version is always located here.  You can get stable versions from major add-on sites.&lt;br /&gt;
&lt;br /&gt;
How to help:&lt;br /&gt;
&lt;br /&gt;
Report bugs and any problems that you encounter.&lt;br /&gt;
&lt;br /&gt;
Where to report bugs, feature request, and issues:&lt;br /&gt;
&lt;br /&gt;
Please report all bugs, feature requests and issues on the CurseForge tracker.&lt;br /&gt;
&lt;br /&gt;
Wiki:&lt;br /&gt;
&lt;br /&gt;
WoWAce Wiki&lt;br /&gt;
WoWWiki</description>
			<author>Ackis</author>
			<category domain="http://www.wowinterface.com">Ace: Interface Enhancements</category>
			<guid>http://www.wowinterface.com/downloads/info9072-1.1.html</guid>
			<pubDate>Thu, 12 Jun 2008 15:18:25 +0000</pubDate>
		</item>		<item>
			<title>FuBar - ChannelFu (2.4.2)</title>
			<link>http://www.wowinterface.com/downloads/info9060-2.4.2.html</link>
			<description>THIS IS A FUBAR MOD AND REQUIRES FUBAR TO FUNCTION CORRECTLY.&lt;br /&gt;
&lt;br /&gt;
ChannelFu is an adaptation of a German mod called ChannelWatchFu and uses much of the same code. It's been trimmed down to remove what I feel was some extraneous coding and functionality, whilst adding in additional functions I felt were useful.&lt;br /&gt;
&lt;br /&gt;
The goal was to provide as close to GuildFu as possible, without being in a guild.&lt;br /&gt;
&lt;br /&gt;
The primary use for this mod is for situations where you belong to a channel that organises activites, such as heroics or raiding, outside of your guild.&lt;br /&gt;
&lt;br /&gt;
Using ChannelFu, you can easily see how many people are online within channels you monitor and, using the &quot;sort by class&quot; function, you can easily check a specific class to see who is online.&lt;br /&gt;
&lt;br /&gt;
Additional functions include:&lt;br /&gt;
* Initiate whisper with person in channel.&lt;br /&gt;
* Invite person in channel to group/raid.&lt;br /&gt;
* Option to display who in the channel is already in your group/raid.&lt;br /&gt;
* Option to display Zone and/or guild of players in the channel.</description>
			<author>Amethyst</author>
			<category domain="http://www.wowinterface.com">FuBar</category>
			<guid>http://www.wowinterface.com/downloads/info9060-2.4.2.html</guid>
			<pubDate>Sun, 08 Jun 2008 02:23:46 +0000</pubDate>
		</item>		<item>
			<title>Party CC Tracker (rsomethign)</title>
			<link>http://www.wowinterface.com/downloads/info9051-rsomethign.html</link>
			<description>Quick addon, tracks the time left on CCs your party uses. Due to things like DR, talents and lag this uses syncing to figure out the time left or when a timer fades if the CC is removed early, meaning if you want timers from someone they have to use this mod if they don't want others CCs they can simply run it in silent mode.&lt;br /&gt;
&lt;br /&gt;
Slash command /partycc or /pcc&lt;br /&gt;
&lt;br /&gt;
Beta, may have bugs, ect, ect, ect.</description>
			<author>Shadowd</author>
			<category domain="http://www.wowinterface.com">PvP/Arena/BattleGrounds</category>
			<guid>http://www.wowinterface.com/downloads/info9051-rsomethign.html</guid>
			<pubDate>Fri, 06 Jun 2008 04:33:03 +0000</pubDate>
		</item>
	</channel>
</rss>