<?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><![CDATA[GTB-1.0 (r968)]]></title>
			<link>http://www.wowinterface.com/downloads/info10204-r968.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;------------------------------------------------------------------------&lt;br /&gt;
r968 | shadowed.wow | 2008-10-15 15:57:58 -0700 (Wed, 15 Oct 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Fixed a typo that would cause an error at line #177 if a timer went over an hour&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r920 | shadowed.wow | 2008-09-17 13:13:27 -0700 (Wed, 17 Sep 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Fixed SetScale, SetBaseColor and SetBackgroundColor not taking effect until a new bar was shown&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r916 | shadowed.wow | 2008-09-14 17:49:54 -0700 (Sun, 14 Sep 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Added SetBackgroundColor API&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r911 | shadowed.wow | 2008-09-12 12:59:08 -0700 (Fri, 12 Sep 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Reduced fade time to 0.10 seconds instead of 0.25&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r895 | shadowed.wow | 2008-09-06 18:36:28 -0700 (Sat, 06 Sep 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Fixed typo in changing the font in :SetFont&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r894 | shadowed.wow | 2008-09-06 12:53:19 -0700 (Sat, 06 Sep 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Added SetFont(path, size, style) API, by default this will use the GetFont() values returned from GameFontHighlight&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r847 | shadowed.wow | 2008-08-09 19:57:51 -0700 (Sat, 09 Aug 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Annnd fixed SetMaxBars and SetPoint to work&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r846 | shadowed.wow | 2008-08-09 19:54:06 -0700 (Sat, 09 Aug 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Fixed toc name&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r845 | shadowed.wow | 2008-08-09 19:53:03 -0700 (Sat, 09 Aug 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Import of GTB-1.0/ (Same as GTB/ just folder rename)&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;GTB is a simple timer library for people who don't want 500 options and just need a basic display.&lt;br /&gt;
&lt;br /&gt;
Not really much description needed, you can find the API here http://www.wowwiki.com/GTB an exaple of a mod that uses this is  http://wowinterface.com/downloads/info8063-Afflicted2.html or any other addon of mine that uses timer bars for display basically.</description>
			<author>Shadowed</author>
			<category domain="http://www.wowinterface.com">Libraries</category>
			<guid>http://www.wowinterface.com/downloads/info10204-r968.html</guid>
			<pubDate>Fri, 05 Dec 2008 08:58:01 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Simple Buff Bars (r1032)]]></title>
			<link>http://www.wowinterface.com/downloads/info9798-r1032.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;------------------------------------------------------------------------&lt;br /&gt;
