<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>WoWInterface - AddOns by cbarthel</title>
		<link>http://www.wowinterface.com</link>
		<description>World of Warcraft Interfaces, Skins, Addons, Mods community.</description>
		<language>en</language>
		<generator>WoWInterface</generator>
		<ttl>30</ttl>
		<copyright>Copyright 2006, WoWInterface</copyright>
		<image>
			<url>http://s.wowinterface.com/images/style_mmoi_wowi2/misc/rss.jpg</url>
			<title>WoWInterface</title>
			<link>http://www.wowinterface.com</link>
		</image>
		<webMaster>no-reply@WoWInterface</webMaster>
				<item>
			<title><![CDATA[Mazzle UI Skin Old Farm (1.0)]]></title>
			<link>http://www.wowinterface.com/downloads/info7964-1.0.html</link>
			<description>Another skin for Mazzle, this one is better for Horder or those that like dark, creepy farm houses ;)</description>
			<author>cbarthel</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info7964-1.0.html</guid>
			<pubDate>Sat, 08 Dec 2007 01:17:02 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[MazzleUI Skin Night Elf - Purple (1)]]></title>
			<link>http://www.wowinterface.com/downloads/info7949-1.html</link>
			<description>Just a skin for the MazzleUI.  Read the included Readme text file, or see below:&lt;br /&gt;
&lt;br /&gt;
In the downloaded zip file there will be several lua files and a couple folders.&lt;br /&gt;
&lt;br /&gt;
   1. Copy the folder MazzleUI_Skin_&quot;author&quot;_&quot;skin name&quot; into \World of Warcraft\Interface\AddOns just as it is, no changes needed.&lt;br /&gt;
   2. Open up the Preview Image folder and copy the file inside to the \World of Warcraft\Interface\AddOns\Mazzifier\images folder&lt;br /&gt;
   3. Open the file ADD_to_your_MazzleUI_AddOnDB.lua with wordpad (NOT notepad) and copy the full line that is there.&lt;br /&gt;
   4. Open the file MazzleUI_AddOnDB.lua with wordpad, it will be in the \World of Warcraft\Interface\AddOns\MazzleUI folder.&lt;br /&gt;
&lt;br /&gt;
          * Do a search for MazzleUI_Skin, should be a list of at least 8 more depending on how many skins you have installed. Scroll down to the bottom of the skins listed.&lt;br /&gt;
          * Paste the line you copied from the previous step at the bottom of this section. It should look like this:&lt;br /&gt;
&lt;br /&gt;
            Code:&lt;br /&gt;
&lt;br /&gt;
             = { core = true, library= true, specialPackages = {mule = true},},&lt;br /&gt;
&lt;br /&gt;
          * Save and close&lt;br /&gt;
   5. Open the file ADD_to_your_MazzleOptions_Settings2.lua with wordpad (NOT notepad) and copy the 7 lines there&lt;br /&gt;
   6. Open the file MazzleOptions_Settings2.lua with wordpad, it will be in the \World of Warcraft\Interface\AddOns\MazzleOptions folder.&lt;br /&gt;
          * Do a search for MazzleUI_Skin, the section for each skin is 7 linnes, you will need to scroll down to bottom of the skins listed&lt;br /&gt;
          * Paste the lines you copied from the previous step, allow a blank line below the last skin, it should look like this:&lt;br /&gt;
            Code:&lt;br /&gt;
&lt;br /&gt;
    tempItem = {&lt;br /&gt;
			 = &quot;MazzleUI_Skin_Noob123_Undead&quot;,&lt;br /&gt;
			 = &quot;MazzleUI_Skin_Noob123_Undead&quot;,&lt;br /&gt;
			 = &quot;AddOnHeader&quot;,&lt;br /&gt;
			 = &quot;This load-on-demand add-on provides artwork and layout information for Noob123's Undead skin.&quot;,&lt;br /&gt;
        }&lt;br /&gt;
    table.insert(addItem, tempItem)&lt;br /&gt;
&lt;br /&gt;
tempItem = {&lt;br /&gt;
			 = &quot;MazzleUI_Skin_NightElf_Purple&quot;,&lt;br /&gt;
			 = &quot;MazzleUI_Skin_NightElf_Purple&quot;,&lt;br /&gt;
			 = &quot;AddOnHeader&quot;,&lt;br /&gt;
			 = &quot;This load-on-demand add-on provides artwork and layout information for CBarthel's NightELf Purple skin.&quot;,&lt;br /&gt;
        }&lt;br /&gt;
    table.insert(addItem, tempItem)&lt;br /&gt;
&lt;br /&gt;
          * Save and close&lt;br /&gt;
   7. Open the file ADD_to_your_Mazzifier_Globals.lua with wordpad (NOT notepad) and copy the 2 lines there&lt;br /&gt;
   8. Open the file Mazzifier_Globals.lua with wordpad, it will be in the \World of Warcraft\Interface\AddOns\Mazzifier folder&lt;br /&gt;
          * Do a search for Mazifier_skininfo, should be a list of at least 8 more depending on how many skins you have installed. Scroll down to the bottom of the skins listed.&lt;br /&gt;
          * Paste the lines you copied from the previous step, Important- change the number that is in the square brakets to the next number, it should look like this:&lt;br /&gt;
            Code:&lt;br /&gt;
&lt;br /&gt;
            Mazzifier_SkinInfo = {name=&quot;CBarthel's Night Elf Skin&quot;, devname= &quot;cbarthel&quot;, image=&quot;nightelfSkinpurple&quot;, lodName = &quot;MazzleUI_Skin_NightElf_Purple&quot;, &lt;br /&gt;
                           description=&quot;|CFF00FF00Skin Name|r: CBarthel's Night Elf Skin\n\n|CFF00FF00Author|r:  CBarthel\n\n|CFF00FF00Description|r: Based on the a Sunn Viewpart art pack. \n\n|CFF00FF00Provides|r: Bottom panel artwork and other basic artwork (castbar border, chatbox border, minimap border). Night Elf theme. &quot;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
          * Save and close&lt;br /&gt;
   9. Start up WOW, run the Mazzifier and your new skin should be available in the drop down.</description>
			<author>cbarthel</author>
			<category domain="http://www.wowinterface.com">Plug-Ins &amp; Patches</category>
			<guid>http://www.wowinterface.com/downloads/info7949-1.html</guid>
			<pubDate>Wed, 05 Dec 2007 02:16:10 +0000</pubDate>
		</item>
	</channel>
</rss>