<?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>Fri, 05 Dec 2008 09:06:41 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>Frame:SetTexture not working?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19629&amp;goto=newpost</link>
			<pubDate>Fri, 05 Dec 2008 07:13:15 GMT</pubDate>
			<description><![CDATA[Hello, thanks for stopping by. I'm trying to write myself a *very* simple castbar addon, that only changes position, statusbar texture, and size.
However, when trying to set up a SetTexture it throws me an error, i dont know if it's got to do with me having (bartexture) instead of a valid file...]]></description>
			<content:encoded><![CDATA[<div>Hello, thanks for stopping by. I'm trying to write myself a <b>very</b> simple castbar addon, that only changes position, statusbar texture, and size.<br />
However, when trying to set up a SetTexture it throws me an error, i dont know if it's got to do with me having (bartexture) instead of a valid file path, most likely since that is what the error is about. How would i be able to set it as (bartexture) if the file path is the problem? :)<br />
<br />
ERROR:<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">wCB\wCB.lua:28: attempt to call method 'SetTexture' (a nil value)</code><hr />
</div>CODE:<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">-------------------------------<br />
-- Config here ------------<br />
-------------------------------<br />
<br />
-- some visual settings<br />
local bartexture = 'Interface\\AddOns\\wCB\\textures\\Flat Bright.tga'<br />
local cbfont = 'GameFontNormal'<br />
<br />
-- position, width, height and scale<br />
local point = 'CENTER', UIParent, 'CENTER', 0, -200<br />
local scale = 1<br />
local width = 150<br />
local height = 15<br />
<br />
-------------------------------<br />
-- Actual code here ------<br />
-------------------------------<br />
<br />
CastingBarFrame:SetTexture(bartexture)<br />
CastingBarFrame:SetFont(cbfont)<br />
CastingBarFrame:ClearAllPoints()<br />
CastingBarFrame:SetPoint(point)<br />
CastingBarFrame:SetScale(scale)<br />
CastingBarFrame:SetWidth(width)<br />
CastingBarFrame:SetHeight(height)</code><hr />
</div>If anyone is able to help me with this, i'd be very happy. <br />
<br />
Thanks in advance, Wimpface.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>Wimpface</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19629</guid>
		</item>
		<item>
			<title>Default tooltip problems.</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19628&amp;goto=newpost</link>
			<pubDate>Fri, 05 Dec 2008 04:53:40 GMT</pubDate>
			<description>I recently switched my addon set up after cosmos went under. Since then, I have noticed that the default tooltip that shows up on mouseovers is back. Its dead center in my screen and nothing I do will make it go away. I have mobinfo2 and its tooltip shows up on its anchor, but doesnt replace the...</description>
			<content:encoded><![CDATA[<div>I recently switched my addon set up after cosmos went under. Since then, I have noticed that the default tooltip that shows up on mouseovers is back. Its dead center in my screen and nothing I do will make it go away. I have mobinfo2 and its tooltip shows up on its anchor, but doesnt replace the original tool. Does anyone know of a mod or way to make that go away, or at least move it from the center of my screen?</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>Shiatan78</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19628</guid>
		</item>
		<item>
			<title>Help with scrolling combat text</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19627&amp;goto=newpost</link>
			<pubDate>Fri, 05 Dec 2008 04:39:19 GMT</pubDate>
			<description><![CDATA[I have the Scrolling Combat Text wich can be found here:

http://www.wowinterface.com/downloads/info3965-ScrollingCombatText.html

I was wondering if there is a combat scrolling text that shows rogue energy gains from criticals, skills etc... and the >50% health warnings when your enemy is lower...]]></description>
			<content:encoded><![CDATA[<div>I have the Scrolling Combat Text wich can be found here:<br />
<br />
<a href="http://www.wowinterface.com/downloads/info3965-ScrollingCombatText.html" target="_blank">http://www.wowinterface.com/download...ombatText.html</a><br />
<br />
I was wondering if there is a combat scrolling text that shows rogue energy gains from criticals, skills etc... and the &gt;50% health warnings when your enemy is lower then 50% HP. Is there an option for this that I've just been missing on this SCT? If not what is the combat text AddOn that does this? <br />
<br />
Also I'd like to know if there's any good AddOn that shows Bars with Stun, Blind, Rupture, Expose armor etc.. and when their going to run out. Tryed dowloading Stun Watch but apparently its not compatible with the newest patches. Tryed downloading Elk buff bars but can't get it to show my target's debuffs only shows buffs on myself. <br />
<br />
Can anyone tell me what AddOn this guy is using in the begining of the video to get his bars and HP/Energy etc.. like that?<br />
<br />
<a href="http://video.google.fr/videoplay?docid=2568937129099109933&amp;q=corrupt" target="_blank">http://video.google.fr/videoplay?doc...9933&amp;q=corrupt</a><br />
<br />
I was looking for a DPS addOn that shows the party DPS and who was the highest dps. I found DPS meter but I didn't like the speed meter look I wanted something that showed bars for each player with highest DPS to lowest. I found damage meters but it seems to be really out of date. <br />
<br />
Appreciate the help. Thx guys.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=6">Interface Requests</category>
			<dc:creator>dante84</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19627</guid>
		</item>
		<item>
			<title>JC Gem Price Watcher</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19626&amp;goto=newpost</link>
			<pubDate>Fri, 05 Dec 2008 00:54:42 GMT</pubDate>
			<description><![CDATA[Hey all,

this idea might be a bit "out there", but I was wondering if it'd be possible.
The add-on focuses on gems and jewelcrafters alone, and does a price scan of the auction house upon visit, gathering the current sell values for raw gems and their cut counterparts.

Jewelcrafters in turn will...]]></description>
			<content:encoded><![CDATA[<div>Hey all,<br />
<br />
this idea might be a bit &quot;out there&quot;, but I was wondering if it'd be possible.<br />
The add-on focuses on gems and jewelcrafters alone, and does a price scan of the auction house upon visit, gathering the current sell values for raw gems and their cut counterparts.<br />
<br />
Jewelcrafters in turn will use this to quickly establish which gems to best cut and resell for profit. Possible modifiers could include filtering by gem quality and one-click crafting. I'm using Auctionator right now to manually gain an auction house overview of the current price ranges, and I'm sure I'm not the only one who has a hard time figuring out the most profitable cut to go with.<br />
<br />
Anyone intrigued / appalled? Maybe it even exists already and I've been missing it all this time, but I thought I'd drop it here regardless :D</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=6">Interface Requests</category>
			<dc:creator>cawfee</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19626</guid>
		</item>
		<item>
			<title>CreatureType(): sanity check?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19625&amp;goto=newpost</link>
			<pubDate>Fri, 05 Dec 2008 00:54:26 GMT</pubDate>
			<description><![CDATA[one of my users reported a defect, and in researching it, it appears that the Blizzard "CreatureType()" API function may now returning an "enUS" string, rather than a localized string.

i have no easy way to verify this, one way or the other. can anyone confirm/deny?]]></description>
			<content:encoded><![CDATA[<div>one of my users reported a defect, and in researching it, it appears that the Blizzard &quot;CreatureType()&quot; API function may now returning an &quot;enUS&quot; string, rather than a localized string.<br />
<br />
i have no easy way to verify this, one way or the other. can anyone confirm/deny?</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=20">General Authoring Discussion</category>
			<dc:creator>acapela</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19625</guid>
		</item>
		<item>
			<title>Vehicle Bar help</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19624&amp;goto=newpost</link>
			<pubDate>Thu, 04 Dec 2008 21:37:47 GMT</pubDate>
			<description><![CDATA[Is there any actionbar mod out that just lets the Blizzard default Vehicle bar show? I'm currently using Bartender4 and it works ok but has a couple bizarre behaviors. If there is a way to use the default Vehicle Bar with Bartender4 that'd be even better.]]></description>
			<content:encoded><![CDATA[<div>Is there any actionbar mod out that just lets the Blizzard default Vehicle bar show? I'm currently using Bartender4 and it works ok but has a couple bizarre behaviors. If there is a way to use the default Vehicle Bar with Bartender4 that'd be even better.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>Lane</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19624</guid>
		</item>
		<item>
			<title>Time event ?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19623&amp;goto=newpost</link>
			<pubDate>Thu, 04 Dec 2008 20:04:11 GMT</pubDate>
			<description><![CDATA[Hello,
First of all I'm french : sorry if my English is not good as it could be :)

I'm creating an AddOn which can save and displays messages like the WoW alarm system, improved. I thought I could find an event like "TIME_CHANGED" or something like that, and simply call an "OnEvent" function. But...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
First of all I'm french : sorry if my English is not good as it could be :)<br />
<br />
I'm creating an AddOn which can save and displays messages like the WoW alarm system, improved. I thought I could find an event like &quot;TIME_CHANGED&quot; or something like that, and simply call an &quot;OnEvent&quot; function. But I don't find that event on WoWWiki, I looked into the Blizzard_TimeManager.lua file but I can't find what I'm looking for.<br />
<br />
Does anybody know how I can do ?<br />
Thank you :)<br />
<br />
Tahmahal - /kiss from France :)</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=20">General Authoring Discussion</category>
			<dc:creator>Tahmahal</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19623</guid>
		</item>
		<item>
			<title>Bonusscanner fubar/minimap button/anything</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19622&amp;goto=newpost</link>
			<pubDate>Thu, 04 Dec 2008 19:22:44 GMT</pubDate>
			<description><![CDATA[Hey, 

is there a fubar button/minimap button/anything else for bonusscanner because i can't find any except one thats not updated for 3.0.3

Thanks, Xeross]]></description>
			<content:encoded><![CDATA[<div>Hey, <br />
<br />
is there a fubar button/minimap button/anything else for bonusscanner because i can't find any except one thats not updated for 3.0.3<br />
<br />
Thanks, Xeross</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>xeross</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19622</guid>
		</item>
		<item>
			<title>how to test addons without wow client</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19619&amp;goto=newpost</link>
			<pubDate>Thu, 04 Dec 2008 15:53:39 GMT</pubDate>
			<description>is there any better method?</description>
			<content:encoded><![CDATA[<div>is there any better method?</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=20">General Authoring Discussion</category>
			<dc:creator>sailtoy</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19619</guid>
		</item>
		<item>
			<title>Gatherer Help</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19618&amp;goto=newpost</link>
			<pubDate>Thu, 04 Dec 2008 11:33:34 GMT</pubDate>
			<description>So i downloaded gatherer.

how do i make it so i can see everyones node that has been found on the map it only shows the ones ive seen?</description>
			<content:encoded><![CDATA[<div>So i downloaded gatherer.<br />
<br />
how do i make it so i can see everyones node that has been found on the map it only shows the ones ive seen?</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>Maelstrom</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19618</guid>
		</item>
		<item>
			<title>Mineral Deposit on Map Mod</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19613&amp;goto=newpost</link>
			<pubDate>Thu, 04 Dec 2008 09:13:26 GMT</pubDate>
			<description>Im looking for an addon that wil show all mineral deposits on the map.

Thanks.</description>
			<content:encoded><![CDATA[<div>Im looking for an addon that wil show all mineral deposits on the map.<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>Maelstrom</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19613</guid>
		</item>
		<item>
			<title>Q : Removing embedded libs?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19612&amp;goto=newpost</link>
			<pubDate>Thu, 04 Dec 2008 08:47:37 GMT</pubDate>
			<description>I am using a compilation which has got all its libs embedded (probably a good idea while Wrath updates were coming out frequently). Now things have settled down and things are more stable, I am interested in disembedding (is that the right word?) the libs and wondered what I had to do.

Just...</description>
			<content:encoded><![CDATA[<div>I am using a compilation which has got all its libs embedded (probably a good idea while Wrath updates were coming out frequently). Now things have settled down and things are more stable, I am interested in disembedding (is that the right word?) the libs and wondered what I had to do.<br />
<br />
Just taking, for example, the ACE2 and ACE3 libs... I see for addons that use them the author has a libs subdirectory containing the libs the addon uses as well as (sometimes) an embeds.xml which explicitly refers to the libs the addon uses (usually as ../libs/Acesoandsolibname).<br />
<br />
If I just put one copy of the libs in the Addons folder and delete the embedded duplicates, will WoW be happy to use the Addons-level copy or do I also need to go through each and every embeds.xml and delete the explicit references as well?<br />
<br />
Thanks for the help.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>DanielCoffey</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19612</guid>
		</item>
		<item>
			<title>Minimizing Chat Windows</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19611&amp;goto=newpost</link>
			<pubDate>Thu, 04 Dec 2008 08:33:41 GMT</pubDate>
			<description><![CDATA[I recall some time ago there was an addon that would minimize your chat window until you moused over it, or focused on it specifically but I can't for the life of me remember the name of it. Anyone got any ideas?]]></description>
			<content:encoded><![CDATA[<div><font color="SlateGray">I recall some time ago there was an addon that would minimize your chat window until you moused over it, or focused on it specifically but I can't for the life of me remember the name of it. Anyone got any ideas?</font></div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>GrissomXIX</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19611</guid>
		</item>
		<item>
			<title>Tradeskill window open at same time as AH window?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19609&amp;goto=newpost</link>
			<pubDate>Thu, 04 Dec 2008 07:02:41 GMT</pubDate>
			<description><![CDATA[Before 3.0, I was able to have both open, but since I cleared out all my mods for 3.0, I can't get it to work anymore.

Before I used Elkano's Frames Resized and Fence and Discord Frame Modifier. I'm using the updated FramesResized and Fence now and notice the quest log being overlapped by other...]]></description>
			<content:encoded><![CDATA[<div>Before 3.0, I was able to have both open, but since I cleared out all my mods for 3.0, I can't get it to work anymore.<br />
<br />
Before I used Elkano's Frames Resized and Fence and Discord Frame Modifier. I'm using the updated FramesResized and Fence now and notice the quest log being overlapped by other windows like an inspection frame rather than being pushed to the right.<br />
<br />
This would be really useful as a JC. I really don't want to work with a clunky addon like skillet to do just this.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>Vashar</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19609</guid>
		</item>
		<item>
			<title>Combo points on self</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=19608&amp;goto=newpost</link>
			<pubDate>Thu, 04 Dec 2008 06:56:25 GMT</pubDate>
			<description><![CDATA[I'm looking for an PvP addon to tell me how many combo points a Rogue or Druid has on me. Is there any such addon?

It would be really useful for many things like timing when to use your cooldowns or normal abilites. For example a Mage that blinks out of kidney shot and finds himself with no combo...]]></description>
			<content:encoded><![CDATA[<div>I'm looking for an PvP addon to tell me how many combo points a Rogue or Druid has on me. Is there any such addon?<br />
<br />
It would be really useful for many things like timing when to use your cooldowns or normal abilites. For example a Mage that blinks out of kidney shot and finds himself with no combo points would know that it is safe to cast frostbolt without getting interrupted from deadly throw.<br />
<br />
Also if there is no addon like this I request someone try to create it please because I'm sure it's not that complicated but for me I don't know a single thing about addon programming. I'm sure this would be useful for many people.<br />
<br />
Thanks in advance for responses.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=6">Interface Requests</category>
			<dc:creator>Selim</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=19608</guid>
		</item>
	</channel>
</rss>