r1032 | shadowed.wow | 2008-12-03 17:25:10 -0800 (Wed, 03 Dec 2008) | 5 lines&lt;br /&gt;
&lt;br /&gt;
* Fixed anchor spacing issues&lt;br /&gt;
* Trying out a new filtering system, to reduce the amount of buffs shown due to the raid wide stuff.&lt;br /&gt;
* Has two filters right now, Physical = Hide Divine Spirit, Flametongue Totme, Moonkin Aura, etc, things that physical DPS don't care about. Caster = Hide Windfury Totem, Blessing of Might, Battle Shout, etc, things casters don't care about.&lt;br /&gt;
* Includes an auto filter option to swap between filters depending on class spec.&lt;br /&gt;
* Shamans will have the caster filter loaded if they aren't enhancement, Druids will have the Physical filter loaded if they are Feral but caster otherwise, and Holy Paladins will have the caster filter loaded&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r967 | shadowed.wow | 2008-10-14 23:48:14 -0700 (Tue, 14 Oct 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Fixed an error when using temporary weapon enchants&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r963 | shadowed.wow | 2008-10-13 00:07:12 -0700 (Mon, 13 Oct 2008) | 2 lines&lt;br /&gt;
&lt;br /&gt;
* This is now a 3.0 only version&lt;br /&gt;
* Merged wotlk/ branch with trunk/ version&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r936 | shadowed.wow | 2008-09-26 13:09:43 -0700 (Fri, 26 Sep 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Oh also, updated a ton of libraries&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r935 | shadowed.wow | 2008-09-26 13:07:25 -0700 (Fri, 26 Sep 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Added a stack first option as a replacement for showing stack inside the icon&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r914 | shadowed.wow | 2008-09-12 13:11:03 -0700 (Fri, 12 Sep 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Removed the old update queuing code since thats not needed&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r900 | shadowed.wow | 2008-09-08 11:10:08 -0700 (Mon, 08 Sep 2008) | 2 lines&lt;br /&gt;
&lt;br /&gt;
* Removed AceTimer-3.0 and AceBucket-3.0 as we don't use them&lt;br /&gt;
* Fixed temporary enchants still showing even after you turned them off&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r893 | shadowed.wow | 2008-09-04 17:01:20 -0700 (Thu, 04 Sep 2008) | 9 lines&lt;br /&gt;
&lt;br /&gt;
* Fixed being able to anchor a frame to itself causing an infinite loop issue&lt;br /&gt;
* Fixed multiple UpdateDisplay calls in Reload()&lt;br /&gt;
* Added in a separate anchor for temporary enchants, by default this is shunted into the buffs frame but you can move it into it's own, or debuffs&lt;br /&gt;
* Improved our anchoring code, if you anchor debuffs -&gt; tempEnchants -&gt; buffs it'll automatically anchor debuffs to buffs when tempEnchants isn't visible&lt;br /&gt;
* Updated localization.zhCN.lua&lt;br /&gt;
* Added Bazaar support&lt;br /&gt;
* Changed usage of tempBuffs to tempEnchants&lt;br /&gt;
* Changed the debuff example to a Curse instead of none&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r891 | shadowed.wow | 2008-09-03 12:42:13 -0700 (Wed, 03 Sep 2008) | 4 lines&lt;br /&gt;
&lt;br /&gt;
* Fixed a GUI display bug in global options&lt;br /&gt;
* Fixed a bug where if you anchored debuffs to buffs (or vica versa) the debuffs wouldn't show unless you had a buff&lt;br /&gt;
* Added an option to switch between HH:MM:SS and &quot;1h30m/30m/05s&quot; (Blizzard default) formats&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r890 | shadowed.wow | 2008-09-01 17:57:15 -0700 (Mon, 01 Sep 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Oops fixed debuff coloring&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r889 | shadowed.wow | 2008-09-01 17:42:41 -0700 (Mon, 01 Sep 2008) | 3 lines&lt;br /&gt;
&lt;br /&gt;
* Added an option to hide passive buffs &lt;br /&gt;
* Fixed a bug with colors not being set or changed correctly if timeless was off&lt;br /&gt;
* Changed buff tooltip anchor to bottomleft instead of topleft&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r880 | shadowed.wow | 2008-08-29 23:51:04 -0700 (Fri, 29 Aug 2008) | 2 lines&lt;br /&gt;
&lt;br /&gt;
* Fixed a temporary enchant bug where if you had enchants applied to both weapons, the off-hand would show the enchant at 0:00 instead of removing it&lt;br /&gt;
* Updated localization.zhCN.lua&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r875 | shadowed.wow | 2008-08-25 17:19:06 -0700 (Mon, 25 Aug 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Fixed a sorting bug since I fixed a typo of canceled&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r874 | shadowed.wow | 2008-08-25 13:47:55 -0700 (Mon, 25 Aug 2008) | 4 lines&lt;br /&gt;
&lt;br /&gt;
* Changed our sorting code, instead of setting up the bar rows and sorting/repositioning them we add them to a temporary table. This fixes the flashing bug when changing settings, hack job to stop it from updating while moving, and also the tracking menu jumping&lt;br /&gt;
* Fixed timer width, if it's until canceled we give the text the full bar width, if it's not then we only give bar width - 40&lt;br /&gt;
* Fixed scale being in increments of 0.10 not 0.01&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r857 | shadowed.wow | 2008-08-12 11:44:54 -0700 (Tue, 12 Aug 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Added in custom sorting, two options right now are by time left and by buff index, see /sbb ui for more information&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r853 | shadowed.wow | 2008-08-11 00:00:34 -0700 (Mon, 11 Aug 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Sadly had to change to an OnUpdate for tracking temporary weapon enchants for now, it seems that the events I was checking had some issues with Windfury or stupid Shaman buffs like that&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r830 | shadowed.wow | 2008-07-29 17:57:02 -0700 (Tue, 29 Jul 2008) | 2 lines&lt;br /&gt;
&lt;br /&gt;
* DEPENDENCIES R LAME&lt;br /&gt;
* Fixed AceTimer-3.0 not being there for AceBucket-3.0, restart the game if you're getting this error&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r829 | shadowed.wow | 2008-07-29 17:34:00 -0700 (Tue, 29 Jul 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Fixed the frames not hiding with the UI when you use ALT + Z&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r828 | shadowed.wow | 2008-07-29 11:56:03 -0700 (Tue, 29 Jul 2008) | 1 line&lt;br /&gt;
&lt;br /&gt;
* Oops, forgot to flip the anchor padding into a negative&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r827 | shadowed.wow | 2008-07-29 11:53:51 -0700 (Tue, 29 Jul 2008) | 4 lines&lt;br /&gt;
&lt;br /&gt;
* Added localization.zhCN.lua&lt;br /&gt;
* Added a temporary buff color option&lt;br /&gt;
* Fixed grow up having issues with the anchor padding not being turned into a positive, also removed the ability to set anchor padding to negative&lt;br /&gt;
* Fixed the frame getting stuck while moving it, if you gained a buff. Will delay all buff frame updates while dragging until it's completed&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r826 | shadowed.wow | 2008-07-27 13:52:07 -0700 (Sun, 27 Jul 2008) | 3 lines&lt;br /&gt;
&lt;br /&gt;
* Added AceBucket-3.0, so game restart is required&lt;br /&gt;
* Fixed a weird flickering issue if you had temp buffs, tracking and buffs all enabled when switching between forms&lt;br /&gt;
* Cleaned up the code a little for sorting and updating rows, as well as temp weapon enchants&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
r819 | shadowed.wow | 2008-07-26 02:18:50 -0700 (Sat, 26 Jul 2008) | 4 lines&lt;br /&gt;
&lt;br /&gt;
* Initial Import: SimpleBuffBars/&lt;br /&gt;
* Does the basics, buff, debuffs, tracking, temp enchants, change stuff, sizing, ect, ect. Will automatically hide the Blizzard buff/debuffs, if you want to see them then don't use this.&lt;br /&gt;
* First version, so still hacky code wise but will improve it in the next few versions, the configuration and most of the options are in just type /sbb for configuration&lt;br /&gt;
* Replacement for ElksBuffBars, but with less evil&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;This is supposed to be a simple (Shocking!) buff bar, nothing fancy if you want to configure every little option then this isn't the mod for you.&lt;br /&gt;
&lt;br /&gt;
Can configure things like, showing tracking, temporary buffs, font, texture, size/height/width, showing rank or stack, icon positioning or anchoring buffs to debuffs or debuffs to buffs like you see in the screenshot.&lt;br /&gt;
&lt;br /&gt;
Supports SharedMedia for different textures and fonts.&lt;br /&gt;
&lt;br /&gt;
Type /sbb for configuration.&lt;br /&gt;
&lt;br /&gt;
Configuration sharing&lt;br /&gt;
Experimenting with Bazaar support which adds the ability to share configurations with other people in game and easily, see http://www.wowinterface.com/downloads/fileinfo.php?id=10710 for more information.</description>
			<author>Shadowed</author>
			<category domain="http://www.wowinterface.com">Buff/Debuff/Spell Mods</category>
			<guid>http://www.wowinterface.com/downloads/info9798-r1032.html</guid>
			<pubDate>Fri, 05 Dec 2008 08:54:04 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[XBar (3.06)]]></title>
			<link>http://www.wowinterface.com/downloads/info7190-3.06.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;Version 3.06 by Dr. Doom&lt;br /&gt;
&lt;br /&gt;
* Brought back some old hacks to fix the cooking ability for the German client.&lt;br /&gt;
* Added show/hide text option for the XP bar&lt;br /&gt;
* Removed taint in the ButtonFacade integration code.&lt;br /&gt;
* Added more display options for the Pet XP bar in XPetStuffBar&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;XBar for WoW (World of Warcraft)&lt;br /&gt;
&lt;br /&gt;
* A customizable interface framework for supporting custom, movable buttons bars.&lt;br /&gt;
&lt;br /&gt;
By Dr Doom (Shalune on Kargath)&lt;br /&gt;
&lt;br /&gt;
FEATURES:&lt;br /&gt;
&lt;br /&gt;
* Movable&lt;br /&gt;
* Orientable (rotate/reverse)&lt;br /&gt;
* Sizable&lt;br /&gt;
* Modular: Lets you easily create addons using this framework&lt;br /&gt;
* Customizable: Add your own unique features to your bar&lt;br /&gt;
* Pop-out menus: Use the toggle buttons&lt;br /&gt;
* Dynamic, all-in-one configuration window&lt;br /&gt;
* Supporting option sets for each or multiple characters&lt;br /&gt;
* Localized in several languages&lt;br /&gt;
* Skinnable via ButtonFacade&lt;br /&gt;
&lt;br /&gt;
USAGE&lt;br /&gt;
&lt;br /&gt;
* /xbar help&lt;br /&gt;
* /xbar config&lt;br /&gt;
* /xbar show &lt;bar&gt;&lt;br /&gt;
* /xbar hide &lt;bar&gt;&lt;br /&gt;
* /xbar resetpos &lt;bar&gt;&lt;br /&gt;
* /xbar toggle &lt;bar&gt;&lt;br /&gt;
* /xbar options new &lt;optionset&gt;&lt;br /&gt;
* /xbar options set #&lt;br /&gt;
* /xbar options view&lt;br /&gt;
* /xbar options delete #&lt;br /&gt;
* Move the bars by Ctrl + right click and drag&lt;br /&gt;
* The toggle command shows/hides the toggle buttons&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SHIPS WITH THESE BARS AND SPECIAL FEATURES&lt;br /&gt;
&lt;br /&gt;
* XAspectBar - Supports Action Bar switching&lt;br /&gt;
* XBuffBar&lt;br /&gt;
* XPetStuffBar - Also includes floating Pet XP Bar&lt;br /&gt;
* XPortalsBar&lt;br /&gt;
* XRogueBar&lt;br /&gt;
* XSealBar&lt;br /&gt;
* XTotemBar - Includes totem timers&lt;br /&gt;
* XTrackBar&lt;br /&gt;
* XTradeBar&lt;br /&gt;
* XTrapBar&lt;br /&gt;
* XWarlockBar&lt;br /&gt;
&lt;br /&gt;
OTHER PLUGIN SUPPORT&lt;br /&gt;
&lt;br /&gt;
The following addons ship with XBar which add functionality for additional mods:&lt;br /&gt;
&lt;br /&gt;
* XBarLocalizer - This mod allows easier update of localizations.&lt;br /&gt;
* XBar_cyCircled - This mod allows XBars to be skinned using cyCircled.&lt;br /&gt;
&lt;br /&gt;
INSTALLATION NOTES&lt;br /&gt;
&lt;br /&gt;
* To install, extract the .ZIP file to your WoW Addons folder&lt;br /&gt;
* EXAMPLE: C:\Program Files\World of Warcraft\Interface\AddOns&lt;br /&gt;
* Install the other bars you want in the same fashion&lt;br /&gt;
* XBAR MUST BE INSTALLED AND ENABLED FOR THE OTHER XBAR ADDONS TO WORK&lt;br /&gt;
* XBar does not provide action bars for itself&lt;br /&gt;
&lt;br /&gt;
SPECIAL THANKS&lt;br /&gt;
&lt;br /&gt;
* Permetheus (Original Author of 'AspectBar' and 'TrapBar') &lt;br /&gt;
* Murkeli (Author of 'TrackBar')&lt;br /&gt;
* CRiSPyToWN (for keeping the bar mods going and making some new bars)&lt;br /&gt;
* Cilraaz (Author of 'BlessingBar' and 'SealBar'&lt;br /&gt;
* The following people for localization help: Norova (zhTW), PeliasLMEP (esES), Aphelandra - Todeskrallen (deDE), Jokhond (frFR), Gerar (esES)&lt;br /&gt;
* dtylerb and Ravenswing for making and keeping XPortalBar a success.  See xportalsbar\readme.txt.&lt;br /&gt;
* A HUGE thanks to all of those in the WoW community that have helped to make these previous mods a success, and to those who convinced me to keep these things going.&lt;br /&gt;
&lt;br /&gt;
ADDON-SPECIFIC NOTES&lt;br /&gt;
&lt;br /&gt;
* See readme.txt in each addon folder for additional information about included features for that specific addon.  If there is no file, either the author didn't explain it fully or there are no addon-specific features that are not self explanatory or generic to XBar.&lt;br /&gt;
&lt;br /&gt;
TROUBLESHOOTING &amp; FAQ&lt;br /&gt;
&lt;br /&gt;
* See FAQ.txt for additional info on how to use the advanced features of XBar and troubleshoot issues before posting a question or issue here.</description>
			<author>drdoom</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info7190-3.06.html</guid>
			<pubDate>Fri, 05 Dec 2008 08:27:16 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[thekBar (0.1.5)]]></title>
			<link>http://www.wowinterface.com/downloads/info11627-0.1.5.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;v 0.1.5&lt;br /&gt;
* adds new features: scale, alpha values&lt;br /&gt;
&lt;br /&gt;
v 0.1.4&lt;br /&gt;
* remove some useless code&lt;br /&gt;
* fixed a 'incombatlockdown' bug&lt;br /&gt;
* added a update function&lt;br /&gt;
&lt;br /&gt;
v 0.1.3a&lt;br /&gt;
* bugfix: stancebar didn't show/hide correct after a reloadui / entering world&lt;br /&gt;
&lt;br /&gt;
v 0.1.3a&lt;br /&gt;
* new code for stancebar hiding/showing (dirty hack)&lt;br /&gt;
&lt;br /&gt;
v 0.1.3&lt;br /&gt;
* removes a bug with blizzards vehicle bar&lt;br /&gt;
* removes a bug with hotkeys &amp; macro text&lt;br /&gt;
* removes a taint bug&lt;br /&gt;
&lt;br /&gt;
v 0.1.2&lt;br /&gt;
add new options&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;This is another Actionbar mod, that enables a short Blizzardactionbar, but there are some additional features:&lt;br /&gt;
&lt;br /&gt;
I hope that all vehicle bugs are done since version 0.1.3a&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
you can bind a key to switch between short and default barsize (take a look at blizzards keybinding menu to add a hotkey)&lt;br /&gt;
enable / disable actionbartooltips&lt;br /&gt;
show / hide actionbutton hotkeys&lt;br /&gt;
show / hide actionbutton names &amp; macrotext&lt;br /&gt;
show / hide the stance-/petbar&lt;br /&gt;
shows xp in a new format: current &lt;todo&gt; needed to level up &lt;br /&gt;
mainbar, leftbottom- and rightbottombar can be scaled&lt;br /&gt;
alpha values for in combat / no combat can be set&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
for ingame configuration use /tbar&lt;br /&gt;
&lt;br /&gt;
/tbar toggle - toggle between small and default bar &lt;br /&gt;
/tbar hotkey - toggle button hotkeys&lt;br /&gt;
/tbar macro - toggle button macronames &lt;br /&gt;
/tbar tooltip - toggle button tooltips&lt;br /&gt;
/tbar stance - toggle stance-/petbar&lt;br /&gt;
/tbar scale (number) - scales the bars by given (number)&lt;br /&gt;
/tbar ic (number) - sets the 'in combat' alpha value&lt;br /&gt;
/tbar ooc (numer) - sets the 'non combat' alpha value&lt;br /&gt;
&lt;br /&gt;
Todo&lt;br /&gt;
&lt;br /&gt;
 add a better Configuration&lt;br /&gt;
 add a option to toggle default xp and thekBar xp format&lt;br /&gt;
 add a option to hide gryphons &lt;br /&gt;
&lt;br /&gt;
other ideas are welcome! feel free to write me.&lt;br /&gt;</description>
			<author>thek</author>
			<category domain="http://www.wowinterface.com">Action Bar Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11627-0.1.5.html</guid>
			<pubDate>Fri, 05 Dec 2008 08:00:19 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[JewelTips (0.6.0)]]></title>
			<link>http://www.wowinterface.com/downloads/info7316-0.6.0.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;0.6.0: &lt;br /&gt;
- Most WotLK Enchants added.&lt;br /&gt;
- Updated Embedded Ace2 libs&lt;br /&gt;
0.5.6:&lt;br /&gt;
- No longer uses TipHookerLib. Instead, uses the OnTooltipSetItem script.&lt;br /&gt;
- Now shows the correct enchant link for enchants which share the same enchantID&lt;br /&gt;
- koKR localization added by damjau.&lt;br /&gt;
- Add a function which you may call to set the location of the buttons.&lt;br /&gt;
- Added some enchants.&lt;br /&gt;
- Improved efficiency of the code.&lt;br /&gt;
0.5.5: &lt;br /&gt;
- Updated TipHookerLib so that information will be added to tooltips shown&lt;br /&gt;
  at the Guild Bank&lt;br /&gt;
- Added some new enchants&lt;br /&gt;
- Now also available via the wowace svn&lt;br /&gt;
0.5.4&lt;br /&gt;
- Fixed the bug where jewel and enchant icons would remain on Spell ItemRefTooltips&lt;br /&gt;
- Added some enchants&lt;br /&gt;
- The JewelTips.xml file is no longer used so you may delete it&lt;br /&gt;
- Updated embedded libraries&lt;br /&gt;
0.5.3: &lt;br /&gt;
- Added some enchants&lt;br /&gt;
- Improved handling of uncached Jewels and Permanent Enchant items&lt;br /&gt;
- Added jewel icons within the tooltip&lt;br /&gt;
- Moved buttons to the left side of the tooltip so they're not covered by EquipCompare tooltips. Buttons should appear below icons shown by other addons like IDCard, ToolTipItemIcon, or ItemSync.&lt;br /&gt;
0.5.2:&lt;br /&gt;
- Added some enchants&lt;br /&gt;
- Fixed an issue where icons would remain on new tooltips which should not have icons&lt;br /&gt;
0.5.1:&lt;br /&gt;
- Initial Public Release&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;JewelTips adds some extra information to tooltips for socketed and enchanted items.&lt;br /&gt;
&lt;br /&gt;
It adds lines to the tooltip with the name of the enchant/jewel, and it shows icons on the left side of ItemRef tooltips (the kind with the red x that stay open until you close them) which you can mouseover to see another tooltip or shift click to link the item/enchant to chat.&lt;br /&gt;
&lt;br /&gt;
When inspecting another player, you can link their items to yourself in a whisper in order to be able to open an ItemRef tooltip with the icons on the side.&lt;br /&gt;
&lt;br /&gt;
This addon uses some Ace2 libraries. Feel free to delete the libs folder if you use disembedded libraries.&lt;br /&gt;
&lt;br /&gt;
Please post comments below if you have any problems or suggestions.&lt;br /&gt;
&lt;br /&gt;
Options:&lt;br /&gt;
You can change the location of the buttons attached to the ItemRef tooltip by typing one of these commands:&lt;br /&gt;
 &lt;br /&gt;
/script JewelTips:MoveButtons(&quot;top&quot;)&lt;br /&gt;
/script JewelTips:MoveButtons(&quot;bottom&quot;)&lt;br /&gt;
/script JewelTips:MoveButtons(&quot;left&quot;)&lt;br /&gt;
/script JewelTips:MoveButtons(&quot;right&quot;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Known Bugs:&lt;br /&gt;
- Not all in-game enchants are supported yet. Common ones are.&lt;br /&gt;
- MultiTips users will only see the buttons on one tooltip at a time.</description>
			<author>Siz</author>
			<category domain="http://www.wowinterface.com">Ace: Interface Enhancements</category>
			<guid>http://www.wowinterface.com/downloads/info7316-0.6.0.html</guid>
			<pubDate>Fri, 05 Dec 2008 07:49:08 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[ButtonFacade_DsmFade (1.45)]]></title>
			<link>http://www.wowinterface.com/downloads/info11363-1.45.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;12/04/2008&lt;br /&gt;
- Included the proper image files for Border and Highlight.&lt;br /&gt;
&lt;br /&gt;
11/28/2008&lt;br /&gt;
- Trimmed the button edge of the Border and Highlight images.&lt;br /&gt;
&lt;br /&gt;
11/1/2008&lt;br /&gt;
- Removed the ModelScale entry for the Cooldown layer.&lt;br /&gt;
- Added AboveNormal = true; to the AutoCast layer.&lt;br /&gt;
- Modified offset values for the AutoCast layer slightly.&lt;br /&gt;
&lt;br /&gt;
Thanks to StormFX for the above changes.&lt;br /&gt;
&lt;br /&gt;
10/23/2008&lt;br /&gt;
- Optimized the scale of the Gloss skin.&lt;br /&gt;
&lt;br /&gt;
10/23/2008&lt;br /&gt;
- Backdrop alpha value changed from 1 to 0.75 (now semi-transparent).&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;DsmFade skin for ButtonFacade.&lt;br /&gt;
&lt;br /&gt;
Thanks to JJ Sheets for ButtonFacade. StormFX for LayerTest skin.&lt;br /&gt;
&lt;br /&gt;
http://img395.imageshack.us/img395/125/dsmfdx1zv8.jpg</description>
			<author>delsim</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11363-1.45.html</guid>
			<pubDate>Fri, 05 Dec 2008 07:48:00 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[GathererDB WoWHead (2008.12.05)]]></title>
			<link>http://www.wowinterface.com/downloads/info11707-2008.12.05.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;05 DEC 2008 Corrected issues in the script pertaining to Icecrown, node IDs, and a few more nodes included in the DB.&lt;br /&gt;
&lt;br /&gt;
04 DEC 2008  Corrected Icecrown naming, items should now appear in that zone.&lt;br /&gt;
&lt;br /&gt;
03 DEC 2008a The correct, expanded DB file and other changes.  &lt;br /&gt;
&lt;br /&gt;
03 DEC 2008 Added yet more Northrend and other WotLK node locations, formatting of file, et cetera.&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;http://s.wowinterface.com/images/news/news-gathererdb-bug.png&lt;br /&gt;
WoWInterface is happy to announce that we have teamed up with Wowhead and the Norganna's AddOns Gatherer team to provide you with an exclusive downloadable Wowhead database for display in-game by Gatherer.&lt;br /&gt;
 &lt;br /&gt;
This addon will provide you with all the information currently in the Wowhead database showing all known locations of herbs, minerals and treasures. Now you can simply load up Gatherer, plug this database into it and know what can be found in the zone you are in, without having to discover them yourself.&lt;br /&gt;
 &lt;br /&gt;
Wowhead will be providing regular dumps of their database to the Norganna team, who will then update the GathererDB Wowhead addon exclusively here on WoWInterface.&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
http://s.wowinterface.com/storage/newsimages/cog-icon.png How it works&lt;br /&gt;
The import procedure is simple and painless. Once you have installed the AddOn and have reloaded the game, ensuring that both Gatherer and GathererDB_Wowhead are activated. When you finally log into the game, follow this procedure to import the new data into Gatherer:&lt;br /&gt;
&lt;br /&gt;
Open Gatherer's configuration dialog.&lt;br /&gt;
Click on the red &quot;Database&quot; tab on the left-hand side of the dialog.&lt;br /&gt;
Click the import button in the main panel.Make sure to add GathererDB-Wowhead to your favourites list here on WoWInterface and check back periodically to see if it's been updated, or get an email sent to you whenever they update it if you have those notifications turned on. Any time they update it, just re-download GathererDB-Wowhead and update your local copy.&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
http://s.wowinterface.com/forums/admincp/../../storage/newsimages/wowhead_favicon.png Help improve the database&lt;br /&gt;
If you want to contribute your data back to Wowhead to continue expanding the database, please download and install the Wowhead client (available for both PC and Mac) and just follow the instructions on their site.&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
http://s.wowinterface.com/storage/newsimages/gatherer_favicon.png About Gatherer&lt;br /&gt;
Gatherer is an addon for herbalists, miners and treasure hunters in World of Warcraft. It's main purpose is to track the closest plants, deposits and treasure locations on your minimap.&lt;br /&gt;
 &lt;br /&gt;
The addon does not track like a tracking ability does, rather it &quot;remembers&quot; where you have found various items in the past. It does this whenever you gather (perform herbalism, mining or opening) on an item, and records the specific map location in its history. From then on, whenever the item comes into range of being one of the closest 1-25 (configurable) items to your present location, it will pop up on you minimap.&lt;br /&gt;
 &lt;br /&gt;
When you view your World Map, you will also see the item locations marked on the particular map you are viewing there.&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
http://s.wowinterface.com/storage/newsimages/wowhead_favicon.pngAbout Wowhead&lt;br /&gt;
Wowhead was created with one sole intent: to provide World of Warcraft players with an extensive database and tools to enhance their gaming experience. This website is our contribution to this wonderful game.&lt;br /&gt;
 &lt;br /&gt;
Our user community is a big part, if not the biggest part, of Wowhead. Almost all of our information comes from our users, through data uploads from the Wowhead Client, comments on database entries and screenshot submissions! The site also features forums, where users can ask questions, discuss important Warcraft-related topics, recommend and share favorite addons, and much more!</description>
			<author>Nechckn</author>
			<category domain="http://www.wowinterface.com">Norganna's AddOns</category>
			<guid>http://www.wowinterface.com/downloads/info11707-2008.12.05.html</guid>
			<pubDate>Fri, 05 Dec 2008 07:44:14 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[PhanxChat (3.0.2.26)]]></title>
			<link>http://www.wowinterface.com/downloads/info6323-3.0.2.26.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;Version 2.4.3.26&lt;br /&gt;
&lt;br /&gt;
 Fix channel notice suppression option&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 3.0.2.22&lt;br /&gt;
&lt;br /&gt;
 Fix chat tab dragging&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 3.0.2.21&lt;br /&gt;
&lt;br /&gt;
 Fix font size command&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 3.0.2.20&lt;br /&gt;
&lt;br /&gt;
 Remove 2.4.3 compatibility&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 2.4.3.19&lt;br /&gt;
&lt;br /&gt;
 Fix scroll-to-bottom button&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 2.4.3.18&lt;br /&gt;
&lt;br /&gt;
 Fix channel notice suppression option&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 2.4.3.17&lt;br /&gt;
&lt;br /&gt;
 Add complete deDE translations from Melikae&lt;br /&gt;
 Add complete ruRU translations from Valle&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 2.4.3.14&lt;br /&gt;
&lt;br /&gt;
 Fix suppression options&lt;br /&gt;
 Add complete koKR translations from TalksWind&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 2.4.3.10&lt;br /&gt;
&lt;br /&gt;
 Add complete frFR translations from Nicolas&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 2.4.3.9&lt;br /&gt;
&lt;br /&gt;
 Fix frame blacklisting&lt;br /&gt;
 Changed versioning scheme to match the rest of my addons (WoW version.addon revision)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 3.0.1&lt;br /&gt;
&lt;br /&gt;
 Interim working fix for tell-target commands.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 3.0&lt;br /&gt;
&lt;br /&gt;
 Initial release, upgraded from beta status.&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;&lt;br /&gt;
Translations wanted!&lt;br /&gt;
If you can help translate PhanxChat for European Spanish (esES) or Latin American Spanish (esMX) locales, please send me a PM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A chat addon to make your chat frames less cluttered and more usable.&lt;br /&gt;
&lt;br /&gt;
Use /pchat with the following commands:&lt;br /&gt;
&lt;br /&gt;
 buttons - Hide the scroll buttons&lt;br /&gt;
 channels - shorten channel names and chat strings&lt;br /&gt;
 clear - clear all chat frames&lt;br /&gt;
 edit arrows - enable arrow keys in the edit box&lt;br /&gt;
 edit move - move the edit box to the top of the chat frame&lt;br /&gt;
 fade &lt;N&gt; - set the text fade time in minutes (0 = disabled)&lt;br /&gt;
 flash - stop tabs from flashing&lt;br /&gt;
 font &lt;N&gt; - set the font size for all chat frames at once&lt;br /&gt;
 log - start chat logging automatically&lt;br /&gt;
 names - color player names by class if known&lt;br /&gt;
 scroll - enable mousewheel scrolling&lt;br /&gt;
 sticky - make more chat types sticky&lt;br /&gt;
 suppress channels - suppress channel notification messages&lt;br /&gt;
 suppress repeats - suppress repeated messages in public channels&lt;br /&gt;
 tabs - lock chat tabs in place (hold Alt to drag)&lt;br /&gt;
 urls - link URLs for easy copying&lt;br /&gt;
&lt;br /&gt;
Use /tt or /wt to send a message to your current target.&lt;br /&gt;
&lt;br /&gt;
For answers to common questions about PhanxChat and its features, see my portal for the PhanxChat FAQ.&lt;br /&gt;
&lt;br /&gt;
For more information, including planned features, advanced configuration options, and a list of companion addons, please see my portal for extra info about PhanxChat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Localization&lt;br /&gt;
&lt;br /&gt;
PhanxChat currently has translations for English, German (deDE), French (frFR), Russian (ruRU), Korean (koKR), Simplified Chinese (zhCN), and Traditional Chinese (zhTW).&lt;br /&gt;
&lt;br /&gt;
If no translations exist for your locale, PhanxChat will default to English, but some locale-dependent features may not work completely (like short channel names) or work in undesirable ways (like short chat strings using English abbreviations that might not make sense for your language).&lt;br /&gt;
&lt;br /&gt;
If you can help translate PhanxChat for European Spanish (esES) or Latin American Spanish (esMX) locales, please send me a PM!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Known Issues&lt;br /&gt;
&lt;br /&gt;
 Tell-target commands do not update the chat edit box to reflect the target of your message.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Requesting Features&lt;br /&gt;
&lt;br /&gt;
Use the Feature Request tracker to suggest features you would like to see in PhanxChat. Keep in mind that I intend to keep this addon limited to simple, uncluttered chat frame modifications. Also, please take a look at the list of declined features before posting a feature request.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Reporting Bugs&lt;br /&gt;
&lt;br /&gt;
Use the bug report tracker. Before reporting a bug, please make sure it is not on the list of known issues (above), please first follow some basic addon troubleshooting steps, and be sure to include:&lt;br /&gt;
&lt;br /&gt;
 The actual error message. If you don't see an error message, are Lua errors enabled in your interface options? Do you have an error handling addon such as BugSack, Swatter, or tekErr enabled?&lt;br /&gt;
 What is the problem? Be specific.&lt;br /&gt;
 What were you doing when the problem occurred? Does the problem occur every time you do that? Be specific.&lt;br /&gt;
 Does the problem occur when PhanxChat is the only addon enabled? If not, which addon is it conflicting with?&lt;br /&gt;
 Does the problem occur while using the default settings? If not, which settings did you change from their default values?&lt;br /&gt;
 What version of PhanxChat are you using? If you just say &quot;the latest version&quot; and do not provide an actual version number, I will likely ignore your report.&lt;br /&gt;
 What locale (language) do you play WoW in? What is the current version of WoW in your locale?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
License&lt;br /&gt;
&lt;br /&gt;
Please do not redistribute PhanxChat in compilations without asking me first. See my portal or the README included in the addon's folder for the full license terms under which PhanxChat is released. Thanks!</description>
			<author>Phanx</author>
			<category domain="http://www.wowinterface.com">Chat Mods</category>
			<guid>http://www.wowinterface.com/downloads/info6323-3.0.2.26.html</guid>
			<pubDate>Fri, 05 Dec 2008 07:15:03 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[cRefillAmmo (1.01)]]></title>
			<link>http://www.wowinterface.com/downloads/info11675-1.01.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;1.01:&lt;br /&gt;
- possible bugfix for getting an error when you don't have confirmation enabled&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;cRefillAmmo is a very (~5kb) small Stand-Alone AddOn.&lt;br /&gt;
It's meant for hunters who are tired of spam-click-buying ammo.&lt;br /&gt;
&lt;br /&gt;
When you go to a merchant and this merchant sells your currently equipped ammo, cRefillAmmo automaticly refills your ammobag with this ammo.&lt;br /&gt;
&lt;br /&gt;
You can choose between completly automatic or a confirmation dialoge.&lt;br /&gt;
The config is found in the lua file.&lt;br /&gt;
&lt;br /&gt;
FAQ:&lt;br /&gt;
Q: Why does it take so long to refill my ammobag?&lt;br /&gt;
A: This is a WoW issue. If you buy many item very quick, it takes several seconds to get a positive response from the server.&lt;br /&gt;
&lt;br /&gt;
Q: How do I change the ammo cRefillAmmo buys?&lt;br /&gt;
A: cRefillAmmo buy's the ammo you currently have equipt. Just equip another ammo type and it fill refill this instead.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I'm from germany, so please don't mind my mistakes :o</description>
			<author>Chimaine</author>
			<category domain="http://www.wowinterface.com">Hunter</category>
			<guid>http://www.wowinterface.com/downloads/info11675-1.01.html</guid>
			<pubDate>Fri, 05 Dec 2008 06:03:58 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[BTex (2.4.2)]]></title>
			<link>http://www.wowinterface.com/downloads/info7906-2.4.2.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;v2.4.2 - 6 december 2008&lt;br /&gt;
- fixed text placement in frame, with normal game font&lt;br /&gt;
- fixed a bug with dropdown menu&lt;br /&gt;
&lt;br /&gt;
v2.4.1 - 4 december 2008&lt;br /&gt;
- fixed issue on &quot;custom texture pack frame&quot;&lt;br /&gt;
&lt;br /&gt;
v2.4 - 4 december 2008&lt;br /&gt;
- corrected minor bug in slash command&lt;br /&gt;
- added a new skin : White Dragon&lt;br /&gt;
&lt;br /&gt;
v2.3.1 - 20 November 2008&lt;br /&gt;
- removed &quot;panel button&quot; coming from dev version&lt;br /&gt;
&lt;br /&gt;
v2.3 - 19 November 2008&lt;br /&gt;
- added support for multiple character&lt;br /&gt;
- corrected &quot;/bt&quot; already used by bartender to &quot;/bx&quot;, you can use &quot;/btex&quot; too&lt;br /&gt;
- corrected a bug form dropdownUI Menu&lt;br /&gt;
- added a new skin : Wall&lt;br /&gt;
&lt;br /&gt;
v2.2 - 7 November 2008&lt;br /&gt;
- added support for transparency for normals and customs skins,&lt;br /&gt;
- added &quot;Reset to default&quot;button,&lt;br /&gt;
- added 2 new skins : Simple Black, Fade Black.&lt;br /&gt;
&lt;br /&gt;
v2.1 - 5 November 2008&lt;br /&gt;
- added support for texture stretch. you can now set Height form 1 to 1200,&lt;br /&gt;
- added &quot;no texture&quot; in the dropdown menu,&lt;br /&gt;
- added &quot;Load custom skin&quot;, where you can put your own pack of skin directly from game, without modifying the LUA code.&lt;br /&gt;
&lt;br /&gt;
v2.0 - 3 November 2008 :&lt;br /&gt;
- reworked all the code,&lt;br /&gt;
- removed ACE 2.0 support, only WoWAPI hard coded (no libs are needed now),&lt;br /&gt;
- added menu option for skin choosing and other settings,&lt;br /&gt;
- added new skins,&lt;br /&gt;
- full LUA frame coded.&lt;br /&gt;
&lt;br /&gt;
V1.0 - 26 November 2007:&lt;br /&gt;
- Initial release.&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;***********************************&lt;br /&gt;
Btex version 2.4.2&lt;br /&gt;
***********************************&lt;br /&gt;
&lt;br /&gt;
Website :&lt;br /&gt;
---------&lt;br /&gt;
http://www.wowinterface.com/downloads/info7906.html&lt;br /&gt;
&lt;br /&gt;
What is it? :&lt;br /&gt;
-------------&lt;br /&gt;
Btex (for 'Bottom TEXture') is a very lightweight addon for World Of Warcraft providing Background texture at the bottom of the screen. It contains a package of unique skins, a simple to use menu for settings skins, texture height and trancparency. All skins are compatible with Xart(Ace) and ElectrofluxTextronator(Ace). I choose to do it like xArt so that any textures made for xArt or ElectrofluxTextronator can be easily used for BTEX2 as well.&lt;br /&gt;
&lt;br /&gt;
What can it do? :&lt;br /&gt;
-----------------&lt;br /&gt;
- Put a texture of your choice on the bottom of the screen via menu options (use /bx menu or /btex menu),&lt;br /&gt;
- Set height of your texture,&lt;br /&gt;
- Use any other TGA alpha channeled texture from other addon like Xart or ElectrofluxTextronator, or any other &quot;pack&quot; of skin,&lt;br /&gt;
- Work in any resolution (1920x1200 is max),&lt;br /&gt;
- Set transparency for any background texture or frame,&lt;br /&gt;
- Low memory usage.&lt;br /&gt;
&lt;br /&gt;
Ready to use skins :&lt;br /&gt;
--------------------&lt;br /&gt;
The following skins are packaged and are ready to use via the options menu:&lt;br /&gt;
- Dark Shadow I&lt;br /&gt;
- Dark Shadow II&lt;br /&gt;
- Dark Shadow III&lt;br /&gt;
- Simple Black&lt;br /&gt;
- Fade Black&lt;br /&gt;
- Red Fury&lt;br /&gt;
- Warcraft Classic&lt;br /&gt;
- Ice Dragon&lt;br /&gt;
- Ice Dragon remake (credits to Xaphiroth)&lt;br /&gt;
- Ice Dragon remake with pet bar(credits to Xaphiroth)&lt;br /&gt;
- Wall&lt;br /&gt;
- White Dragon&lt;br /&gt;
&lt;br /&gt;
Skins package know to work :&lt;br /&gt;
----------------------------&lt;br /&gt;
You download and use this skins too (just use &quot;Custom skins&quot; in the dropdown menu and copy them to /btex/skins/)&lt;br /&gt;
- Sewell XArt Pack (http://www.wowinterface.com/downloads/info7100-SewellXArtPack.html)&lt;br /&gt;
- Xart Skin - Warcraft 3 elven (http://www.wowinterface.com/downloads/info7123-XartSkin-Warcraft3elven.html)&lt;br /&gt;
- Fairy Tale Style using XArt (http://www.wowinterface.com/downloads/info6712-FairyTaleStyleusingXArt.html)&lt;br /&gt;
- ElectrofluxTextronator (http://www.wowinterface.com/downloads/info6847-ElectrofluxTextronator.html)&lt;br /&gt;
&lt;br /&gt;
Contribute :&lt;br /&gt;
------------&lt;br /&gt;
Just use http://www.wowinterface.com/downloads/info7906.html using the provided forms(comments tab) or send me a PM on wowinterface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How do I use it?&lt;br /&gt;
-----------------&lt;br /&gt;
First unzip it into your interface\addons directory. For more info on installing, please read install.txt. &lt;br /&gt;
Now just run WoW and once logged in, type '/bx menu' to get the options screen and choose a skin.&lt;br /&gt;
&lt;br /&gt;
Support :&lt;br /&gt;
---------&lt;br /&gt;
Please post all errors and suggestions on http://www.wowinterface.com/downloads/info7906.html using the provided forms.&lt;br /&gt;
&lt;br /&gt;
*********************&lt;br /&gt;
* Version History : *&lt;br /&gt;
*********************&lt;br /&gt;
&lt;br /&gt;
v2.4.2 - 6 december 2008&lt;br /&gt;
- fixed text placement in frame, with normal game font&lt;br /&gt;
- fixed a bug with dropdown menu&lt;br /&gt;
&lt;br /&gt;
v2.4.1 - 4 december 2008&lt;br /&gt;
- fixed issue on &quot;custom texture pack frame&quot;&lt;br /&gt;
&lt;br /&gt;
v2.4 - 4 december 2008&lt;br /&gt;
- corrected minor bug in slash command&lt;br /&gt;
- added a new skin : White Dragon&lt;br /&gt;
&lt;br /&gt;
v2.3.1 - 20 November 2008&lt;br /&gt;
- removed &quot;panel button&quot; coming from dev version&lt;br /&gt;
&lt;br /&gt;
v2.3 - 19 November 2008&lt;br /&gt;
- added support for multiple character&lt;br /&gt;
- corrected &quot;/bt&quot; already used by bartender to &quot;/bx&quot;, you can use &quot;/btex&quot; too&lt;br /&gt;
- corrected a bug form dropdownUI Menu&lt;br /&gt;
- added a new skin : Wall&lt;br /&gt;
&lt;br /&gt;
v2.2 - 7 November 2008&lt;br /&gt;
- added support for transparency for normals and customs skins,&lt;br /&gt;
- added &quot;Reset to default&quot;button,&lt;br /&gt;
- added 2 new skins : Simple Black, Fade Black.&lt;br /&gt;
&lt;br /&gt;
v2.1 - 5 November 2008&lt;br /&gt;
- added support for texture stretch. you can now set Height form 1 to 1200,&lt;br /&gt;
- added &quot;no texture&quot; in the dropdown menu,&lt;br /&gt;
- added &quot;Load custom skin&quot;, where you can put your own pack of skin directly from game, without modifying the LUA code.&lt;br /&gt;
&lt;br /&gt;
v2.0 - 3 November 2008 :&lt;br /&gt;
- reworked all the code,&lt;br /&gt;
- removed ACE 2.0 support, only WoWAPI hard coded (no libs are needed now),&lt;br /&gt;
- added menu option for skin choosing and other settings,&lt;br /&gt;
- added new skins,&lt;br /&gt;
- full LUA frame coded.&lt;br /&gt;
&lt;br /&gt;
V1.0 - 26 November 2007:&lt;br /&gt;
- Initial release. &lt;br /&gt;
&lt;br /&gt;
For full version history, please see here: http://www.wowinterface.com/downloads/info7906.html&lt;br /&gt;
&lt;br /&gt;
FAQ :&lt;br /&gt;
-----&lt;br /&gt;
How do I run menu config ?  type &quot;/bx Menu&quot; or &quot;/Btex menu&quot; in the chat windows.&lt;br /&gt;
&lt;br /&gt;
Why the download is so big ? it's because it contain many images.&lt;br /&gt;
&lt;br /&gt;
Do the old XART skins work with BTEX? yes, just put them in the skins directory, and use the &quot;custom texture&quot; options on the dropdown menu.&lt;br /&gt;
&lt;br /&gt;
Do the skin support alpha channel TGA? yes, and you can change the transparency of the bottom frame as well.&lt;br /&gt;
&lt;br /&gt;
can i use BLP file? not for now. buf if needed, i can add this, just let me know.&lt;br /&gt;
&lt;br /&gt;
How can i add my own skin ? just put it in the /skins directory and choose &quot;Load Custom&quot; from the dropdown menu in game.&lt;br /&gt;
then follow insctructions. you can add all Xart texture compliant (512x256 pixel)x4, or make your own with Gimp or photoshop (they have to be TGA aplha channeled).</description>
			<author>tiggy</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info7906-2.4.2.html</guid>
			<pubDate>Fri, 05 Dec 2008 04:49:20 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Mountiful (1.3)]]></title>
			<link>http://www.wowinterface.com/downloads/info10397-1.3.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;1.3&lt;br /&gt;
-- Fixed an issue where mount/pet selections were getting screwed up when learning new mounts/pets&lt;br /&gt;
-- Added /mount rebuildselections, rebuilds selections index&lt;br /&gt;
-- Restructued SV database, could cause some selections to be lost&lt;br /&gt;
-- Added /mount smart pre - automatically picks a mount from your Ground or Flying list depending on location&lt;br /&gt;
-- Added smart mounting, slash command is /mountiful smart&lt;br /&gt;
-- Added safeflying option to prevent dismounting in air, use /mount safeflying to toggle on/off&lt;br /&gt;
-- Added paging to options&lt;br /&gt;
-- Added pet commands&lt;br /&gt;
    /pet add &lt;name&gt; to add a pet category&lt;br /&gt;
    Other /pet commands work the same as /mount commands&lt;br /&gt;
-- various bugfixes and code cleanup&lt;br /&gt;
&lt;br /&gt;
1.2.1&lt;br /&gt;
-- Fixed bug that occured the first time the mod is used&lt;br /&gt;
&lt;br /&gt;
1.2&lt;br /&gt;
-- Added /mount add/remove &lt;name&gt;      allows you to add/remove categories&lt;br /&gt;
-- Bugfixes&lt;br /&gt;
&lt;br /&gt;
1.1&lt;br /&gt;
-- Bugfixes&lt;br /&gt;
-- Should handle learning new mounts properly, mounts will have to be reselected&lt;br /&gt;
&lt;br /&gt;
1.0&lt;br /&gt;
-- Initial Release&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;Mountiful is a mod that helps you randomly select and use a mount or pet&lt;br /&gt;
&lt;br /&gt;
Features&lt;br /&gt;
 Allows you to customize which mounts are used for each category&lt;br /&gt;
 Categories can be added and removed through slash commands&lt;br /&gt;
 Safeflying feature will keep you from dismounting in the air when turned on&lt;br /&gt;
 Support for Pets&lt;br /&gt;
 Smart mounting command to randomly select a mount best for your location&lt;br /&gt;
&lt;br /&gt;
Commands&lt;br /&gt;
Mount Commands&lt;br /&gt;
 /mount &lt;category&gt; - randomly selects and uses a mount/pet from that category&lt;br /&gt;
 /mount add &lt;name&gt; - adds a new mount category&lt;br /&gt;
 /mount remove &lt;category&gt; - removes an existing category&lt;br /&gt;
 /mount smart - randomly selects the best mount for your location&lt;br /&gt;
 /mount smart pre - automatically picks a mount from your Ground or Flying list depending on location&lt;br /&gt;
 /mount rebuildselections - rebuilds selections index&lt;br /&gt;
Pet Commands&lt;br /&gt;
/pet &lt;category&gt; - randomly selects and uses a mount/pet from that category&lt;br /&gt;
 /pet remove &lt;category&gt; - removes an existing category</description>
			<author>Jomar</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info10397-1.3.html</guid>
			<pubDate>Fri, 05 Dec 2008 03:55:52 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[TradeTrak (1.02)]]></title>
			<link>http://www.wowinterface.com/downloads/info10742-1.02.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;1.01: Added SHIFT-click feature to create links&lt;br /&gt;
1.02: WotLK compatibility plus recipe updates&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;TradeTrak is a complete in-game database of every tradeskill recipe available, presented in a simple-to-navigate table.  You can browse by profession, search by name, and filter by skill level, type, slot, and recipe source.  Filters may also be combined for precise control.&lt;br /&gt;
&lt;br /&gt;
Please post your comments/questions in my forum thread:&lt;br /&gt;
&lt;br /&gt;
http://www.wowinterface.com/forums/showthread.php?t=17996&lt;br /&gt;
&lt;br /&gt;
This addon is 100% original work and provides features I have not seen in any other tradeskills addon.  TradeTrak grew out of the popularity of my crafterstome.com reference web site, which provides more extensive web-based recipe lists and filtering options.</description>
			<author>mwblythe</author>
			<category domain="http://www.wowinterface.com">TradeSkill Mods</category>
			<guid>http://www.wowinterface.com/downloads/info10742-1.02.html</guid>
			<pubDate>Fri, 05 Dec 2008 03:29:29 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[EWOlson_GetItemInfo (2008-12-04.2)]]></title>
			<link>http://www.wowinterface.com/downloads/info10584-2008-12-04.2.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;2008-12-04.2&lt;br /&gt;
&lt;br /&gt;
Fixed a bug that caused all the tooltips to show the same item number.&lt;br /&gt;
&lt;br /&gt;
----------------------------------------&lt;br /&gt;
&lt;br /&gt;
2008-12-04&lt;br /&gt;
&lt;br /&gt;
Now shows item info for comparison items.  (Comparison items currently don't have sell price.  That's on my list of things to add though.)&lt;br /&gt;
The display text has been changed to a hot pink to prevent anyone from confusing it with game provided info.&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;An addon that shows additional information for items in the game.&lt;br /&gt;
&lt;br /&gt;
Will show item unit price if you have an addon that implements the GetSellValue API like my EWOlson_GetSellValueCompressed.</description>
			<author>EWOlson</author>
			<category domain="http://www.wowinterface.com">ToolTip</category>
			<guid>http://www.wowinterface.com/downloads/info10584-2008-12-04.2.html</guid>
			<pubDate>Fri, 05 Dec 2008 02:59:55 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[BuffHUD (1)]]></title>
			<link>http://www.wowinterface.com/downloads/info11841-1.html</link>
			<description>This is my first attempt at creating an addon which places buffs in a curve, for example to wrap around HUD's&lt;br /&gt;
