<?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>cargoShip (Display) (1.0)</title>
			<link>http://www.wowinterface.com/downloads/info10484-1.0.html</link>
			<description>cargoShip is a LibDataBroker display-addon which can only be configured through changing the Lua-code. It was designed to provide a lightweight (~13 kb mem. usage) and flexible framework for creating info blocks based on data objects.&lt;br /&gt;
&lt;br /&gt;
Why is it called &quot;flexible&quot;? First you could show your info blocks only on specified events (like showing an honor display only in a battleground) or change the alpha based on its value (e.g. making a durability-display more transparent if the durability is higher). Secondly you can add functions to the addon that let you display other attributes of the data object which aren't included in the core.&lt;br /&gt;
&lt;br /&gt;
The addon comes with a sample layout which gives you a good start on creating and positioning your elements (in the layout.lua - with comments). Please notice that I use most likely different LDB-data sources than you do :)&lt;br /&gt;
&lt;br /&gt;
A short function reference (see core.lua comments for detailed overview):&lt;br /&gt;
&lt;br /&gt;
cargoShip(&quot;name&quot;) - returns an info block of the specified LDB-data source&lt;br /&gt;
cargoShip:GetUnused() - returns an array of all unused data sources&lt;br /&gt;
DO(&quot;name&quot;) - global shortcut for ldb:GetDataObjectByName(&quot;name&quot;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Different functions which are called on some events: (add them to either cargoShip for all objects or to a single block)&lt;br /&gt;
&lt;br /&gt;
cargoShip.PostSpawn(block) - called when a block is created&lt;br /&gt;
frame.PostInit(block, dataobj) - called when a block is initialized (getting the first data from the source)&lt;br /&gt;
frame.PostUpdate(block, attr, value, dataobj) - called when an attribute has changed&lt;br /&gt;
frame.PostUpdate_ATTR(block, attr, value, dataobj) - called when attribute &quot;ATTR&quot; is changed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Overview:&lt;br /&gt;
State: Beta&lt;br /&gt;
Memory usage: ~13 kb&lt;br /&gt;
Configuration: lua-only (layout.lua)&lt;br /&gt;
Interfaces: LibDataBroker (display addon)&lt;br /&gt;
&lt;br /&gt;
Please drop a comment for your feedback, bug reports and/or suggestions.</description>
			<author>Cargor</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info10484-1.0.html</guid>
			<pubDate>Wed, 20 Aug 2008 00:04:08 +0000</pubDate>
		</item>		<item>
			<title>cargoHonor (1.0)</title>
			<link>http://www.wowinterface.com/downloads/info10482-1.0.html</link>
			<description>cargoHonor provides a LibDataBroker object which displays your current honor points. The tooltip gives detailed information about the total / today's amount of honor points, honor earned per hour and amount of Marks of Honor in your inventory.&lt;br /&gt;
&lt;br /&gt;
Left-click the frame to switch between the two display modes &quot;total honor&quot; and &quot;today's honor&quot;.&lt;br /&gt;
&lt;br /&gt;
As it does not provide its own display, you'll need a LDB-based display addon. (So, your display can differ from the screenshots)</description>
			<author>Cargor</author>
			<category domain="http://www.wowinterface.com">Data Broker</category>
			<guid>http://www.wowinterface.com/downloads/info10482-1.0.html</guid>
			<pubDate>Tue, 19 Aug 2008 23:16:03 +0000</pubDate>
		</item>		<item>
			<title>Duality (0.1)</title>
			<link>http://www.wowinterface.com/downloads/info10481-0.1.html</link>
			<description>Duality is designed to split the viewable area of World of Warcraft into 2 to 4 sections.&lt;br /&gt;
&lt;br /&gt;
For most people this is unneeded, but those running multiple monitors and or very wide screen monitors may find this useful.&lt;br /&gt;
&lt;br /&gt;
Be warned this is still alpha quality, and not all items have customizations, and some need to be hand edited.&lt;br /&gt;
&lt;br /&gt;
------------------------------------------&lt;br /&gt;
&lt;br /&gt;
Primary Changes:&lt;br /&gt;
    Rendered view is changed to be 1/2 of the total width&lt;br /&gt;
              - can be changed up to 4 by editing the saved vars.&lt;br /&gt;
    Unrendered areas are given a texture&lt;br /&gt;
              - first unrendered area can have its textured chagned in options&lt;br /&gt;
    XP &amp; Rep bars added to the first unrendered window&lt;br /&gt;
    Minimap Icons can be handled or unhandled by Duality&lt;br /&gt;
              - Handling minimap icons cause them to flow across the top and&lt;br /&gt;
                 bottom of the first unrendered area&lt;br /&gt;
    UIParent is resized to help most mods appear where they normaly would&lt;br /&gt;
              - this does cause a few problems with certain mods and is being&lt;br /&gt;
                 worked on&lt;br /&gt;
    3 chat windows are handled into area above the action bars&lt;br /&gt;
&lt;br /&gt;
Mods that are controled by Duality:&lt;br /&gt;
    Cartogrpher is actively taken control of&lt;br /&gt;
              - This replaces the world map that is normaly in place on Duality&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Duality is designed to allow other mods to finish the customization, and as such I would suggest at least, items in () are ones I use:&lt;br /&gt;
      An Action Bar Mod (Bartender3)&lt;br /&gt;
      A Buff mod (ElkBuffBars)&lt;br /&gt;
      A Bag Manager (OneBag)&lt;br /&gt;
      A Tooltip Mover (CowTip)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Known Problems:&lt;br /&gt;
      Alt Tabbing in Windows XP (and possibly Vista) causes graphical glitches&lt;br /&gt;
               in the side panels&lt;br /&gt;
      Certain Mods will &quot;Jump&quot; when moved as they rely upon UIParent to be&lt;br /&gt;
               fullscreen, and not part of the screen</description>
			<author>niscandia</author>
			<category domain="http://www.wowinterface.com">Beta-version AddOns</category>
			<guid>http://www.wowinterface.com/downloads/info10481-0.1.html</guid>
			<pubDate>Tue, 19 Aug 2008 22:55:03 +0000</pubDate>
		</item>		<item>
			<title>Panic!Key (1.1r2)</title>
			<link>http://www.wowinterface.com/downloads/info10480-1.1r2.html</link>
			<description>Panic!Key adds a keybinding option that forces the game client to shut down immediately when triggered. This version also alerts party/raid and guild members to being triggered.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Release 2: ToC updated to 2.4.</description>
			<author>SDPhantom</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info10480-1.1r2.html</guid>
			<pubDate>Tue, 19 Aug 2008 21:10:37 +0000</pubDate>
		</item>		<item>
			<title>Hunter's Mark Tracker (0.0.1a)</title>
			<link>http://www.wowinterface.com/downloads/info10475-0.0.1a.html</link>
			<description>Simple mod to track stacked bonus RAP on Hunter's Mark displaying it on tooltip along with number of stacks on the debuff icon.</description>
			<author>VnTale</author>
			<category domain="http://www.wowinterface.com">Beta-version AddOns</category>
			<guid>http://www.wowinterface.com/downloads/info10475-0.0.1a.html</guid>
			<pubDate>Tue, 19 Aug 2008 18:44:05 +0000</pubDate>
		</item>		<item>
			<title>Parry Assist (1.0.0)</title>
			<link>http://www.wowinterface.com/downloads/info10470-1.0.0.html</link>
			<description>This addon evaluates the combat log and looks for attacks which were parried. What it does once a parry is detected depends on the mode(s) which are activated at the time. In logging mode it will write information on what attack got parried and who made the attack in the standard chat tab. In tank mode it will warn the offender and inform him that he just caused some parry haste on you. (Assuming you actually are the tank that is, tank mode does nothing if you aren't tanking the mob).&lt;br /&gt;
&lt;br /&gt;
Per default only parries by boss mobs are reported as the effect of parry haste on trash should be neglible. You can however change this behaviour by activating trash mode.&lt;br /&gt;
&lt;br /&gt;
The motivation for this addon came from numerous wipes on bosses like Supremus caused by overzealous melee dps who didn't position themselves correctly and consequently causing wipes due the increased boss dps from parry haste effects.&lt;br /&gt;
&lt;br /&gt;
This is an initial release which only covers my basic needs. Features planned/envisioned include a much better way to display &quot;logging&quot; and a dps mode which should be activated by melee dpsers and warns them if they cause a parry.</description>
			<author>Selina</author>
			<category domain="http://www.wowinterface.com">Ace: Combat</category>
			<guid>http://www.wowinterface.com/downloads/info10470-1.0.0.html</guid>
			<pubDate>Tue, 19 Aug 2008 14:04:27 +0000</pubDate>
		</item>		<item>
			<title>Acheron (beta1)</title>
			<link>http://www.wowinterface.com/downloads/info10462-beta1.html</link>
			<description>A WotLK-compatible version of Acheron</description>
			<author>nikkodemus</author>
			<category domain="http://www.wowinterface.com">WotLK Beta</category>
			<guid>http://www.wowinterface.com/downloads/info10462-beta1.html</guid>
			<pubDate>Tue, 19 Aug 2008 05:00:32 +0000</pubDate>
		</item>		<item>
			<title>AggroScan (1.0)</title>
			<link>http://www.wowinterface.com/downloads/info10461-1.0.html</link>
			<description>AggroScan will constantly look for you pulling agro on a hostile mob while you are part of a raid. If it finds agro, you get a sound alert, a text alert in your chat log, and if it's installed, a warning in SCT. The alerts are throttled to one per five seconds, and are disabled when you are not in a raid. This mod is mostly of benefit to healers during trash clearing, so you can fade / bear / shield etc as soon as you pull agro on a trash mob, instead of after taking a huge melee hit!</description>
			<author>Brunnor</author>
			<category domain="http://www.wowinterface.com">Raid Mods</category>
			<guid>http://www.wowinterface.com/downloads/info10461-1.0.html</guid>
			<pubDate>Tue, 19 Aug 2008 03:13:25 +0000</pubDate>
		</item>		<item>
			<title>Addon Snooper (1)</title>
			<link>http://www.wowinterface.com/downloads/info10456-1.html</link>
			<description>This addon allows you to listen in on the addon channel with the simple command /as.  Also, toggleable with /as.&lt;br /&gt;
&lt;br /&gt;
This can be useful for debugging an addon so the author doesn't have to code a version of this file by itself.</description>
			<author>Xorro</author>
			<category domain="http://www.wowinterface.com">Data Mods</category>
			<guid>http://www.wowinterface.com/downloads/info10456-1.html</guid>
			<pubDate>Mon, 18 Aug 2008 23:13:51 +0000</pubDate>
		</item>		<item>
			<title>Sympathy (3.0)</title>
			<link>http://www.wowinterface.com/downloads/info10452-3.0.html</link>
			<description>just a simple mod for healer that insults anyone that does the /healme emote</description>
			<author>tinyu</author>
			<category domain="http://www.wowinterface.com">WotLK Beta</category>
			<guid>http://www.wowinterface.com/downloads/info10452-3.0.html</guid>
			<pubDate>Mon, 18 Aug 2008 18:44:35 +0000</pubDate>
		</item>		<item>
			<title>WOW CHaracter Manager (1.91)</title>
			<link>http://www.wowinterface.com/downloads/info10449-1.91.html</link>
			<description>This is the readme file for WOW Character Manager (WCM)&lt;br /&gt;
&lt;br /&gt;
-------------------------------------&lt;br /&gt;
Requirements&lt;br /&gt;
-------------------------------------&lt;br /&gt;
+ e107 CMS (http://www.e107.org)&lt;br /&gt;
&lt;br /&gt;
+ PHP 5.1.3+ - We make heavy use of try/catch blocks and SimpleXML functions which are only available in PHP 5.1.3 or later. We are sorry if you are running PHP4 but it will also be &quot;end-of-life&quot; by the end of 2007 and we are trying to make the best software possible here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-------------------------------------&lt;br /&gt;
Table of Contents&lt;br /&gt;
-------------------------------------&lt;br /&gt;
1. What is WCM?&lt;br /&gt;
2. Why was WCM created?&lt;br /&gt;
3. How do you install WCM?&lt;br /&gt;
4. How do you upgrade WCM?&lt;br /&gt;
5. Who is involved in WCM?&lt;br /&gt;
6. Will you support game 'x'?&lt;br /&gt;
7. I have an idea for WCM, where do I submit this?&lt;br /&gt;
8. Can I change the names of the tables for WCM?&lt;br /&gt;
9. Do you support other languages?&lt;br /&gt;
&lt;br /&gt;
-------------------------------------&lt;br /&gt;
&lt;br /&gt;
1. What is WCM?&lt;br /&gt;
&lt;br /&gt;
WCM (short for WOW Character Manager) is a character management system for e107 that will allow you to import characters from the armory. It is actually the ONLY method for importing characters (other then REM) that is available. It is the character system that is used (by default) in Raid Event Manager (REM) as well. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Why was WCM created?&lt;br /&gt;
&lt;br /&gt;
WCM evolved from the Raid Event Manager 2.x branch of development. While working on REM 2.x we noticed how the different parts of REM started becoming their own entity on the development side as more and more people requested more and more functionality in REM. Rather then go the 'bloatware' route, we decided to split REM into different parts. WCM is the character management portion of that.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. How do you install WCM?&lt;br /&gt;
&lt;br /&gt;
Easy :) Just download the .zip file, extract it, and upload it to your &lt;br /&gt;
e107_plugins directory. After you have done this, go into your plugin manager and click 'Install' and then proceed to configure WCM for your needs. MAKE SURE you change the groups that are allowed to add characters, etc. &lt;br /&gt;
&lt;br /&gt;
There is 1 section to WCM:&lt;br /&gt;
&lt;br /&gt;
a. Characters (e107_plugins/wcm/wcm.php)&lt;br /&gt;
&lt;br /&gt;
The plugin install SHOULD create the link above and add it to your site links. If it doesn't, then please add one and point it to the file above.&lt;br /&gt;
&lt;br /&gt;
You will additionally need to give write permission to the following directory&lt;br /&gt;
for whichever user or group your webserver runs as:&lt;br /&gt;
&lt;br /&gt;
e107_plugs/wcm/images/player&lt;br /&gt;
&lt;br /&gt;
You can do this by issuing a 'chmod' command through your ftp client.&lt;br /&gt;
&lt;br /&gt;
If you wish to enable 'offline' mode for WCM, copy the files from the 'wcm/extras' directory into the base 'wcm' directory. the wcm.php file is coded to look for these files and add links dynamically.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. How do you upgrade WCM?&lt;br /&gt;
&lt;br /&gt;
Follow the following steps:&lt;br /&gt;
&lt;br /&gt;
a. Backup your e107 database. I can not be responsible if something goes&lt;br /&gt;
   wrong here, so make a backup first!&lt;br /&gt;
b. Backup all of your old player avatars (./wcm/images/player)&lt;br /&gt;
c. Remove your old wcm folder&lt;br /&gt;
d. Upload the plugin into your e107_plugins directory.&lt;br /&gt;
e. Restore your player avatars&lt;br /&gt;
f. Ensure the permissions on the new player avatars directory are set&lt;br /&gt;
   correctly. (the user your webserver runs as needs write permission)&lt;br /&gt;
g. Browse to the admin panel of your e107 site and go into the Plugin Manager&lt;br /&gt;
h. Click the Upgrade button&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. Who is involved in WCM?&lt;br /&gt;
&lt;br /&gt;
Heavy/Mipp          Creator/Main Developer&lt;br /&gt;
Kelem		          Tester&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Will you support game 'x'?&lt;br /&gt;
&lt;br /&gt;
At the moment, I only play World of Warcraft (WoW). I used to play EQ prior to that before switching but only plan on supporting WoW officially. If you have other default data or icons you would like to see included, please let me know and I will do my best to include it in the next release!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. If you have an idea for WCM, please submit it on the WCM forum located here -&gt;&lt;br /&gt;
&lt;br /&gt;
http://codexscape.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Can I change the names of the tables for WCM?&lt;br /&gt;
&lt;br /&gt;
Yes! :) You will need to install WCM like normal... after that, you simply&lt;br /&gt;
have to edit the file:&lt;br /&gt;
&lt;br /&gt;
&lt;e107_plugins dir&gt;/wcm/includes/config.php&lt;br /&gt;
&lt;br /&gt;
Here you can point WCM to whatever tables you need. Keep in mind that you will have to change this again anytime you upgrade WCM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9. Do you support other languages?&lt;br /&gt;
&lt;br /&gt;
We are starting to :) We have a few language translators for french, swedish,&lt;br /&gt;
danish, and a partial in german. There are always more opportunities here for &lt;br /&gt;
others so check the WCM site for further details. &lt;br /&gt;
&lt;br /&gt;
----------------------------------------------&lt;br /&gt;
Author Information:&lt;br /&gt;
D (temnsujad@yahoo.com)&lt;br /&gt;
Bloodhoof Server - alliance&lt;br /&gt;
Heavee   - Draenei Hunter&lt;br /&gt;
Mippx     - Draenei Paladin&lt;br /&gt;
Heavy    - Gnome Warrior&lt;br /&gt;
----------------------------------------------&lt;br /&gt;
&lt;br /&gt;
----------------------------------------------&lt;br /&gt;
CREDITS:&lt;br /&gt;
Icon Set    - CrystalClear - available from http://themes.kde.org&lt;br /&gt;
OverlibMWS  - http://www.macridesweb.com/oltest&lt;br /&gt;
----------------------------------------------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
VERSION INFORMATION&lt;br /&gt;
&lt;br /&gt;
Please check the CHANGELOG file for version history, etc</description>
			<author>fizbo</author>
			<category domain="http://www.wowinterface.com">WoW Tools &amp; Utilities</category>
			<guid>http://www.wowinterface.com/downloads/info10449-1.91.html</guid>
			<pubDate>Mon, 18 Aug 2008 13:48:58 +0000</pubDate>
		</item>		<item>
			<title>NugEnergy (WotLK) (r1)</title>
			<link>http://www.wowinterface.com/downloads/info10443-r1.html</link>
			<description>Now, when ticks are gone, it's purpose, other than show energy amount anywhere, is to update it not every 0.1s, but every 5 points.&lt;br /&gt;
