<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>WoWInterface</title>
		<link>http://www.wowinterface.com/forums</link>
		<description>World of Warcraft Interfaces, Skins, Addons, Mods community.</description>
		<language>en</language>
		<lastBuildDate>Thu, 28 Aug 2008 10:40:36 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://s.wowinterface.com/images/style_mmoi_wowi2/misc/rss.jpg</url>
			<title>WoWInterface</title>
			<link>http://www.wowinterface.com/forums</link>
		</image>
		<item>
			<title>Help with first addon</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17933&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 09:02:03 GMT</pubDate>
			<description><![CDATA[Code:
---------
wordCues = {"noob","nub","newb","retard","retards","loser","idiot","idiots","losers"}

function Frame1_OnLoad()
	this:RegisterEvent("CHAT_MSG_BATTLEGROUND");
end

function Frame1_OnEvent()]]></description>
			<content:encoded><![CDATA[<div><div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">wordCues = {&quot;noob&quot;,&quot;nub&quot;,&quot;newb&quot;,&quot;retard&quot;,&quot;retards&quot;,&quot;loser&quot;,&quot;idiot&quot;,&quot;idiots&quot;,&quot;losers&quot;}<br />
<br />
function Frame1_OnLoad()<br />
&nbsp; &nbsp; &nbsp; &nbsp; this:RegisterEvent(&quot;CHAT_MSG_BATTLEGROUND&quot;);<br />
end<br />
<br />
function Frame1_OnEvent()<br />
&nbsp; &nbsp; &nbsp; &nbsp; local sender = arg2;<br />
&nbsp; &nbsp; &nbsp; &nbsp; local sentence = arg1;<br />
&nbsp; &nbsp; &nbsp; &nbsp; if (&quot;CHAT_MSG_BATTLEGROUND&quot; == event) then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for i=1,# db do<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (string.find(sentence, wordCues[i])) then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DEFAULT_CHAT_FRAME:AddMessage(sender .. &quot;:&quot; .. wordCues[i]);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; end<br />
end</code><hr />
</div>Any idea what's not working with this? Any help would be appreciated.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=20">General Authoring Discussion</category>
			<dc:creator>Inviticus</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17933</guid>
		</item>
		<item>
			<title>Earth Shield Announcement Addon</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17932&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 06:36:35 GMT</pubDate>
			<description>I want an addon that will whisper and announce in raid chat etc
Who i have put earth shield on, if i can edit what it says would be better but anything would be good

thanks</description>
			<content:encoded><![CDATA[<div>I want an addon that will whisper and announce in raid chat etc<br />
Who i have put earth shield on, if i can edit what it says would be better but anything would be good<br />
<br />
thanks</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>ChaosLegion</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17932</guid>
		</item>
		<item>
			<title>Diamond bar lock</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17929&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 02:02:27 GMT</pubDate>
			<description>Using Diamond threat meter and I keep accidentally moving the bars:mad:, does anyone know if there is a way to LOCK them into place?</description>
			<content:encoded><![CDATA[<div>Using Diamond threat meter and I keep accidentally moving the bars:mad:, does anyone know if there is a way to LOCK them into place?</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>Volkner</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17929</guid>
		</item>
		<item>
			<title>targets (de)buffs</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17928&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 00:31:39 GMT</pubDate>
			<description>i am useing SBF for my buffs and it doesnt show the targets buffs....is there a addon that is like SBF but for targets</description>
			<content:encoded><![CDATA[<div>i am useing SBF for my buffs and it doesnt show the targets buffs....is there a addon that is like SBF but for targets</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>lastmarine</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17928</guid>
		</item>
		<item>
			<title>Comparing Function Lists in current Beta Build</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17927&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 00:25:33 GMT</pubDate>
			<description><![CDATA[I am going through a previous function list before the current Beta build, but is a Beta list, and the current Beta build's list and trying to show changes.

Some of the noticeable changes:
*Added Focus Frame
*Changes to Threat Meter Frame
*print, getprinthandler, setprinthandler Functions...]]></description>
			<content:encoded><![CDATA[<div>I am going through a previous function list before the current Beta build, but is a Beta list, and the current Beta build's list and trying to show changes.<br />
<br />
Some of the noticeable changes:<br />
*Added Focus Frame<br />
*Changes to Threat Meter Frame<br />
*print, getprinthandler, setprinthandler Functions available<br />
*Changes to Vehicle Frame<br />
<br />
I will update this if they add a significant patch during 8-27-08's maintenance.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=82">WotLK Beta</category>
			<dc:creator>LBXZero</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17927</guid>
		</item>
		<item>
			<title>Should I upload? Or am I stupid?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17926&amp;goto=newpost</link>
			<pubDate>Wed, 27 Aug 2008 23:12:28 GMT</pubDate>
			<description><![CDATA[Hi!

I'm very new to this site, and I was wondering if people would be interested in a UnitFrame addon that I created.

Well, OK.. I did not actually create.. I just hacked another UnitFrame addon called oUF_Caellian. I'm not certain if it is kosher to post your version of other peoples work. I can...]]></description>
			<content:encoded><![CDATA[<div>Hi!<br />
<br />
I'm very new to this site, and I was wondering if people would be interested in a UnitFrame addon that I created.<br />
<br />
Well, OK.. I did not actually create.. I just hacked another UnitFrame addon called oUF_Caellian. I'm not certain if it is kosher to post your version of other peoples work. I can understand if it is not.<br />
<br />
The basic premise was that I wanted circular unit frames whose transparency was based on how damaged the unit is. The idea being I don't care about my targets health/mana when it is near max, and I care more about it as the target gets closer to dead.<br />
<br />
I very much liked oUF_Caellian and used that as a starting point and used my limited knowledge of coding to hack it up.<br />
<br />
I'm very happy with it, so is this the kind of thing that people would be interested in? Or are you guys more interested in brand new stuff?<br />
<br />
Thanks, and I hope this is not too stupid of a question. :)</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=10">Pre-Beta Interfaces/Scripts</category>
			<dc:creator>tmshawer</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17926</guid>
		</item>
		<item>
			<title>Quests AddOn</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17925&amp;goto=newpost</link>
			<pubDate>Wed, 27 Aug 2008 22:57:56 GMT</pubDate>
			<description>I would like an addon which can show on my map any quest givers in the current zone whose quest I havent accepted or completed yet. Like RecipeRadar but QuestRadar. Anything I can use?</description>
			<content:encoded><![CDATA[<div>I would like an addon which can show on my map any quest givers in the current zone whose quest I havent accepted or completed yet. Like RecipeRadar but QuestRadar. Anything I can use?</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=6">Interface Requests</category>
			<dc:creator>Deano The Dino</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17925</guid>
		</item>
		<item>
			<title><![CDATA[Ace3 "tabs"]]></title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17924&amp;goto=newpost</link>
			<pubDate>Wed, 27 Aug 2008 21:37:56 GMT</pubDate>
			<description><![CDATA[In my options table I am using a tab setup. Code Example Below:


Code:
---------
local options = {
	name = "RepWatch",
	handler = RepWatch,
	type = "group",
	childGroups = "tab",]]></description>
			<content:encoded><![CDATA[<div>In my options table I am using a tab setup. Code Example Below:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">local options = {<br />
&nbsp; &nbsp; &nbsp; &nbsp; name = &quot;RepWatch&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; handler = RepWatch,<br />
&nbsp; &nbsp; &nbsp; &nbsp; type = &quot;group&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; childGroups = &quot;tab&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; args = {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; generalTab = {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; name = &quot;General&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; desc = &quot;General Options&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; type = &quot;group&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; order = 1,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; args = {</code><hr />
</div>When I use an embedded Ace3 Library I get an error about using tabs that reads: <br />
Interface\FrameXML\UIPanelTemplates.lua:34: attempt to index local 'tab' (a number value)<br />
Count: 1<br />
<br />
However when I install an External Version of Ace3 Library as an addon the problem disappears. Anyone know why this is?<br />
<br />
(Ohh and as a note too, I am using the WotLK Ace3 Library because I've been developing on the Beta Severs)</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=20">General Authoring Discussion</category>
			<dc:creator>Seglberg</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17924</guid>
		</item>
		<item>
			<title><![CDATA[UnitName("unit") error]]></title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17923&amp;goto=newpost</link>
			<pubDate>Wed, 27 Aug 2008 21:17:10 GMT</pubDate>
			<description><![CDATA[when leaving/joining raids this line sometimes gives me the error:

Usage: UnitName("unit")

local tarname = UnitName(tarframe:GetAttribute("unit"))

Now i want to create an If so it doesn't error but i don't have a clue what to check so it bypasses this line if i guess the GetAttribute("unit") is...]]></description>
			<content:encoded><![CDATA[<div>when leaving/joining raids this line sometimes gives me the error:<br />
<br />
Usage: UnitName(&quot;unit&quot;)<br />
<br />
local tarname = UnitName(tarframe:GetAttribute(&quot;unit&quot;))<br />
<br />
Now i want to create an If so it doesn't error but i don't have a clue what to check so it bypasses this line if i guess the GetAttribute(&quot;unit&quot;) is empty.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=20">General Authoring Discussion</category>
			<dc:creator>Scale</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17923</guid>
		</item>
		<item>
			<title>Help needed translating strings for frFR and deDE</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17922&amp;goto=newpost</link>
			<pubDate>Wed, 27 Aug 2008 19:52:13 GMT</pubDate>
			<description>I have the localization mechanism set up and working fine. I just need the linguistic expertise.

Here is the table of strings. If FR and DE speakers would be kind enough to translate the right-hand side of each line, I can just copy-paste the table into my localization file and be ready with frFR...</description>
			<content:encoded><![CDATA[<div>I have the localization mechanism set up and working fine. I just need the linguistic expertise.<br />
<br />
Here is the table of strings. If FR and DE speakers would be kind enough to translate the right-hand side of each line, I can just copy-paste the table into my localization file and be ready with frFR and deDE strings.<br />
<br />
Many thanks.<br />
<br />
GTHL = {<br />
[&quot;new preset&quot;] = &quot;new preset&quot;,<br />
[&quot;phase&quot;] = &quot;phase&quot;,<br />
[&quot;Phase&quot;] = &quot;Phase&quot;,<br />
[&quot;Phases&quot;] = &quot;Phases&quot;,<br />
[&quot;Channel&quot;] = &quot;Channel&quot;, -- broadcast channel button name<br />
[&quot;Raid&quot;] = &quot;Raid&quot;,<br />
[&quot;Broadcast healing assignments&quot;] = &quot;Broadcast healing assignments&quot;,<br />
[&quot;Delete&quot;] = &quot;Delete&quot;,<br />
[&quot;Player Presets&quot;] = &quot;Player Presets&quot;,<br />
[&quot;Player presets&quot;] = &quot;Player presets&quot;,<br />
[&quot;Built-in presets&quot;] = &quot;Built-in presets&quot;,<br />
[&quot;Assignments&quot;] = &quot;Assignments&quot;,<br />
[&quot;Healers&quot;] = &quot;Healers&quot;,<br />
[&quot;healers&quot;] = &quot;healers&quot;,<br />
[&quot;All tanks&quot;] = &quot;All tanks&quot;,<br />
[&quot;Raid healing&quot;] = &quot;Raid healing&quot;,<br />
[&quot;Commands&quot;] = &quot;Commands&quot;,<br />
[&quot;Custom...&quot;] = &quot;Custom...&quot;,<br />
[&quot;Enter a custom name for this healing assignment.&quot;] = &quot;Enter a custom name for this healing assignment.&quot;,<br />
[&quot;Remove this healing assignment.&quot;] = &quot;Remove this healing assignment.&quot;,<br />
[&quot;new assignment&quot;] = &quot;new assignment&quot;,<br />
[&quot;New&quot;] = &quot;New&quot;,<br />
[&quot;New assignment&quot;] = &quot;New assignment&quot;,<br />
[&quot;new assignment&quot;] = &quot;new assignment&quot;,<br />
[&quot;Add a fresh new healing assignment.&quot;] = &quot;Add a fresh new healing assignment.&quot;,<br />
[&quot;Save as&quot;] = &quot;Save as&quot;,<br />
[&quot;Rename phase&quot;] = &quot;Rename phase&quot;,<br />
[&quot;Change the name of this phase.&quot;] = &quot;Change the name of this phase.&quot;,<br />
[&quot;New phase&quot;] = &quot;New phase&quot;,<br />
[&quot;new phase&quot;] = &quot;new phase&quot;,<br />
[&quot;Add another block of assignment rows.&quot;] = &quot;Add another block of assignment rows.&quot;,<br />
[&quot;Delete this phase&quot;] = &quot;Delete this phase&quot;,<br />
[&quot;Remove this block of assignment rows.&quot;] = &quot;Remove this block of assignment rows.&quot;,<br />
[&quot;Talents&quot;] = &quot;Talents&quot;,<br />
[&quot;All remaining&quot;] = &quot;All remaining&quot;,<br />
[&quot;Clear selections&quot;] = &quot;Clear selections&quot;,<br />
[&quot;Healing assignments:&quot;] = &quot;Healing assignments:&quot;,<br />
[&quot;Healing assignments for &quot;] = &quot;Healing assignments for &quot;,<br />
[&quot;to repeat&quot;] = &quot;to repeat&quot;,<br />
[&quot;for everyone's assignments&quot;] = &quot;for everyone's assignments&quot;<br />
}</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=20">General Authoring Discussion</category>
			<dc:creator>Dagma</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17922</guid>
		</item>
		<item>
			<title>Looking for an old, old mod...</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17921&amp;goto=newpost</link>
			<pubDate>Wed, 27 Aug 2008 19:07:56 GMT</pubDate>
			<description><![CDATA[Looking for an old, old mod called qStealthAlert.  Anyone have a copy of it lying around someplace?  It's *long* out of date and purged from the major addon sites I've been checking.]]></description>
			<content:encoded><![CDATA[<div>Looking for an old, old mod called qStealthAlert.  Anyone have a copy of it lying around someplace?  It's <b>long</b> out of date and purged from the major addon sites I've been checking.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>VincentSDSH</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17921</guid>
		</item>
		<item>
			<title>How to set/access IDs for UIDropDownMenu?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17920&amp;goto=newpost</link>
			<pubDate>Wed, 27 Aug 2008 16:54:30 GMT</pubDate>
			<description><![CDATA[I have a number of frames generated off of a common template, and they all have UIDropDownMenus accessible by right click. I'm having trouble getting them to remember/access the ID of the frame that was clicked so that I can adjust the appropriate saved variables. 

I've tried all sorts of...]]></description>
			<content:encoded><![CDATA[<div>I have a number of frames generated off of a common template, and they all have UIDropDownMenus accessible by right click. I'm having trouble getting them to remember/access the ID of the frame that was clicked so that I can adjust the appropriate saved variables. <br />
<br />
I've tried all sorts of this:GetID(), this:GetParent():GetID(), etc. in the UIDropDownMenu_Initialize functions.  I get back all sorts of strange numbers that change depending on the level of the menu. I don't understand what's going on. Any advice on how to go about doing this?</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=16">Lua Script help</category>
			<dc:creator>lieandswell</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17920</guid>
		</item>
		<item>
			<title>Blizzard target frame still showing if I log in during combat</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17919&amp;goto=newpost</link>
			<pubDate>Wed, 27 Aug 2008 14:45:07 GMT</pubDate>
			<description>What the topic says; is there anything I can do to make this go away? (Very annoying to see if I dc during a bossfight like Illidan.) It also sticks when I leave combat, so I have to reload the UI to make it go away.</description>
			<content:encoded><![CDATA[<div>What the topic says; is there anything I can do to make this go away? (Very annoying to see if I dc during a bossfight like Illidan.) It also sticks when I leave combat, so I have to reload the UI to make it go away.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=77">Mazzle</category>
			<dc:creator>Ahielia</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17919</guid>
		</item>
		<item>
			<title>Hitsmode Addon and Chat Window Skinner?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17918&amp;goto=newpost</link>
			<pubDate>Wed, 27 Aug 2008 14:36:30 GMT</pubDate>
			<description><![CDATA[Greetings I am looking for a hitsmode addon that does two things.  First it has to allow the chat window to be resized to a narrow column.  The default chat window can't be made narrow enough.  Second I need it to grab incoming battle text and reduce it to colored numbers.  IE " Facemelter 5000...]]></description>
			<content:encoded><![CDATA[<div>Greetings I am looking for a hitsmode addon that does two things.  First it has to allow the chat window to be resized to a narrow column.  The default chat window can't be made narrow enough.  Second I need it to grab incoming battle text and reduce it to colored numbers.  IE &quot; Facemelter 5000 irradiates you for 5,000 points of arcane damage.&quot; would get reduced to &quot;5,000&quot; of a color appropriate to its' damage type and be displayed in the narrow chat window it is directed to.<br />
This mod existed for eq1 back in the day, but I have yet to see one floating around.  If there is one and I am clueless PLZ point me to it.  <br />
Also if someone could point me to info regarding skinning of the actual chat window I would appreciate it.<br />
Thanks for your time :)</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=6">Interface Requests</category>
			<dc:creator>Khirsanth</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17918</guid>
		</item>
		<item>
			<title>Problem with GroupCalendar</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17917&amp;goto=newpost</link>
			<pubDate>Wed, 27 Aug 2008 13:48:33 GMT</pubDate>
			<description>Greetings, I had a problem with addon GroupCalendar... The matter is that what that addon in assemblage does not allow to be displayed on minemap... If who knows as it to correct or knows that for addon disturbs please help!</description>
			<content:encoded><![CDATA[<div>Greetings, I had a problem with addon GroupCalendar... The matter is that what that addon in assemblage does not allow to be displayed on minemap... If who knows as it to correct or knows that for addon disturbs please help!</div>


	<br />
	<div style="padding:3px">
	
	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:3px">
			<a href="http://www.wowinterface.com/forums/attachment.php?attachmentid=1869&amp;d=1219844887" target="_blank"><img class="thumbnail" src="http://www.wowinterface.com/forums/attachment.php?attachmentid=1869&amp;stc=1&amp;thumb=1&amp;d=1219844887" border="0" alt="Click image for larger version

Name:	problem whis GC.jpg
Views:	N/A
Size:	207.0 KB
ID:	1869" /></a>
&nbsp;
			</div>
		</fieldset>
	

	
	
	
	
	
	
	</div>
]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=77">Mazzle</category>
			<dc:creator>SmFenIX</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17917</guid>
		</item>
	</channel>
</rss>