&lt;br /&gt;
this is the first release and is only configurable using the (annotated) Lua file.&lt;br /&gt;
&lt;br /&gt;
Already working on version 2 with ingame config and buttonfacade support :)</description>
			<author>kraftman</author>
			<category domain="http://www.wowinterface.com">Buff/Debuff/Spell Mods</category>
			<guid>http://www.wowinterface.com/downloads/info11841-1.html</guid>
			<pubDate>Fri, 05 Dec 2008 02:19:42 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[SmartRes (Release 104)]]></title>
			<link>http://www.wowinterface.com/downloads/info11527-Release 104.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;Added support for Death Knights, and Druid spell Revive.&lt;br /&gt;
Removed the Babble-Spell libraries and replaced them with GetSpellInfo() API&lt;br /&gt;
&lt;br /&gt;
r104 - added support for AddonLoader in the .toc file&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;Thank you for the bug fixes, Zidomo.&lt;br /&gt;
&lt;br /&gt;
Basically, this mod puts bars on your screen that have timers for the various resurection spells: Resurrection, Ancestral Spirit, Revive, Redemption, and tells you who is casting on whom, how long it will take to bring the target back to life.&lt;br /&gt;
&lt;br /&gt;
SmartRes will show you the bars even if the ressing player does not have SmartRes, and if the target has released, and it reports to CTRA and oRA.&lt;br /&gt;
&lt;br /&gt;
Type /sr or /smartres for options, or use FuBar.&lt;br /&gt;
&lt;br /&gt;
It has both a manual and auto-bind key for resurrecting. The manual key is for targeting released players, and the auto key is for non-released corpses. You will still have to target their unit frame, of course. No automatic targeting anymore.&lt;br /&gt;
&lt;br /&gt;
r101 - current: added Revive (Druid out of combat res) and Death Knights. Removed Babble-Spell (obsolete) and replaced with GetSpellInfo() r104 - added support for AddonLoader in the .toc file&lt;br /&gt;
&lt;br /&gt;
Original addon by Maia, continued by Kyahx and poull. WotLK version by Myrroddin.</description>
			<author>myrroddin</author>
			<category domain="http://www.wowinterface.com">Ace: Combat</category>
			<guid>http://www.wowinterface.com/downloads/info11527-Release 104.html</guid>
			<pubDate>Fri, 05 Dec 2008 02:12:55 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[DKAlert (.02f)]]></title>
			<link>http://www.wowinterface.com/downloads/info11525-.02f.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;.02a &lt;br /&gt;