&lt;br /&gt;
Slash commands:&lt;br /&gt;
&lt;br /&gt;
/nen unlock&lt;br /&gt;
/nen unlock&lt;br /&gt;
/nen setsize &lt;1-35&gt;&lt;br /&gt;
/nen setfont Interface\AddOns\NugEnergy\Fonts\Emblem.ttf&lt;br /&gt;
/nen setstate &lt;stealth|combat|always&gt;</description>
			<author>d87</author>
			<category domain="http://www.wowinterface.com">WotLK Beta</category>
			<guid>http://www.wowinterface.com/downloads/info10443-r1.html</guid>
			<pubDate>Mon, 18 Aug 2008 06:32:34 +0000</pubDate>
		</item>		<item>
			<title>NugRunning (beta1)</title>
			<link>http://www.wowinterface.com/downloads/info10440-beta1.html</link>
			<description>Buff/Debuff Tracker&lt;br /&gt;
&lt;br /&gt;
ATM full support for priest, warlock, rogue, warrior&lt;br /&gt;
+ something for palas&lt;br /&gt;
&lt;br /&gt;
Slash commands:&lt;br /&gt;
/nrun ; /nugrunning&lt;br /&gt;
/nrun unlock&lt;br /&gt;
/nrun lock&lt;br /&gt;
/nrun widht=XXX height=XXX   - W &amp; H of each aura box&lt;br /&gt;
&lt;br /&gt;
you can always add what you like, code example:&lt;br /&gt;
Track.ROGUE = {&lt;br /&gt;
     = { icon = &quot;Interface\\Icons\\Ability_Rogue_KidneyShot&quot;,duration = function()&lt;br /&gt;
        local i = 1&lt;br /&gt;
        while true do&lt;br /&gt;
            local name, rank, texture, count, debuffType, duration, expiryTime, untilCanceled = UnitDebuff(&quot;target&quot;, i)&lt;br /&gt;
            i = i + 1;&lt;br /&gt;
            if not name then return nil end&lt;br /&gt;
            if string.find(name,&quot;Kidney Shot&quot;) and duration then return duration end&lt;br /&gt;
        end&lt;br /&gt;
    end },&lt;br /&gt;
     = { icon = &quot;Interface\\Icons\\Ability_CheapShot&quot;,duration = 4 },&lt;br /&gt;
     = { icon = &quot;Interface\\Icons\\Ability_Gouge&quot;,duration = function()&lt;br /&gt;
        return 4 + TalentInfo(&quot;Improved Gouge&quot;)* 0.5&lt;br /&gt;
    end },&lt;br /&gt;
     = { icon = &quot;Interface\\Icons\\Ability_Rogue_HungerforBlood&quot;,duration = 10 },&lt;br /&gt;
     = { icon = &quot;Interface\\Icons\\Ability_Rogue_SliceDice&quot;,duration = function()&lt;br /&gt;
        local i = 1&lt;br /&gt;
        while true do&lt;br /&gt;
            local name, rank, texture, count, debuffType, duration, expiryTime, untilCanceled = UnitBuff(&quot;player&quot;, i);&lt;br /&gt;
            i = i + 1;&lt;br /&gt;
            if not name then return nil end&lt;br /&gt;
            if string.find(name,&quot;Slice and Dice&quot;) and duration then return duration end&lt;br /&gt;
        end&lt;br /&gt;
    end },&lt;br /&gt;
     = { icon = &quot;Interface\\Icons\\Ability_Rogue_CheatDeath&quot;,duration = 3 },&lt;br /&gt;
     = { icon = &quot;Interface\\Icons\\Spell_Shadow_ShadowWard&quot;,duration = 15 },&lt;br /&gt;
     = { icon = &quot;Interface\\Icons\\Spell_Shadow_NetherCloak&quot;,duration = 5 },&lt;br /&gt;
     = { icon = &quot;Interface\\Icons\\Ability_Warrior_Riposte&quot;,duration = 5 },&lt;br /&gt;
}</description>
			<author>d87</author>
			<category domain="http://www.wowinterface.com">WotLK Beta</category>
			<guid>http://www.wowinterface.com/downloads/info10440-beta1.html</guid>
			<pubDate>Mon, 18 Aug 2008 05:05:23 +0000</pubDate>
		</item>		<item>
			<title>oUF_Nuga (r1)</title>
			<link>http://www.wowinterface.com/downloads/info10439-r1.html</link>
			<description>My wotlk layout for oUF&lt;br /&gt;
