<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>WoWInterface - Comments for Katae's AddOn(s)</title>
		<link>http://www.wowinterface.com</link>
		<description>World of Warcraft Addons, Interfaces, Skins, Mods &amp; Community.</description>
		<language>en</language>
		<generator>WoWInterface</generator>
		<ttl>30</ttl>
		<copyright>Copyright 2006, WoWInterface</copyright>
		<image>
			<url>http://cdn.wow.mmoui.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[I am still using LiteStats... I... (LiteStats)]]></title>
			<link>http://www.wowinterface.com/downloads/info14876-395434.html#comments</link>
			<description>I am still using LiteStats... &lt;br /&gt;&lt;br /&gt;I have Talents, Stats, Friends, and Guild all set to false. I'm not experiencing any sort of fps drop or errors from it.&lt;br /&gt;&lt;br /&gt;I am currently trying to fix the talents module and I'll email the author the update when I get it working, but its is low priority at the moment.</description>
			<author>Unkn</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info14876-395434.html#comments</guid>
			
			<pubDate>Sat, 27 Oct 2012 22:10:10 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[FPS is... (LiteStats)]]></title>
			<link>http://www.wowinterface.com/downloads/info14876-390678.html#comments</link>
			<description>FPS is down to 5 when loading litestats. Why? Update to 5.0.4 please&lt;br /&gt;...&lt;br /&gt;Talents = {&lt;br /&gt;enabled = false&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;This didn't work for me. Do you know what else could be the culprit? I've verified it's definitely LiteStats causing the massive fps drop, and I set talents to false, but it did nothing for me unfortunately.</description>
			<author>veri00</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info14876-390678.html#comments</guid>
			
			<pubDate>Wed, 26 Sep 2012 23:17:12 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Hey there (LitePanels)]]></title>
			<link>http://www.wowinterface.com/downloads/info13705-388750.html#comments</link>
			<description>Since the new patch, my panels aren't showing anymore.&lt;br /&gt;Anything I need to change?</description>
			<author>Chrajsian</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info13705-388750.html#comments</guid>
			
			<pubDate>Sat, 15 Sep 2012 11:15:52 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[l0lder thanks!So, if pro... (LiteStats)]]></title>
			<link>http://www.wowinterface.com/downloads/info14876-387420.html#comments</link>
			<description>l0lder thanks!&lt;br /&gt;&lt;br /&gt;So, if problem with talents module, make rewriten code to him?</description>
			<author>Alexils</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info14876-387420.html#comments</guid>
			
			<pubDate>Sat, 08 Sep 2012 21:57:06 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[It is still fully functioning in Mo... (LitePanels)]]></title>
			<link>http://www.wowinterface.com/downloads/info13705-387383.html#comments</link>
			<description>It is still fully functioning in MoP. Just check &quot;load out of date addons&quot;. There is nothing in LitePanels that would have broken. &lt;br /&gt;&lt;br /&gt;I've extensively tested it, with multiple layouts.&lt;br /&gt;&lt;br /&gt;Same with LiteStats... with the exception of &quot;talents&quot; module which if you turn it off in the config everything functions just fine.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hi there!&lt;br /&gt;&lt;br /&gt;I finished my left chat background and border. Now I want to continue making one for my right chat, but whener I start writing the code for the right chat background and border - They both disappear!&lt;br /&gt;&lt;br /&gt;What am I missing?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Are you naming them differently?&lt;br /&gt;&lt;br /&gt;Like this?&lt;br /&gt;&lt;br /&gt;lpanels:CreateLayout(&quot;LeftChat&quot;, {&lt;br /&gt;    -- Left Chat&lt;br /&gt;    {   name = &quot;LCBG&quot;,&lt;br /&gt;        parent = &quot;UIParent&quot;,&lt;br /&gt;        anchor_to = &quot;BOTTOMLEFT&quot;,&lt;br /&gt;x_off = 0,&lt;br /&gt;        y_off = 0,&lt;br /&gt;        width = 500,&lt;br /&gt;        height = 200,&lt;br /&gt;        bg_color = &quot;0 0 0&quot;,&lt;br /&gt;        bg_alpha = .5,&lt;br /&gt;        level = 0,&lt;br /&gt;gradient = &quot;HORIZONTAL&quot;,&lt;br /&gt;gradient_color = &quot;0 0 0&quot;,&lt;br /&gt;gradient_alpha = 0,&lt;br /&gt;    },&lt;br /&gt;    -- ClassColored Border Top&lt;br /&gt;    {   name = &quot;LCTopBorder&quot;, parent = &quot;LCBG&quot;, &lt;br /&gt;        anchor_to = &quot;TOP&quot;,&lt;br /&gt;y_off = -1,  x_off = 0,&lt;br /&gt;        width = 500, height = 1,&lt;br /&gt;        bg_color = &quot;CLASS&quot;, bg_alpha = 1,&lt;br /&gt;gradient = &quot;HORIZONTAL&quot;, gradient_color = &quot;CLASS&quot;,&lt;br /&gt;gradient_alpha = 0, level = 1,&lt;br /&gt;    },&lt;br /&gt;}) lpanels:ApplyLayout(nil, &quot;LeftChat&quot;)&lt;br /&gt;&lt;br /&gt;lpanels:CreateLayout(&quot;RightChat&quot;, {&lt;br /&gt;    -- Left Chat&lt;br /&gt;    {   name = &quot;RCBG&quot;,&lt;br /&gt;        parent = &quot;UIParent&quot;,&lt;br /&gt;        anchor_to = &quot;BOTTOMRIGHT&quot;,&lt;br /&gt;x_off = 0,&lt;br /&gt;        y_off = 0,&lt;br /&gt;        width = 500,&lt;br /&gt;        height = 200,&lt;br /&gt;        bg_color = &quot;0 0 0&quot;,&lt;br /&gt;        bg_alpha = .5,&lt;br /&gt;        level = 0,&lt;br /&gt;gradient = &quot;HORIZONTAL&quot;,&lt;br /&gt;gradient_color = &quot;0 0 0&quot;,&lt;br /&gt;gradient_alpha = 0,&lt;br /&gt;    },&lt;br /&gt;    -- ClassColored Border Top&lt;br /&gt;    {   name = &quot;RCTopBorder&quot;, parent = &quot;RCBG&quot;, &lt;br /&gt;        anchor_to = &quot;TOP&quot;,&lt;br /&gt;y_off = -1,  x_off = 0,&lt;br /&gt;        width = 500, height = 1,&lt;br /&gt;        bg_color = &quot;CLASS&quot;, bg_alpha = 1,&lt;br /&gt;gradient = &quot;HORIZONTAL&quot;, gradient_color = &quot;CLASS&quot;,&lt;br /&gt;gradient_alpha = 0, level = 1,&lt;br /&gt;    },&lt;br /&gt;}) lpanels:ApplyLayout(nil, &quot;RightChat&quot;)</description>
			<author>Unkn</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info13705-387383.html#comments</guid>
			
			<pubDate>Sat, 08 Sep 2012 19:08:53 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[FPS is down to 5 whe... (LiteStats)]]></title>
			<link>http://www.wowinterface.com/downloads/info14876-387254.html#comments</link>
			<description>FPS is down to 5 when loading litestats. Why? Update to 5.0.4 please&lt;br /&gt;...&lt;br /&gt;Talents = {&lt;br /&gt;enabled = false&lt;br /&gt;...</description>
			<author>l0lder</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info14876-387254.html#comments</guid>
			
			<pubDate>Sat, 08 Sep 2012 09:02:33 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[FPS is down to 5 when loading lites... (LiteStats)]]></title>
			<link>http://www.wowinterface.com/downloads/info14876-386484.html#comments</link>
			<description>FPS is down to 5 when loading litestats. Why? Update to 5.0.4 please</description>
			<author>Alexils</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info14876-386484.html#comments</guid>
			
			<pubDate>Wed, 05 Sep 2012 18:34:44 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Make you up addon to MoP? (LitePanels)]]></title>
			<link>http://www.wowinterface.com/downloads/info13705-383121.html#comments</link>
			<description>Make you up addon to MoP?</description>
			<author>Alexils</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info13705-383121.html#comments</guid>
			
			<pubDate>Thu, 30 Aug 2012 05:40:18 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[MoP Changes (Itsy Minimap)]]></title>
			<link>http://www.wowinterface.com/downloads/info15960-381183.html#comments</link>
			<description>For those of you still wanting to use this in MoP, these are the small changes I've made to fix the error I was getting.&lt;br /&gt;&lt;br /&gt;In itsymm.lua:&lt;br /&gt;Replace line 60 with:&lt;br /&gt;QueueStatusMinimapButtonBorder,&lt;br /&gt;&lt;br /&gt;At line 104:&lt;br /&gt;Place -- in front of all three lines that start with MiniMapLFGFrame and both lines that start with MiniMapBattlefieldFrame so you end up with:&lt;br /&gt;-- lfg button&lt;br /&gt;--MiniMapLFGFrame:ClearAllPoints()&lt;br /&gt;--MiniMapLFGFrame:SetPoint(&quot;BOTTOMLEFT&quot;,Minimap,&quot;BOTTOMLEFT&quot;,0,0)&lt;br /&gt;--MiniMapLFGFrame:SetHighlightTexture''&lt;br /&gt;&lt;br /&gt;-- battlefield button&lt;br /&gt;--MiniMapBattlefieldFrame:ClearAllPoints()&lt;br /&gt;--MiniMapBattlefieldFrame:SetPoint(&quot;BOTTOMLEFT&quot;,Minimap,&quot;BOTTOMLEFT&quot;,0,0)&lt;br /&gt;&lt;br /&gt;Above line 104 add:&lt;br /&gt;-- queue status button&lt;br /&gt;QueueStatusMinimapButton:ClearAllPoints()&lt;br /&gt;QueueStatusMinimapButton:SetPoint(&quot;BOTTOMLEFT&quot;,Minimap,&quot;BOTTOMLEFT&quot;,0,0)&lt;br /&gt;&lt;br /&gt;The first change at line 60 removes the border from the new  Queue Status button that replaces the LFG and Battleground queue buttons.&lt;br /&gt;The changes at line 104 and on comments out the now dead code and the addition above line 104 adds the handling of the new Queue Status button.&lt;br /&gt;&lt;br /&gt;These changes will NOT work on live. Only on MoP beta and PTR.</description>
			<author>spiritwlf</author>
			<category domain="http://www.wowinterface.com">Map, Coords, Compasses</category>
			<guid>http://www.wowinterface.com/downloads/info15960-381183.html#comments</guid>
			
			<pubDate>Thu, 16 Aug 2012 15:42:53 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Made one panel, making new. (LitePanels)]]></title>
			<link>http://www.wowinterface.com/downloads/info13705-381178.html#comments</link>
			<description>Hi there!&lt;br /&gt;&lt;br /&gt;I finished my left chat background and border. Now I want to continue making one for my right chat, but whener I start writing the code for the right chat background and border - They both disappear!&lt;br /&gt;&lt;br /&gt;What am I missing?&lt;br /&gt;&lt;br /&gt;lpanels:CreateLayout(&quot;LeftChat&quot;, {&lt;br /&gt;    -- Left Chat&lt;br /&gt;    {   name = &quot;LCBG&quot;,&lt;br /&gt;        parent = &quot;UIParent&quot;,&lt;br /&gt;        anchor_to = &quot;BOTTOMLEFT&quot;,&lt;br /&gt;x_off = 0,&lt;br /&gt;        y_off = 0,&lt;br /&gt;        width = 500,&lt;br /&gt;        height = 200,&lt;br /&gt;        bg_color = &quot;0 0 0&quot;,&lt;br /&gt;        bg_alpha = .5,&lt;br /&gt;        level = 0,&lt;br /&gt;gradient = &quot;HORIZONTAL&quot;,&lt;br /&gt;gradient_color = &quot;0 0 0&quot;,&lt;br /&gt;gradient_alpha = 0,&lt;br /&gt;    },&lt;br /&gt;    -- ClassColored Border Top&lt;br /&gt;    {   name = &quot;TopBorder&quot;, parent = &quot;LCBG&quot;, &lt;br /&gt;        anchor_to = &quot;TOP&quot;,&lt;br /&gt;y_off = -1,  x_off = 0,&lt;br /&gt;        width = 500, height = 1,&lt;br /&gt;        bg_color = &quot;CLASS&quot;, bg_alpha = 1,&lt;br /&gt;gradient = &quot;HORIZONTAL&quot;, gradient_color = &quot;CLASS&quot;,&lt;br /&gt;gradient_alpha = 0, level = 1,&lt;br /&gt;    },&lt;br /&gt;}) lpanels:ApplyLayout(nil, &quot;LeftChat&quot;)</description>
			<author>Chrajsian</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info13705-381178.html#comments</guid>
			
			<pubDate>Thu, 16 Aug 2012 11:44:22 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[hi, im very new in t... (LiteStats)]]></title>
			<link>http://www.wowinterface.com/downloads/info14876-376744.html#comments</link>
			<description>hi, im very new in this things and any time i load lite stats i get this message:&lt;br /&gt;&lt;br /&gt;error code&lt;br /&gt;&lt;br /&gt;could you tell me what this means and what i have to do?&lt;br /&gt;mfg noctua&lt;br /&gt;&lt;br /&gt;I was having this same issue, after some snooping around I saw that it had a variable file, found that file and it had a single line&lt;br /&gt;&lt;br /&gt;LPSTAT = nil&lt;br /&gt;&lt;br /&gt;after deleting this, everything started working&lt;br /&gt;&lt;br /&gt;So make sure your config file is named properly, then delete the LiteStats.lua file in the general SavedVariables folder (WTF\Account\#\SavedVariables), and then reload your ui and it will populate that file with the proper saved variables from then on.</description>
			<author>CityPunch</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info14876-376744.html#comments</guid>
			
			<pubDate>Sun, 29 Apr 2012 00:01:53 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[hi, im very new in this things and... (LiteStats)]]></title>
			<link>http://www.wowinterface.com/downloads/info14876-373452.html#comments</link>
			<description>hi, im very new in this things and any time i load lite stats i get this message:&lt;br /&gt;&lt;br /&gt;Message: Interface\AddOns\LiteStats\core.lua:41: attempt to index local 'modules' (a nil value)&lt;br /&gt;Time: 02/27/12 15:14:36&lt;br /&gt;Count: 1&lt;br /&gt;Stack: Interface\AddOns\LiteStats\core.lua:41: in main chunk&lt;br /&gt;&lt;br /&gt;Locals: P = &quot;player&quot;&lt;br /&gt;realm = &quot;Garrosh&quot;&lt;br /&gt;char = &quot;Squeenie&quot;&lt;br /&gt;class = &quot;MAGE&quot;&lt;br /&gt;layout = &lt;table&gt; {&lt;br /&gt;}&lt;br /&gt;tthead = &lt;table&gt; {&lt;br /&gt; b = 1&lt;br /&gt; g = 0.78&lt;br /&gt; r = 0.4&lt;br /&gt;}&lt;br /&gt;ttsubh = &lt;table&gt; {&lt;br /&gt; b = 1&lt;br /&gt; g = 0.9&lt;br /&gt; r = 0.75&lt;br /&gt;}&lt;br /&gt;strata = &quot;MEDIUM&quot;&lt;br /&gt;level = 99&lt;br /&gt;profiles = nil&lt;br /&gt;font = nil&lt;br /&gt;t_icon = 20&lt;br /&gt;allcombat = nil&lt;br /&gt;IsAltKeyDown = &lt;function&gt; defined =:-1&lt;br /&gt;UpdateMemUse = &lt;function&gt; defined =:-1&lt;br /&gt;format = &lt;function&gt; defined =:-1&lt;br /&gt;strmatch = &lt;function&gt; defined =:-1&lt;br /&gt;strfind = &lt;function&gt; defined =:-1&lt;br /&gt;strtrim = &lt;function&gt; defined =:-1&lt;br /&gt;unpack = &lt;function&gt; defined =:-1&lt;br /&gt;pairs = &lt;function&gt; defined =:-1&lt;br /&gt;ipairs = &lt;function&gt; defined =:-1&lt;br /&gt;floor = &lt;function&gt; defined =:-1&lt;br /&gt;select = &lt;function&gt; defined =:-1&lt;br /&gt;max = &lt;function&gt; defined =:-1&lt;br /&gt;gsub = &lt;function&gt; defined =:-1&lt;br /&gt;modules = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = nil&lt;br /&gt;(*temporary) = &quot;attempt to index local 'modules' (a nil value)&quot;&lt;br /&gt;&lt;br /&gt;could you tell me what this means and what i have to do?&lt;br /&gt;mfg noctua</description>
			<author>Noctua</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info14876-373452.html#comments</guid>
			
			<pubDate>Mon, 27 Feb 2012 14:25:38 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[&#1045;&#1089;&#1083;&#1080; &#1074... (LiteStats)]]></title>
			<link>http://www.wowinterface.com/downloads/info14876-373297.html#comments</link>
			<description>&#1045;&#1089;&#1083;&#1080; &#1074;&#1076;&#1088;&#1091;&#1075; &#1082;&#1086;&#1084;&#1091; &#1085;&#1091;&#1078;&#1085;&#1086;, &#1076;&#1083;&#1103; &#1087;&#1086;&#1082;&#1072;&#1079;&#1072; &#1089;&#1090;&#1072;&#1090;&#1086;&#1074; &#1089; &#1091;&#1095;&#1077;&#1090;&#1086;&#1084; &#1088;&#1072;&#1089;&#1099; &#1079;&#1072;&#1093;&#1086;&#1076;&#1080;&#1084; &#1074; core.lua &#1080; &#1084;&#1077;&#1085;&#1103;&#1077;&#1084; (&#1082; &#1087;&#1088;&#1080;&#1084;&#1077;&#1088;&#1091; &#1087;&#1088;&#1080; &#1074;&#1099;&#1074;&#1086;&#1076;&#1077; &#1093;&#1080;&#1090;&#1072; &#1073;&#1091;&#1076;&#1077;&#1090; &#1091;&#1095;&#1080;&#1090;&#1099;&#1074;&#1072;&#1090;&#1100;&#1089;&#1103; &#1076;&#1088;&#1077;&#1085;&#1077;&#1081;&#1089;&#1082;&#1080;&#1081; &#1073;&#1086;&#1085;&#1091;&#1089;):&lt;br /&gt;&lt;br /&gt;sorry, google.translate&lt;br /&gt;check race and output parameter on the example of Draenei hit for &quot;Stats&quot;:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; elseif strmatch(sub,&quot;hit$&quot;) then&lt;br /&gt; local var = _G&lt;br /&gt; string, percent = var and GetCombatRatingBonus(var) or format(&quot;&quot;,sub), var&lt;br /&gt; end&lt;br /&gt;&lt;br /&gt;&#1085;&#1072;&lt;br /&gt;&lt;br /&gt;change on&lt;br /&gt;&lt;br /&gt; elseif strmatch(sub,&quot;hit$&quot;) then&lt;br /&gt; local _,race = UnitRace(P)&lt;br /&gt; local var = _G&lt;br /&gt; if race == &quot;Draenei&quot; then&lt;br /&gt; string, percent = var and GetCombatRatingBonus(var) + 1 or format(&quot;&quot;,sub), var&lt;br /&gt; else&lt;br /&gt; string, percent = var and GetCombatRatingBonus(var) + 0 or format(&quot;&quot;,sub), var&lt;br /&gt; end&lt;br /&gt;&lt;br /&gt;&#1077;&#1089;&#1083;&#1080; &#1075;&#1086;&#1073;&#1083;&#1080;&#1085;&#1089;&#1082;&#1080;&#1081; &#1093;&#1072;&#1089;&#1090; &#1085;&#1077; &#1091;&#1095;&#1080;&#1090;&#1099;&#1074;&#1072;&#1077;&#1090;&#1089;&#1103; (&#1085;&#1077; &#1087;&#1088;&#1086;&#1074;&#1077;&#1088;&#1103;&#1083;) &#1090;&#1086; &#1076;&#1077;&#1083;&#1072;&#1077;&#1084; &#1087;&#1086; &#1072;&#1085;&#1072;&#1083;&#1086;&#1075;&#1080;&#1080; &#1080; &#1087;&#1086;&#1083;&#1091;&#1095;&#1072;&#1077;&#1084; &#1087;&#1088;&#1086;&#1092;&#1080;&#1090;&lt;br /&gt;&lt;br /&gt;&#1072; &#1090;&#1072;&#1082; &#1078;&#1077; &#1082;&#1091;&#1089;&#1086;&#1095;&#1077;&#1082; &#1082;&#1086;&#1076;&#1072; &#1076;&#1083;&#1103; &#1074;&#1099;&#1074;&#1086;&#1076;&#1072; &#1091;&#1089;&#1090;&#1086;&#1081;&#1095;&#1080;&#1074;&#1086;&#1089;&#1090;&#1080; (&#1085;&#1072;&#1087;&#1088;&#1080;&#1084;&#1077;&#1088; &#1084;&#1086;&#1078;&#1085;&#1086; &#1076;&#1086;&#1073;&#1072;&#1074;&#1080;&#1090;&#1100; &#1089;&#1088;&#1072;&#1079;&#1091; &#1087;&#1086;&#1089;&#1083;&#1077; end &#1074; &#1087;&#1088;&#1077;&#1076;&#1099;&#1076;&#1091;&#1097;&#1077;&#1084; &#1082;&#1091;&#1089;&#1082;&#1077; &#1082;&#1086;&#1076;&#1072;):&lt;br /&gt;&lt;br /&gt;code for &quot;Stats&quot; create new parameter &quot;resilence&quot;:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; elseif sub == &quot;resilience&quot; then&lt;br /&gt; string, percent = GetCombatRating(16)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&#1087;&#1086;&#1103;&#1074;&#1083;&#1103;&#1077;&#1090;&#1089;&#1103; &#1085;&#1086;&#1074;&#1099;&#1081; &#1087;&#1072;&#1088;&#1072;&#1084;&#1077;&#1090;&#1088; &quot;resilence&quot; &#1082;&#1086;&#1090;&#1086;&#1088;&#1099;&#1081; &#1084;&#1086;&#1078;&#1085;&#1086; &#1074;&#1073;&#1080;&#1090;&#1100; &#1074; config.lua &#1080; &#1088;&#1072;&#1076;&#1086;&#1074;&#1072;&#1090;&#1100;&#1089;&#1103; &#1078;&#1080;&#1079;&#1085;&#1080;</description>
			<author>4g33v</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info14876-373297.html#comments</guid>
			
			<pubDate>Fri, 24 Feb 2012 06:44:11 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[profession info (LitePanels)]]></title>
			<link>http://www.wowinterface.com/downloads/info13705-371427.html#comments</link>
			<description>can help make a layout or module to show like after push button &quot;P&quot; ingame what we can see profession info??</description>
			<author>shinchih2001</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info13705-371427.html#comments</guid>
			
			<pubDate>Wed, 25 Jan 2012 23:40:01 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[equipment manager (LiteStats)]]></title>
			<link>http://www.wowinterface.com/downloads/info14876-368662.html#comments</link>
			<description>Hi, I find the Blizzard default character info UI break usually, I can't select anything, especially in equipment manager, even I reload UI or re-login so many times. After all, I disable all of my addons and enable them one by one, I notice that the reason is LiteStats. I don't know why and not prove 100% reproduce, but my character info panel recover properly after I disable LiteStats.&lt;br /&gt;&lt;br /&gt;I very like LiteStats, even there are a lot of addons like this, but LiteStats is the most simple, beautiful and useful one. Thank you for your great work, but this issue bother me so hard, hope it could be fix.</description>
			<author>chenyuli</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info14876-368662.html#comments</guid>
			
			<pubDate>Thu, 22 Dec 2011 03:35:54 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Re: OnEvent text display (LitePanels)]]></title>
			<link>http://www.wowinterface.com/downloads/info13705-367126.html#comments</link>
			<description>Any idea what I'm missing here?&lt;br /&gt;Might be best to ask in the LitePanels forum post; I don't come around here often.&lt;br /&gt;&lt;br /&gt;I don't know if you figured out the problem, but the issue is that you cannot set the configuration within a script. You'll have to code what you want to do with the Lua API.&lt;br /&gt;&lt;br /&gt;For example,&lt;br /&gt;&lt;br /&gt;self.text:SetText(UnitPower(&quot;player&quot;))</description>
			<author>Katae</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info13705-367126.html#comments</guid>
			
			<pubDate>Fri, 09 Dec 2011 04:25:23 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[OnEvent text display (LitePanels)]]></title>
			<link>http://www.wowinterface.com/downloads/info13705-363927.html#comments</link>
			<description>I'm having a bit of an issue getting text to display in an OnEvent or OnUpdate function. This code should render a faded black box out of combat (good so far) with the text showing &quot;testing&quot; at the defaults (not showing). Combat recognition works (the panel goes opaque), but at no time is any text displayed.&lt;br /&gt;Any idea what I'm missing here?&lt;br /&gt;lpanels:CreateLayout(&quot;Death Knight&quot;, {&lt;br /&gt;  {-- extra Runic Power display&lt;br /&gt;  name = &quot;RunicPower&quot;, parent = &quot;UIParent&quot;, anchor_to = &quot;CENTER&quot;, anchor_from = &quot;CENTER&quot;, y_off = 100, width = 200, height = 100, level = 0,&lt;br /&gt;  OnLoad = function(self)&lt;br /&gt;    self:RegisterEvent(&quot;PLAYER_ENTERING_WORLD&quot;)&lt;br /&gt;    self:RegisterEvent(&quot;PLAYER_REGEN_ENABLED&quot;)&lt;br /&gt;    self:RegisterEvent(&quot;PLAYER_REGEN_DISABLED&quot;)&lt;br /&gt;    self:RegisterEvent(&quot;COMBAT_LOG_EVENT_UNFILTERED&quot;)&lt;br /&gt;  end,&lt;br /&gt;  OnEvent = function(self)&lt;br /&gt;    if UnitAffectingCombat(&quot;player&quot;) then&lt;br /&gt;      self:SetAlpha(1.0)&lt;br /&gt;      text = {&lt;br /&gt;        font = &quot;Interface\\AddOns\\ArkInventory\\Fonts\\zekton__.ttf&quot;, size = 24, color = &quot;0, 0.5, 0.5&quot;,&lt;br /&gt;        string = function(self)&lt;br /&gt;          curPower = UnitPower(&quot;player&quot;)&lt;br /&gt;          return curPower&lt;br /&gt;        end,&lt;br /&gt;      }&lt;br /&gt;    else&lt;br /&gt;      self:SetAlpha(0.5)&lt;br /&gt;      text = {&lt;br /&gt;        string = &quot;testing&quot;&lt;br /&gt;      }&lt;br /&gt;    end&lt;br /&gt;  end,&lt;br /&gt;  },&lt;br /&gt;})</description>
			<author>cormanthor</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info13705-363927.html#comments</guid>
			
			<pubDate>Sun, 13 Nov 2011 13:52:29 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Im maybe a litte newbie. (LitePanels)]]></title>
			<link>http://www.wowinterface.com/downloads/info13705-359638.html#comments</link>
			<description>Hello How do i install it i cant find any where in my wow folder Layout ? :confused:.&lt;br /&gt;i just try to copy to addon ( layout_example.lua) and it is not working:(.&lt;br /&gt;I hope you can help me.. &lt;br /&gt;:)</description>
			<author>demodavzi</author>
			<category domain="http://www.wowinterface.com">Graphic UI Mods</category>
			<guid>http://www.wowinterface.com/downloads/info13705-359638.html#comments</guid>
			
			<pubDate>Fri, 23 Sep 2011 21:02:48 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Originally posted by Kazi... (LiteStats)]]></title>
			<link>http://www.wowinterface.com/downloads/info14876-352380.html#comments</link>
			<description>Originally posted by Kazie &lt;br /&gt;i can't use it because of the way the tooltip for Guild and Friends are..&lt;br /&gt;I get where you're coming from. They were designed to just give a simple overview of people online, since it's using a basic tooltip. Didn't have enough motivation to build a custom popup frame like sldt's from the ground up, and I don't play anymore so maybe someone else can propose a solution. I don't see it as messy, but i appreciate the feedback, to each their own ;)</description>
			<author>Katae</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info14876-352380.html#comments</guid>
			
			<pubDate>Sun, 10 Jul 2011 23:03:20 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[Oh man .. this looks so good..B... (LiteStats)]]></title>
			<link>http://www.wowinterface.com/downloads/info14876-352340.html#comments</link>
			<description>Oh man .. this looks so good..&lt;br /&gt;&lt;br /&gt;But i can't use it because of the way the tooltip for Guild and Friends are.. &lt;br /&gt;&lt;br /&gt;It doesn't say Character name( real name ) like all other places in wow.. when it's RealID friends.. and the guild tooltip is so messy :s&lt;br /&gt;&lt;br /&gt;Lol i'm sorry if i sound offensive here hehe.. it's really not..&lt;br /&gt;&lt;br /&gt;Is there any chance that you're going to make the tooltips more like SLdatatext tooltips? .. those tooltips are the only reason i have not swapped to something better :s&lt;br /&gt;&lt;br /&gt;Having those being clickable, players clickable(whisper and if installed, alt-click inviting through chatter) .. notes, o-notes, location and level...&lt;br /&gt;&lt;br /&gt;Friends showing obivious difference between server friends and RealID friends; Real name, server, level, faction and location(game)&lt;br /&gt;&lt;br /&gt;Having those things are just so awesome.. any chance you're going to make anything close to it?&lt;br /&gt;&lt;br /&gt;Sorry for this long post.. not a flame or troll hehe...&lt;br /&gt;&lt;br /&gt;If the levels did not disapear when holding ALT, the guild tooltip would not be so messy.. also no frames or tables or collones or whatever it's called in lua... is not used when holding alt and there for it gets messy.. if everything was in such an order like when not holding alt, it would be much more clean and easy to browse through :)&lt;br /&gt;&lt;br /&gt;Seriously.. i'll stop now.. i always have too much feedback and stuff xD sorry.</description>
			<author>Kazie</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info14876-352340.html#comments</guid>
			
			<pubDate>Sun, 10 Jul 2011 17:31:21 +0000</pubDate>
		</item>
	</channel>
</rss>