Fixed Horn of Winter alert&lt;br /&gt;
Added Sudden Doom alert&lt;br /&gt;
&lt;br /&gt;
.02b&lt;br /&gt;
Fixed issue where you would be alerted if another DK near you had a Proc.&lt;br /&gt;
&lt;br /&gt;
.02c&lt;br /&gt;
Added Alert when Rune strike becomes active.&lt;br /&gt;
bug fixes&lt;br /&gt;
.02d - .02e&lt;br /&gt;
Small code changes to fox a couple of minor issues.&lt;br /&gt;
.02f&lt;br /&gt;
Removed debug code so It worn spam Chatframe3 anymore (Sorry about that one)&lt;br /&gt;
Added sound notification for rune strike&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;Light weight addon to alert you to specific procs such as Sudden Doom, Freezing Fog, and Horn of Winter Fading and Rune Strike becoming available</description>
			<author>Liqudator</author>
			<category domain="http://www.wowinterface.com">Death Knight</category>
			<guid>http://www.wowinterface.com/downloads/info11525-.02f.html</guid>
			<pubDate>Fri, 05 Dec 2008 01:35:21 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Natur Enemy Castbar (22128)]]></title>
			<link>http://www.wowinterface.com/downloads/info6616-22128.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;Latest BETA3.&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;Natur Enemy Castbar&lt;br /&gt;