&lt;br /&gt;
Contains player, target, pet, tot frames&lt;br /&gt;
wotlk releases of oUF you can get here http://ixo.no/git/oUF.git/log/</description>
			<author>d87</author>
			<category domain="http://www.wowinterface.com">WotLK Beta</category>
			<guid>http://www.wowinterface.com/downloads/info10439-r1.html</guid>
			<pubDate>Mon, 18 Aug 2008 04:58:16 +0000</pubDate>
		</item>		<item>
			<title>einstein (1.2)</title>
			<link>http://www.wowinterface.com/downloads/info10438-1.2.html</link>
			<description>einstein can post a random quote of the famous physicist albert einstein to a selectable chat.&lt;br /&gt;
&lt;br /&gt;
## how to use:&lt;br /&gt;
/einstein s  (for /s chat)&lt;br /&gt;
e = emote&lt;br /&gt;
y = yell&lt;br /&gt;
p = party&lt;br /&gt;
g = guild&lt;br /&gt;
o = officer&lt;br /&gt;
ra = raid&lt;br /&gt;
bg = battleground&lt;br /&gt;
&lt;br /&gt;
## how to install&lt;br /&gt;
simply copy einstein to the wow-interface/addon folder</description>
			<author>marle</author>
			<category domain="http://www.wowinterface.com">Mini Games/ROFL</category>
			<guid>http://www.wowinterface.com/downloads/info10438-1.2.html</guid>
			<pubDate>Mon, 18 Aug 2008 04:20:40 +0000</pubDate>
		</item>		<item>
			<title>SquidMod *Grafic Update* (2.2)</title>
			<link>http://www.wowinterface.com/downloads/info10436-2.2.html</link>
			<description>&lt;br /&gt;
