<?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, 26 Nov 2009 03:45:05 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>Quartz - setting castingcolor externally. How?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28721&amp;goto=newpost</link>
			<pubDate>Wed, 25 Nov 2009 22:43:37 GMT</pubDate>
			<description><![CDATA[I was browsing UIs when I came across LUI, which does something interesting with Quartz--it uses a kgpanels script to set the Latency indicator color to your class color. "Cool," I thought. "I want to adapt that to set the whole bar the class color."

So here's what I have in my kgpanels script,...]]></description>
			<content:encoded><![CDATA[<div>I was browsing UIs when I came across LUI, which does something interesting with Quartz--it uses a kgpanels script to set the Latency indicator color to your class color. &quot;Cool,&quot; I thought. &quot;I want to adapt that to set the whole bar the class color.&quot;<br />
<br />
So here's what I have in my kgpanels script, adapted from the LUI compilation:<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 class = UnitClass(&quot;player&quot;)<br />
lagVertexColor = {RAID_CLASS_COLORS[class].r, RAID_CLASS_COLORS[class].g, RAID_CLASS_COLORS[class].b, 1}<br />
<br />
local db = Quartz:AcquireDBNamespace(&quot;Latency&quot;)<br />
db.profile.lagcolor=lagVertexColor<br />
db.profile.lagalpha=1<br />
Quartz.ApplySettings()</code><hr />
</div>This works just fine--it changes the LATENCY indicator color as intended.<br />
<br />
Now, I'm not all that incredible with scripting just yet, but I poked around Quartz's code to see how I could change this to change castingcolor (the variable name for the regular casting bar color). I can't figure it out. It doesn't seem to be working with the AcquireDBNamespace, because this particular variable is NOT stored in any particular namespace at all in the SavedVariables. So, I'm stumped and would really appreciate if I could get a bit of help.<br />
<br />
Teach a lady to fish and all that. :)<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>Shanyn</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28721</guid>
		</item>
		<item>
			<title>How can i make ...</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28720&amp;goto=newpost</link>
			<pubDate>Wed, 25 Nov 2009 20:32:22 GMT</pubDate>
			<description><![CDATA[... appear a certain frame when an event occur ??

First of all HI that's my first post !
I discovered OpenRDX recently and i found it totally kicking ass !
Infact im replacing my whole UI with Rdx frames.
Btw i read all the howtos (which are very well done) and faks but couldn't find an answer to...]]></description>
			<content:encoded><![CDATA[<div>... appear a certain frame when an event occur ??<br />
<br />
First of all HI that's my first post !<br />
I discovered OpenRDX recently and i found it totally kicking ass !<br />
Infact im replacing my whole UI with Rdx frames.<br />
Btw i read all the howtos (which are very well done) and faks but couldn't find an answer to my little dilemma !<br />
<br />
Now here's what i wanna do:<br />
I want some icons (or texts it doesn't really matter now) to appear on my desktop when i have on myself a certain buff like for example &quot;the art of war&quot; (a retri paladin buff). To make this i added to my frame a Show/Hide condition.<br />
What i found a bit confusing is how can i make a variable (to put in the show/hide) that becomes true when i have that buff on myself and returns false when i don't have it. Should i use filterset ? Should i use aurafilter ? both ? none ?<br />
And how can i make the filterset to appear as a variable inside my frame condition ?<br />
<br />
Thanks for you time</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=107">OpenRDX:  Community Chat</category>
			<dc:creator>tabjones</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28720</guid>
		</item>
		<item>
			<title>Spelldmg</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28719&amp;goto=newpost</link>
			<pubDate>Wed, 25 Nov 2009 18:54:17 GMT</pubDate>
			<description><![CDATA[Title say's it, i want a text that show's how much spelldamage ive got

ive got this so far


Code:
---------
Text:SetText(XXX.. GetSpellBonusDamage(7))     
       
     Stat:RegisterEvent("UNIT_AURA")]]></description>
			<content:encoded><![CDATA[<div>Title say's it, i want a text that show's how much spelldamage ive got<br />
<br />
ive got this so far<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">Text:SetText(XXX.. GetSpellBonusDamage(7))&nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp;  Stat:RegisterEvent(&quot;UNIT_AURA&quot;)<br />
&nbsp; &nbsp;  Stat:RegisterEvent(&quot;PLAYER_DAMAGE_DONE_MODS&quot;)<br />
&nbsp; &nbsp;  Stat:UnregisterEvent(&quot;UNIT_AURA&quot;)<br />
&nbsp; &nbsp;  Stat:RegisterEvent(&quot;COMBAT_RATING_UPDATE&quot;)<br />
&nbsp; &nbsp;  Stat:UnregisterEvent(&quot;COMBAT_RATING_UPDATE&quot;)</code><hr />
</div>Also got a frame alrdy to put it in, what im i doing wrong or forgetting</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=16">Lua Script help</category>
			<dc:creator>jasje</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28719</guid>
		</item>
		<item>
			<title>help</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28717&amp;goto=newpost</link>
			<pubDate>Wed, 25 Nov 2009 16:38:12 GMT</pubDate>
			<description>hi.
after i installed nui my wow keeps frezzes have any of you had the same prob. if you did how did you fix it??</description>
			<content:encoded><![CDATA[<div>hi.<br />
after i installed nui my wow keeps frezzes have any of you had the same prob. if you did how did you fix it??</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=92">nUI: Technical Support</category>
			<dc:creator>necromania</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28717</guid>
		</item>
		<item>
			<title>Shared Media?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28716&amp;goto=newpost</link>
			<pubDate>Wed, 25 Nov 2009 15:15:01 GMT</pubDate>
			<description><![CDATA[So I'm sure some of you are familiar with tidy plates, and I'm not sure exactly how I'd go about incorporating shared media into my theme's for it.

Just to try to make things simplified, this:

config.healthbar = {
	texture = texture.."CP_BarTexture",
	width = 120,
	height = 10,
	x = 0,
	y = 5,]]></description>
			<content:encoded><![CDATA[<div>So I'm sure some of you are familiar with tidy plates, and I'm not sure exactly how I'd go about incorporating shared media into my theme's for it.<br />
<br />
Just to try to make things simplified, this:<br />
<br />
config.healthbar = {<br />
	texture = texture..&quot;CP_BarTexture&quot;,<br />
	width = 120,<br />
	height = 10,<br />
	x = 0,<br />
	y = 5,<br />
	anchor = &quot;CENTER&quot;,<br />
	orientation = &quot;HORIZONTAL&quot;,<br />
}<br />
<br />
is a tabled value that is plugged into tidy plates to create a theme.<br />
<br />
Now my problem is, if I put a saved variable link directly into that:<br />
<br />
	texture = CP.db.profile.BarTexture,<br />
<br />
I get a db = nil value since my saved variables haven't loaded yet.<br />
<br />
How would I go about fixing this problem?<br />
<br />
* I am still fairly new to the programming atmosphere, ace libs in particular *</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=20">General Authoring Discussion</category>
			<dc:creator>suicidalkatt</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28716</guid>
		</item>
		<item>
			<title>Mini-Map Glitch</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28715&amp;goto=newpost</link>
			<pubDate>Wed, 25 Nov 2009 12:24:18 GMT</pubDate>
			<description><![CDATA[I've discovered a glitch with the mini-map which occurs during 2 different events.
The map randomly disappears while i am on my flying mount.  It also disappears every time i am Aggroed by a MOB.

Edit: This just recently started happening and when i say mini-map i mean carbonite's mini-map]]></description>
			<content:encoded><![CDATA[<div><font color="Green"><font face="Comic Sans MS"><font size="4">I've discovered a glitch with the mini-map which occurs during 2 different events.<br />
The map randomly disappears while i am on my flying mount.  It also disappears every time i am Aggroed by a MOB.<br />
<br />
Edit: This just recently started happening and when i say mini-map i mean carbonite's mini-map </font></font></font></div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=119">Carbonite: Bug Reports</category>
			<dc:creator>Phoenix_Haze</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28715</guid>
		</item>
		<item>
			<title>Glow texture</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28714&amp;goto=newpost</link>
			<pubDate>Wed, 25 Nov 2009 07:39:03 GMT</pubDate>
			<description><![CDATA[I have tried to watch through a few layouts and other mods, but i can't seem to figure out how to add a "glow" texture for my unitframes (like how oUF_Caellian looks like).]]></description>
			<content:encoded><![CDATA[<div>I have tried to watch through a few layouts and other mods, but i can't seem to figure out how to add a &quot;glow&quot; texture for my unitframes (like how oUF_Caellian looks like).</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=87">oUF (Otravi Unit Frames)</category>
			<dc:creator>richerich</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28714</guid>
		</item>
		<item>
			<title>Runebar Question</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28713&amp;goto=newpost</link>
			<pubDate>Wed, 25 Nov 2009 06:53:14 GMT</pubDate>
			<description><![CDATA[Hey there :P I know I have become a bugger when it comes to asking questions, but I haven't actually seen this implemented yet, so I come to ask!

Question - Is it possible to add a function to make the runebar fade OOC and come into full alpha in combat? If so, how about would i do this? Thanks in...]]></description>
			<content:encoded><![CDATA[<div>Hey there :P I know I have become a bugger when it comes to asking questions, but I haven't actually seen this implemented yet, so I come to ask!<br />
<br />
Question - Is it possible to add a function to make the runebar fade OOC and come into full alpha in combat? If so, how about would i do this? Thanks in advance and sorry to bug you! :) <br />
<br />
(My server is down, so Im on another server playing around on a dk &gt;.&gt;)<br />
<br />
-Ferous</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=87">oUF (Otravi Unit Frames)</category>
			<dc:creator>Ferous</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28713</guid>
		</item>
		<item>
			<title>Random cool stuff...</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28712&amp;goto=newpost</link>
			<pubDate>Wed, 25 Nov 2009 04:15:14 GMT</pubDate>
			<description>Makes my inner geek smile...

http://www.foxnews.com/slideshow/scitech/2009/11/24/closer-look-nature-olympus-bioscapes/</description>
			<content:encoded><![CDATA[<div>Makes my inner geek smile...<br />
<br />
<a href="http://www.foxnews.com/slideshow/scitech/2009/11/24/closer-look-nature-olympus-bioscapes/" target="_blank">http://www.foxnews.com/slideshow/sci...pus-bioscapes/</a></div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=98">nUI: Community Chat</category>
			<dc:creator>spiel2001</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28712</guid>
		</item>
		<item>
			<title>Reverse Quest Tracker Progress / Name</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28711&amp;goto=newpost</link>
			<pubDate>Wed, 25 Nov 2009 04:08:39 GMT</pubDate>
			<description><![CDATA[I'm looking for an addon that will reverse the default quest tracker's progress and name. For example:


Code:
---------
Aspirant's Seal: 5/15
---------
Would look like]]></description>
			<content:encoded><![CDATA[<div>I'm looking for an addon that will reverse the default quest tracker's progress and name. For example:<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">Aspirant's Seal: 5/15</code><hr />
</div>Would look like<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">5/15: Aspirant's Seal</code><hr />
</div>The reason for this is, to me seeing &quot;Aspirant's Se...&quot; when the quest is too long, is annoyingly useless O.o<br />
<br />
Ideally it would look like this..<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">Aspirant's Se... 5/15</code><hr />
</div>Anything to achieve showing the actual progress on the quest tracker regardless of the objectives length would be great.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=6">Interface Requests</category>
			<dc:creator>jacob18d</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28711</guid>
		</item>
		<item>
			<title>Necrosis dead</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28710&amp;goto=newpost</link>
			<pubDate>Wed, 25 Nov 2009 04:02:09 GMT</pubDate>
			<description>I love Necrosis  but it dead. I get so many errors and buttons that dont work,go missing. It time to put it up. Anyone know a mod who dose as much so easy?</description>
			<content:encoded><![CDATA[<div>I love Necrosis  but it dead. I get so many errors and buttons that dont work,go missing. It time to put it up. Anyone know a mod who dose as much so easy?</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=6">Interface Requests</category>
			<dc:creator>kasca</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28710</guid>
		</item>
		<item>
			<title>text replacement</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28709&amp;goto=newpost</link>
			<pubDate>Wed, 25 Nov 2009 01:47:02 GMT</pubDate>
			<description><![CDATA[ive tryed all kinds of "text *" for this addon
im trying to find this addon that changes the text of everyting in the UI
i cant find it, please help. thanks lol]]></description>
			<content:encoded><![CDATA[<div>ive tryed all kinds of &quot;text *&quot; for this addon<br />
im trying to find this addon that changes the text of everyting in the UI<br />
i cant find it, please help. thanks lol</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=6">Interface Requests</category>
			<dc:creator>mankeluvsit</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28709</guid>
		</item>
		<item>
			<title><![CDATA[Where'd my minimap go?]]></title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28708&amp;goto=newpost</link>
			<pubDate>Wed, 25 Nov 2009 00:17:59 GMT</pubDate>
			<description><![CDATA[I've been away from WoW for months now and am getting acclimated again with it and Carbonite. So I installed the latest version. When I did it asked me if I wanted to merge maps or something like that and I said YES - then my minimap (in the upper right-hand corner) disappeared. How do I get it...]]></description>
			<content:encoded><![CDATA[<div>I've been away from WoW for months now and am getting acclimated again with it and Carbonite. So I installed the latest version. When I did it asked me if I wanted to merge maps or something like that and I said YES - then my minimap (in the upper right-hand corner) disappeared. How do I get it back?<br />
<br />
Thanks much!<br />
<br />
Endoric</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=118">Carbonite: General Discussion</category>
			<dc:creator>Endoric</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28708</guid>
		</item>
		<item>
			<title>iRaid errors</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28706&amp;goto=newpost</link>
			<pubDate>Tue, 24 Nov 2009 23:58:07 GMT</pubDate>
			<description><![CDATA[Message: Interface\AddOns\iRaid\iRaid.lua:90: attempt to concatenate global 'health_helper_perc' (a nil value)
Time: 11/24/09 17:51:28
Count: 524
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]:...]]></description>
			<content:encoded><![CDATA[<div>Message: Interface\AddOns\iRaid\iRaid.lua:90: attempt to concatenate global 'health_helper_perc' (a nil value)<br />
Time: 11/24/09 17:51:28<br />
Count: 524<br />
Stack: [string &quot;Interface\FrameXML\BasicControls.xml:&lt;Scrip...&quot;]:18: in function &lt;[string &quot;Interface\FrameXML\BasicControls.xml:&lt;Scrip...&quot;]:4&gt;<br />
[C]: ?<br />
Interface\AddOns\iRaid\iRaid.lua:90: in function &lt;Interface\AddOns\iRaid\iRaid.lua:54&gt;<br />
<br />
Locals: self = iRaid {<br />
 0 = &lt;userdata&gt;<br />
 enter = &lt;function&gt; defined @Interface\AddOns\iRaid\iRaid.lua:116<br />
 update = &lt;function&gt; defined @Interface\AddOns\iRaid\iRaid.lua:54<br />
 go = &lt;function&gt; defined @Interface\AddOns\iRaid\iRaid.lua:30<br />
}<br />
elapsed = 0.060000002384186<br />
members = 0<br />
count = 0<br />
damn_color = nil<br />
health_helper_single = 0<br />
health_helper_all = 0<br />
(*temporary) = &quot;HP: &quot;<br />
(*temporary) = &quot;&quot;<br />
(*temporary) = nil<br />
(*temporary) = &quot;% &quot;<br />
(*temporary) = &quot;%&quot;<br />
(*temporary) = &quot; &quot;<br />
(*temporary) = nil<br />
(*temporary) = nil<br />
(*temporary) = nil<br />
(*temporary) = nil<br />
(*temporary) = &quot;attempt to concatenate global 'health_helper_perc' (a nil value)&quot;<br />
last = 35.3320017308<br />
text = &lt;unnamed&gt; {<br />
 0 = &lt;userdata&gt;<br />
}<br />
<br />
<br />
Please help :(</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>iSylvir</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28706</guid>
		</item>
		<item>
			<title>opera browser</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=28704&amp;goto=newpost</link>
			<pubDate>Tue, 24 Nov 2009 22:19:47 GMT</pubDate>
			<description>anyone use it?
it has a loading problem for me.
when i try to click any link or something like that i have to stop the page, cause it will continually loading nothing.

anyone have ideas?

sorry if wrong category.</description>
			<content:encoded><![CDATA[<div>anyone use it?<br />
it has a loading problem for me.<br />
when i try to click any link or something like that i have to stop the page, cause it will continually loading nothing.<br />
<br />
anyone have ideas?<br />
<br />
sorry if wrong category.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=2">Chit-Chat</category>
			<dc:creator>mankeluvsit</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=28704</guid>
		</item>
	</channel>
</rss>