Build r22128 BETA, Released 4th December 2008&lt;br /&gt;
&lt;br /&gt;
IMPORTANT:  Because of the changes to the saved settings you will need to delete the old saved settings file before opening World of Warcraft after installing this version of the addon.  This only applies if you have had a previous version of this addon installed.  The file your interested in is necb.lua found in the \World of Warcraft\WTF\Account\\SavedVariables\ folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Whats new in r22128 BETA:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
fixed bug with direction of bars not working correctly.&lt;br /&gt;
added test for when i die and to clear timers.&lt;br /&gt;
added hostile casting only (with option to show npc casts).&lt;br /&gt;
added option to hide my dot timers etc.&lt;br /&gt;
removed resist sound and option.&lt;br /&gt;
added sound test button for killing blows.&lt;br /&gt;
fixed issue where instant cast spells from enemy wouldnt trigger cd's.&lt;br /&gt;
Added font resize.&lt;br /&gt;
Added more spells and cooldowns.&lt;br /&gt;
Added Glyph Support.&lt;br /&gt;
Added Crowd Control Announces.&lt;br /&gt;
Added Crowd Control Timeleft Announces.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following have been implemented:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Target &amp; Focus - Bar display can be switched to your target/focus only, or you can show all player casts around you. In target/focus mode the bars show a T or an F on the right showing you where the cast is from. &lt;br /&gt;
Movable Groups - Primary Group (Casts, renews etc) and Cooldowns. These can be switchable so that the cooldowns share the same group as your renews etc. &lt;br /&gt;
Shows yours and your targets cooldowns!&lt;br /&gt;
Killing Blow Sounds - Plays a quake sound when you get a killing blow on another player - both male and female sounds are provided. This option can be turned off or played during questing normal mobs.&lt;br /&gt;
Bar Customization – Edit the bar height, width, texture, direction and bar max.&lt;br /&gt;
Rogue warning – NECB detects Stealth, Vanish etc and warns you that a hostile rogue is near by a UI border flash and UI text warning.&lt;br /&gt;
Diminish Returns Timers – also plays warning when your target is immune or resists your abilities.  Support is also provided to show others DR timers.&lt;br /&gt;
Correctly shows duration of a cast which your target already started!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following are planned but are not currently implemented:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Combo Point tracking, Spell Stacking monitoring.   ** Working on it **&lt;br /&gt;
Rogue Poisons ** Working on it **&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please understand that this was a complete rewrite and not all features are implemented in this version until further testing. With that in mind there will be a lot of incoming updates so please keep checking back. If there is something not working right, or you have a suggestion please post it on the forum at www.softrix.co.uk/forum/ where I will keep the known issues section updated and incoming features.&lt;br /&gt;
&lt;br /&gt;
Im sure there will be many things missing and hopefully with your suggestions we'll both get this addon back on track!&lt;br /&gt;
&lt;br /&gt;
Thank you.</description>
			<author>softrix</author>
			<category domain="http://www.wowinterface.com">Combat Mods</category>
			<guid>http://www.wowinterface.com/downloads/info6616-22128.html</guid>
			<pubDate>Fri, 05 Dec 2008 00:32:03 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[SLDataText (2.1.6)]]></title>
			<link>http://www.wowinterface.com/downloads/info8539-2.1.6.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;December 4th, 2008 - v2.1.6&lt;br /&gt;