NOTE: I am NOT the original author of this mod. This addon was written a looong time ago (pre-BC) by SAM. &lt;br /&gt;
Ganders SquidMod Update (found here)! He cleans up the code and toc. &lt;br /&gt;
Me added some grafics to this mod. &lt;br /&gt;
When he updated his Mod again with my grafics i deleted this mod i make.&lt;br /&gt;
&lt;br /&gt;
Original description is as follows:&lt;br /&gt;
&lt;br /&gt;
The most useless UI-mod in history. Since it doesn't enhance functionality really. It just makes WoW prettier. Type /squid for a list of commands.&lt;br /&gt;
&lt;br /&gt;
Sick of that stupid griffon on the sides of the main menu bar? Wouldn't you rather have a cool looking octopus or murloc in it's place instead? Well, look no further cause the SquidMod is here!&lt;br /&gt;
&lt;br /&gt;
Screenshots and allways uptodate info available at http://www.asymmetric-art.com/SquidMod/&lt;br /&gt;
&lt;br /&gt;
Please also check out my other UI-enhancement: SAM_Icons at http://www.curse-gaming.com/mod.php?addid=2145&lt;br /&gt;
&lt;br /&gt;
Instructions Unarchive the zip and place the SquidMod folder in your AddOns folder. Type /squid for a (very short) list of commands. /squid toggle will toggle the available end cap graphics.</description>
			<author>Imithat</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info10436-2.2.html</guid>
			<pubDate>Mon, 18 Aug 2008 03:36:05 +0000</pubDate>
		</item>		<item>
			<title>Last Whispered (1.0)</title>
			<link>http://www.wowinterface.com/downloads/info10433-1.0.html</link>
			<description>LastWhispered is a simple, lightweight, Ace2-based addon that stores the names of the last five people who whisper you, without repeats.&lt;br /&gt;
