Just a skin for the MazzleUI. Read the included Readme text file, or see below:
In the downloaded zip file there will be several lua files and a couple folders.
1. Copy the folder MazzleUI_Skin_"author"_"skin name" into \World of Warcraft\Interface\AddOns just as it is, no changes needed.
2. Open up the Preview Image folder and copy the file inside to the \World of Warcraft\Interface\AddOns\Mazzifier\images folder
3. Open the file ADD_to_your_MazzleUI_AddOnDB.lua with wordpad (NOT notepad) and copy the full line that is there.
4. Open the file MazzleUI_AddOnDB.lua with wordpad, it will be in the \World of Warcraft\Interface\AddOns\MazzleUI folder.
* 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.
* Paste the line you copied from the previous step at the bottom of this section. It should look like this:
* Save and close
5. Open the file ADD_to_your_MazzleOptions_Settings2.lua with wordpad (NOT notepad) and copy the 7 lines there
6. Open the file MazzleOptions_Settings2.lua with wordpad, it will be in the \World of Warcraft\Interface\AddOns\MazzleOptions folder.
* 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
* Paste the lines you copied from the previous step, allow a blank line below the last skin, it should look like this:
Code:
Code:
tempItem = {
["addonName"] = "MazzleUI_Skin_Noob123_Undead",
["requiredAddOn"] = "MazzleUI_Skin_Noob123_Undead",
["type"] = "AddOnHeader",
["addonDescription"] = "This load-on-demand add-on provides artwork and layout information for Noob123's Undead skin.",
}
table.insert(addItem, tempItem)
tempItem = {
["addonName"] = "MazzleUI_Skin_NightElf_Purple",
["requiredAddOn"] = "MazzleUI_Skin_NightElf_Purple",
["type"] = "AddOnHeader",
["addonDescription"] = "This load-on-demand add-on provides artwork and layout information for CBarthel's NightELf Purple skin.",
}
table.insert(addItem, tempItem)
* Save and close
7. Open the file ADD_to_your_Mazzifier_Globals.lua with wordpad (NOT notepad) and copy the 2 lines there
8. Open the file Mazzifier_Globals.lua with wordpad, it will be in the \World of Warcraft\Interface\AddOns\Mazzifier folder
* 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.
* 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:
Code:
Code:
Mazzifier_SkinInfo[10] = {name="CBarthel's Night Elf Skin", devname= "cbarthel", image="nightelfSkinpurple", lodName = "MazzleUI_Skin_NightElf_Purple",
description="|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. "}
* Save and close
9. Start up WOW, run the Mazzifier and your new skin should be available in the drop down.
Optional Files - MazzleUI Skin Night Elf - Purple
Sorry, there are currently no optional files available.