-Added Chinese locales (credit to Digmouse)&lt;br /&gt;
-Adjusted graphic background on Calendar modules &quot;pulse&quot; alert for pending invites&lt;br /&gt;
-Added Friends &amp; Guild class locales (credit to Digmouse)&lt;br /&gt;
&lt;br /&gt;
November 12th, 2008 - v2.1.5&lt;br /&gt;
-Memory/Usage issue taken care of&lt;br /&gt;
-Cleaned up some addition lose ends, stability is much better&lt;br /&gt;
&lt;br /&gt;
November 8th, 2008 - v2.1.4&lt;br /&gt;
-Memory &quot;trimming&quot; added&lt;br /&gt;
-Mail no longer has two PLAYER_ENTERING_WORLD handlers, will work right now&lt;br /&gt;
-Tweaks to GuildList &amp; FriendList modules for more accurate updates&lt;br /&gt;
-Secondary Text added to Memory module again&lt;br /&gt;
-Font selection for individual modules is now fixed and working properly&lt;br /&gt;
&lt;br /&gt;
November 8th, 2008 - v2.1.3a&lt;br /&gt;
-Typo in Mail module causing error when closing a mailbox fixed&lt;br /&gt;
&lt;br /&gt;
November 8th, 2008 - v2.1.3&lt;br /&gt;
-Module load order has been rebuilt to fix anchoring issues on login/reloadui&lt;br /&gt;
-Class color option for global color (toggle)&lt;br /&gt;
-Chinchilla issue should be fixed (DT: function wasn't valid, fixed this)&lt;br /&gt;
&lt;br /&gt;
November 7th, 2008 - v2.1.2&lt;br /&gt;
-Modules with disable problems are fixed (ZoneText, Gold, etc.)&lt;br /&gt;
-Shift+Click on clock will toggle the calendar again&lt;br /&gt;
-GameTimeFrame is now associated to the Calendar module&lt;br /&gt;
-Clock module can &quot;force hide&quot; the GameTimeFrame when Calendar is disabled&lt;br /&gt;
-I took the studded belt out and taught Statline how to work properly ;-)&lt;br /&gt;
&lt;br /&gt;
November 7th, 2008 - v2.1.1&lt;br /&gt;
-Rewrite back into some Ace Libs&lt;br /&gt;
-Shift+Click on name in FriendsList tooltip opens Friend Note window&lt;br /&gt;
-Global color adjustment (no forced class colors)&lt;br /&gt;
-Reworked the Memory module&lt;br /&gt;
&lt;br /&gt;
October 28th, 2008 - v2.10&lt;br /&gt;
-Converted to AceLocale-3.0 Lib to handle translations&lt;br /&gt;
&lt;br /&gt;
October 28th, 2008 - v2.09&lt;br /&gt;
-Slash commands no longer localized (attempt to fix menu issue)&lt;br /&gt;
&lt;br /&gt;
October 27th, 2008 - v2.08&lt;br /&gt;
-Continuing fixes for SLDT_Locale.lua file and locale integration.&lt;br /&gt;
&lt;br /&gt;
October 26th, 2008 - v2.07&lt;br /&gt;
-Added class locale tables to Guild &amp; Friends modules to fix problem with locale&lt;br /&gt;
translations and the class colors not functioning correct.&lt;br /&gt;
&lt;br /&gt;
October 25th, 2008 - v2.06&lt;br /&gt;
-Added locale tables, German is translated (thanks Mordog). AddOn should function, but require translation, on other Locales. &lt;br /&gt;
&lt;br /&gt;
October 20th, 2008 - v2.05&lt;br /&gt;
-Clock will now &quot;pulse&quot; a glowing border when you have pending calendar invites&lt;br /&gt;
-Stability with enabling/disabling modules that effect Blizzard elements fixed&lt;br /&gt;
-deDE German table added to SLDT_Locale.lua, but not translated (coming soon)&lt;br /&gt;
&lt;br /&gt;
October 19th, 2008 - v2.04&lt;br /&gt;
-Tooltips for FriendList and GuildList modules back to normal (without scale)&lt;br /&gt;
-Durability should update properly now&lt;br /&gt;
-I found the &quot;0&quot; in Server Time minutes wandering a dark alley, brought him home&lt;br /&gt;
&lt;br /&gt;
October 18th, 2008 - v2.03&lt;br /&gt;
-Further attempt to fix Chinchilla Location Frame issue&lt;br /&gt;
&lt;br /&gt;
October 18th, 2008 - v2.02&lt;br /&gt;
-Handles hiding Chinchilla &quot;Location Frame&quot; when ZoneText enabled&lt;br /&gt;
-Memory will force lightweight memory assessment when higher than 30mb&lt;br /&gt;
-GuildList &amp; FriendList Tooltip scaling added&lt;br /&gt;
&lt;br /&gt;
October 13th, 2008 - v2.00&lt;br /&gt;
-SLDT full release for 3.0/WotLK compatibility&lt;br /&gt;
&lt;br /&gt;
July 14th, 2008 - v1.15&lt;br /&gt;
-Memory module will update on load now, instead of requiring a mouseover&lt;br /&gt;
&lt;br /&gt;
June 2nd, 2008 - v1.14&lt;br /&gt;
-Removed dependency of Abacus library&lt;br /&gt;
-Attempt to fix Memory glitch by using gcinfo() instead of collectgarbage(&quot;count&quot;)&lt;br /&gt;
&lt;br /&gt;
May 13th, 2008 - v1.13&lt;br /&gt;
-Updated Abacus to fix parsing for currency&lt;br /&gt;
&lt;br /&gt;
April 11th, 2008 - v1.12&lt;br /&gt;
-Fixed problem with ZoneText not properly updating&lt;br /&gt;
&lt;br /&gt;
April 11th, 2008 - v1.10 and v1.11&lt;br /&gt;
-Added ZoneText and Coords plugins&lt;br /&gt;
-Applied Digmouse's fixes for the zhCN and zhTW Colors.lua file&lt;br /&gt;
&lt;br /&gt;
April 10th, 2008 - v1.02&lt;br /&gt;
-Additional locale information added for plugins&lt;br /&gt;
-Colors.lua table adjustments to support client information&lt;br /&gt;
-Core adjustments for new Colors.lua&lt;br /&gt;
-&quot;Profiles&quot; added - buggy and needs tweaking, but functioning&lt;br /&gt;
-Click functionality on Guild List fixed when columns are hidden&lt;br /&gt;
-Tooltip adjustments on Memory module to attempt to stem off lag problems&lt;br /&gt;
&lt;br /&gt;
-Added localization for classes in the Color.lua file, and a localization check in the Friend &amp; Guild List tooltip to avoid errors thrown when retrieving class colors for the tooltip lists.&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;v2.1.6 - Helpful game data provided in a clean text format.&lt;br /&gt;
&lt;br /&gt;
Note: Please report Bugs, provide suggestions, and submit feature requests at my Author Portal.&lt;br /&gt;
&lt;br /&gt;
2.1.1 Note: Unfortunately 2.1.1 will require readjusting the module frames, as there was a change made to the SavedVars system for location data. I do apologize for the inconvenience.&lt;br /&gt;
&lt;br /&gt;
Looking for people to provide non-english localization files!&lt;br /&gt;
&lt;br /&gt;
SLDataText is a simplistic means to add game information to your User Interface layout in a clean, text format. Providing multiple plugins (embedded), each has individual properties, and can also inherit core properties available globally to all plugins for uniformity &amp; consistency.&lt;br /&gt;
&lt;br /&gt;
For WotLK: - SLDT is already prepped and ready to go for Patch 3.0/WotLK release. While everything works, some options are not yet available (ie. Shift-Clicking the Clock will not open the new in-game Calendar until it's available).&lt;br /&gt;
&lt;br /&gt;
Current plugins include:&lt;br /&gt;
- Clock (Local &amp; Server time display options)&lt;br /&gt;
- Calendar (displays date, tooltip invite info)&lt;br /&gt;
- Memory (with &quot;Top 10 Addons&quot; memory usage tooltip)&lt;br /&gt;
- Framerate&lt;br /&gt;
- Latency&lt;br /&gt;
- Experience Points&lt;br /&gt;
- Bag Space&lt;br /&gt;
- Gold (with server accounting tooltip)&lt;br /&gt;
- Guild List (with interactive list tooltip)&lt;br /&gt;
- Friend List (with interactive list tooltip)&lt;br /&gt;
- Tracking (with Text or Icon display)&lt;br /&gt;
- Durability&lt;br /&gt;
- Mail (with &quot;From&quot; info tooltip)&lt;br /&gt;
- Statline (3 stat display selection) New!&lt;br /&gt;
- ZoneText&lt;br /&gt;
- Coords&lt;br /&gt;
&lt;br /&gt;
All plugins can be turned enabled/disabled to remove what you don't necessarily want or need in your UI, saving the headache of having multiple addons handling multiple needs if you, say, already have an XP bar or don't need the Tracking plugin.&lt;br /&gt;
&lt;br /&gt;
Anchoring: All SLDT frames can be anchored to one another, or any other persistent frame in your UI. Plugin frames can be anchored to other plugin frames by name, and each plugin frame is SLDT_&lt;pluginname&gt; (ie. Gold would be SLDT_Gold, Experience would be SLDT_Experience).&lt;br /&gt;
&lt;br /&gt;
Open configuration menu command: /sldt, /sldatatext&lt;br /&gt;
&lt;br /&gt;
(Note: Feel free to provide feedback &amp; suggestions regarding current and possible future plugins.)&lt;br /&gt;
&lt;br /&gt;
https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif</description>
			<author>Taffu</author>
			<category domain="http://www.wowinterface.com">Other</category>
			<guid>http://www.wowinterface.com/downloads/info8539-2.1.6.html</guid>
			<pubDate>Thu, 04 Dec 2008 22:51:55 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Vindictive DKP Table (3.31)]]></title>
			<link>http://www.wowinterface.com/downloads/info10062-3.31.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;Update Notes&lt;br /&gt;