&lt;br /&gt;
Slash commands:&lt;br /&gt;
/LastWhispered, /lwh&lt;br /&gt;
&lt;br /&gt;
Use &quot;/lwh list&quot; or &quot;/LastWhispered list&quot; to display the list of the last people to whisper you.&lt;br /&gt;
&lt;br /&gt;
This addon is still a beta version. As such, please let me know if you find any bugs!&lt;br /&gt;
&lt;br /&gt;
Thanks to everyone who dealt with me asking them to whisper me constantly while I was testing this. :)</description>
			<author>Sladesyn</author>
			<category domain="http://www.wowinterface.com">Beta-version AddOns</category>
			<guid>http://www.wowinterface.com/downloads/info10433-1.0.html</guid>
			<pubDate>Mon, 18 Aug 2008 01:26:14 +0000</pubDate>
		</item>		<item>
			<title>GodLike! (1.2)</title>
			<link>http://www.wowinterface.com/downloads/info10431-1.2.html</link>
			<description>This Addon play a Sound wenn you crits. &lt;br /&gt;
&lt;br /&gt;
Works also for Heals. &lt;br /&gt;
&lt;br /&gt;
---Options--- /GL status - Shows AddOn Status /GL mod on|off - Turns GodLike on/off /GL snd on|off - Turns Sounds on/off /GL msg on|off - Turns Messages on/off /GL sct on|off - Turns SCT-Ausgabe on/off /GL maxcrit X - Sets new maxcrit. Above this damge you will hear the best Sound.</description>
			<author>Svenson</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info10431-1.2.html</guid>
			<pubDate>Sun, 17 Aug 2008 22:13:08 +0000</pubDate>
		</item>		<item>
			<title>SlashAlarm (1)</title>
			<link>http://www.wowinterface.com/downloads/info10430-1.html</link>
			<description>SlashAlarm - Compatable with WoW: 2.4.3 by Calaana.&lt;br /&gt;