&lt;br /&gt;
3.31&lt;br /&gt;
-Actually put in the updated file&lt;br /&gt;
&lt;br /&gt;
3.30&lt;br /&gt;
-Fixed a major bug caused by the website Death Knight stuff&lt;br /&gt;
&lt;br /&gt;
3.22&lt;br /&gt;
-Changed a few asthetics&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.2&lt;br /&gt;
-Added a display for when the most current download of DKP is&lt;br /&gt;
    Now you know if you need to download it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.0&lt;br /&gt;
-Updated for BC&lt;br /&gt;
  -Added Shamans and Paladins for both Factions (and updated colors)&lt;br /&gt;
  -Updated Parsing for Vindictive's website&lt;br /&gt;
  -Some other small updates&lt;br /&gt;
&lt;br /&gt;
2.1&lt;br /&gt;
-Some Terminology updates&lt;br /&gt;
-added some things to the readme&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.12&lt;br /&gt;
-Updated more Terminology &lt;br /&gt;
-Updated Help command&lt;br /&gt;
&lt;br /&gt;
2.13&lt;br /&gt;
-Fixed some Code&lt;br /&gt;
-Added Say to report&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.2&lt;br /&gt;
-Revamped the GUI (a little)&lt;br /&gt;
-Made it a lot easier to control posting information&lt;br /&gt;
-Added Bid button (does not currently work)&lt;br /&gt;
&lt;br /&gt;
2.21&lt;br /&gt;
-Bid Button Now works&lt;br /&gt;
-Fixed a bug with listing x number of players&lt;br /&gt;
&lt;br /&gt;
2.23&lt;br /&gt;
-Fixed a couple bugs&lt;br /&gt;
&lt;br /&gt;
2.24&lt;br /&gt;
-Hides the number of members to post when you select post my dkp&lt;br /&gt;
&lt;br /&gt;
2.30&lt;br /&gt;
-Everyone in the guild who has the addon will be using the same DKP list&lt;br /&gt;
-The DKP list will be the list of the most up to date update&lt;br /&gt;
-At least one person still needs to download the update to the list&lt;br /&gt;
&lt;br /&gt;
2.31&lt;br /&gt;
-Found a 4 bit bug that will make a pretty big difference&lt;br /&gt;
&lt;br /&gt;
2.32&lt;br /&gt;
-Added Version Check&lt;br /&gt;
-Type /dkpWho&lt;br /&gt;
&lt;br /&gt;
2.33&lt;br /&gt;
-Hopefully fixed some errors&lt;br /&gt;
-Fixed the addon to update properly&lt;br /&gt;
-Hopefully it will keep its update once its updated also&lt;br /&gt;
-  I require more bug testing please be patient&lt;br /&gt;
&lt;br /&gt;
2.331&lt;br /&gt;
-forgot to turn off some debugging stuff&lt;br /&gt;
&lt;br /&gt;
2.332&lt;br /&gt;
-more bug updates&lt;br /&gt;
-added mac support with a new exe file&lt;br /&gt;
&lt;br /&gt;
2.4&lt;br /&gt;
-Major update to the program that updates your DKP&lt;br /&gt;
-Still a few bugs with the autoupdater&lt;br /&gt;
&lt;br /&gt;
2.5&lt;br /&gt;
-Fixed a bug&lt;br /&gt;
-Added Version Checker&lt;br /&gt;
&lt;br /&gt;
3.0&lt;br /&gt;
-Fixed bugs caused by Blizzard&lt;br /&gt;
-Added DKs to the functionality&lt;br /&gt;
&lt;br /&gt;
3.1&lt;br /&gt;
-Fixed a small bug that prevented&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;This addon allows you to see the entire Guilds DKP within the game.&lt;br /&gt;
&lt;br /&gt;
To Use&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
JUST DOUBLE CLICK GETDKP.JAR AND YOU WILL UPDATE YOUR DKP LIST&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
InGame&lt;br /&gt;
&lt;br /&gt;
-/DKPHelp or /dHelp to get commands&lt;br /&gt;
-/dkp to open up the User Interface&lt;br /&gt;
-/dtell  Send your current list of dkp in the dkp window to &lt;br /&gt;
&lt;br /&gt;
and you are ready to go.&lt;br /&gt;
&lt;br /&gt;
On a side note this only works with Vindictives Version of RMS, I will edit the downloader to work with generic versions later&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other Commands&lt;br /&gt;
-Open DKP&lt;br /&gt;
/dkptable&lt;br /&gt;
/dkp&lt;br /&gt;
/rpp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-Display in selected Channel&lt;br /&gt;
/dchan &lt;br /&gt;
/dkpChan &lt;br /&gt;
/dkpChannel &lt;br /&gt;
&lt;br /&gt;
-Display to A particular Person&lt;br /&gt;
/dkpTell &lt;br /&gt;
/dTell &lt;br /&gt;
&lt;br /&gt;
-Display Help&lt;br /&gt;
/dHelp&lt;br /&gt;
/dkpHelp&lt;br /&gt;
&lt;br /&gt;
-Display to Raid (Must have L)&lt;br /&gt;
/dRaid&lt;br /&gt;
/dkpRaid&lt;br /&gt;
&lt;br /&gt;
-Display to party&lt;br /&gt;
/dparty&lt;br /&gt;
/dkpParty&lt;br /&gt;
&lt;br /&gt;
-display to guild THIS IS NOT RECOMMENDED (POSSIBLE GKICK!)&lt;br /&gt;
/GuildDKPDONOTEVERUSE&lt;br /&gt;
/SecretDKP</description>
			<author>Palidin</author>
			<category domain="http://www.wowinterface.com">WoW Tools &amp; Utilities</category>
			<guid>http://www.wowinterface.com/downloads/info10062-3.31.html</guid>
			<pubDate>Thu, 04 Dec 2008 22:48:37 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[RPText (1.0.1)]]></title>
			<link>http://www.wowinterface.com/downloads/info11832-1.0.1.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;1.0.1&lt;br /&gt;
&lt;br /&gt;
Fixed error that should have been fixed in the first release.&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;Description&lt;br /&gt;
&lt;br /&gt;
RPText is a simple addon that shows your current value of Runic Power.&lt;br /&gt;
&lt;br /&gt;
This addon does the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Shows your current Runic Power&lt;br /&gt;
Font changes color based on it's percent from the total possible value (100 ~ 130)&lt;br /&gt;
Hides when you have 0 Runic Power&lt;br /&gt;
Can be moved anywhere - draggable&lt;br /&gt;
Can be big or small - scalable&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Coloring&lt;br /&gt;
&lt;br /&gt;
80+% = Green&lt;br /&gt;
40 - 79% = Yellow&lt;br /&gt;
20 - 39% = Orange&lt;br /&gt;
1 - 19% = Red&lt;br /&gt;
0% = Hidden (The text hides until you have 1+ runic power.)&lt;br /&gt;
&lt;br /&gt;
Note: The color is based on percent. This makes it easy to adjust when a player has more than 100 runic power (through Frost talents). The text shows your Runic Power, but it is colored based on it's percent of the total amount possible (up to 130).&lt;br /&gt;
&lt;br /&gt;
Configuration&lt;br /&gt;
&lt;br /&gt;
This frame can be dragged anywhere around the screen and can also be resized from fontsize 15 to 40.&lt;br /&gt;
&lt;br /&gt;
Scale and Unlock the frame in the Blizzard Options.&lt;br /&gt;
Type /rpt for options.</description>
			<author>Cralor</author>
			<category domain="http://www.wowinterface.com">Death Knight</category>
			<guid>http://www.wowinterface.com/downloads/info11832-1.0.1.html</guid>
			<pubDate>Thu, 04 Dec 2008 22:44:46 +0000</pubDate>
		</item>
	</channel>
</rss>