&lt;br /&gt;
Adds a &quot;/alarm&quot; command to the game, which will toggle the new alarm interface addin in patch 2.4.3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&lt;br /&gt;
/alarm</description>
			<author>Calaana</author>
			<category domain="http://www.wowinterface.com">Miscellaneous</category>
			<guid>http://www.wowinterface.com/downloads/info10430-1.html</guid>
			<pubDate>Sun, 17 Aug 2008 21:27:50 +0000</pubDate>
		</item>		<item>
			<title>Say Cheeze (3.0 beta 1)</title>
			<link>http://www.wowinterface.com/downloads/info10428-3.0 beta 1.html</link>
			<description>The original inspiration for this AddOn was the inability to take Screenshots via F13 on my keyboard. In fact, WoW doesn't see F13-F15 at all. I realize Blizzard recently added the ability to bind the Screenshot function in-game, but I left it in the mod anyway.&lt;br /&gt;
&lt;br /&gt;
Then, I thought &quot;If I press Help, shouldn't I get the bloody help screen?&quot;&lt;br /&gt;
&lt;br /&gt;
Leave party, well... sometimes you just need to leave.&lt;br /&gt;
&lt;br /&gt;
Incoming? A great emote for PvP, provided you don't misspell it.&lt;br /&gt;
&lt;br /&gt;
Readycheck? Provided you don't misspell it...&lt;br /&gt;
&lt;br /&gt;
Dismount? Using a spell to dismount will cause your channelled spell to be interrupted. Dismount THEN cast.&lt;br /&gt;
&lt;br /&gt;
Hug? Lich King added an Acheivement for Hugging an opponent in BGs before they released.</description>
			<author>Longarms</author>
			<category domain="http://www.wowinterface.com">WotLK Beta</category>
			<guid>http://www.wowinterface.com/downloads/info10428-3.0 beta 1.html</guid>
			<pubDate>Sun, 17 Aug 2008 21:02:58 +0000</pubDate>
		</item>
	</channel>
</rss>