Thread Tools Display Modes
11-12-07, 12:16 PM   #41
MaybeHoP
Premium Member
Premium Member
Join Date: Jun 2007
Posts: 17
I just re-configured Mazzle on the latest PTR last night.

1) Installed Mazzle 1.1
2) Installed Mazzle Patch.
3) Deleted DBM,SmartBuff and Cartographer folders.

4)Deleted the following lines (170-172) in the DUF_set.lua:

-- if (UnitIsCivilian(unit)) then
-- texture:SetTexCoord(0, 1, 0, 1);
-- texture:SetTexture("Interface\\AddOns\\DiscordUnitFrames\\Icons\\Civilian")

5) Changed line 173 to: "if (race and sex) then"

6) Deleted 'SetCVar("statusBarText", "1")' in Mazzifier_Configs.lua.

Everything Mazzified fine.

Did not have time to check everything. Will do that later tonight.
  Reply With Quote
11-12-07, 01:36 PM   #42
Mazzlefizz
A Pyroguard Emberseer
 
Mazzlefizz's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 3,521
Originally Posted by LordElder
I'm very much a newbie at editing Add-On files. So what does it mean when someone says to "Comment something out"?
Find the line in question and add a "--" before any text on that line.
__________________
MazzleUI Home Page: Mazzlefizz.WoWInterface.com
Info, FAQs, Forums, Download can be found at that link.
  Reply With Quote
11-12-07, 04:55 PM   #43
donofthedead
A Fallenroot Satyr
Join Date: Jul 2007
Posts: 20
Originally Posted by Arianah
Quick question...with the patch coming out tomorrow should I download Mazzle today or wait? I just recently heard of it and was interested in trying it out. Finally got my own computer as well so now I can go nuts on mods for wow. Any responses are greatly appreciated. I'm also currently only level 10...is it worth it to get Mazzle now or should I wait until 60ish?
Even though things appear to mostly be in working order for the patch tomorrow, I'd still say wait for a few days to install. IF something doesn't work as it should with the new patch, you won't be stuck configuring your UI multiple times.

Other than that, by all means give Mazzle a shot. This UI manages to pull things together like no other UI can.
  Reply With Quote
11-12-07, 05:03 PM   #44
Arianah
A Murloc Raider
 
Arianah's Avatar
Join Date: Nov 2007
Posts: 4
Thank you for the reply. Went and cobbled together some stuff, but if Mazzle still works after the patch I may just trash the one I made and get it.

Here's a shot of mine(just cause I'm proud of myself)

http://i75.photobucket.com/albums/i3...207_173743.jpg
__________________
  Reply With Quote
11-12-07, 05:33 PM   #45
Arianah
A Murloc Raider
 
Arianah's Avatar
Join Date: Nov 2007
Posts: 4
Another question...will I have to delete all my other mods before getting Mazzle? Or can I just get rid of them later?
__________________
  Reply With Quote
11-12-07, 06:16 PM   #46
saanlem
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 126
Thats a good first effort, Arianah
__________________
Saanlem
US Nazgrel - Bikutanda
EU Lightbringer - Saanlem
  Reply With Quote
11-12-07, 06:49 PM   #47
ganders
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: May 2007
Posts: 131
Instead of commenting out SetCVar("statusBarText","1") in Mazzifier_Configs.lua, change it to

SetCVar("xpBarText", "1")
SetCVar("playerStatusText", "1")
SetCVar("partyStatusText", "1")
SetCVar("petStatusText", "1")

Blizzard changed it so you could set the status text individually for each frame. I'm not positive that this will work, though it should. Could someone try it out please?

Also to people who deleted/disabled DBM, do you have the version that works with 2.3? It's been released already and you can find it at curse.com/downloads/addons

EDIT: Ok, just tried this out on the PTR. Mazzifying works perfectly fine. Only errors I'm getting are Cartographer and DBM (apparently the 2.3 version isn't 2.3 ready yet). Make sure you delete GFW Track Menu, as it is now useless. Some other issues I noticed is that whenever you target anything you get a camera error message which will be very annoying.

Last edited by ganders : 11-12-07 at 08:25 PM.
  Reply With Quote
11-12-07, 07:12 PM   #48
Arianah
A Murloc Raider
 
Arianah's Avatar
Join Date: Nov 2007
Posts: 4
Originally Posted by saanlem
Thats a good first effort, Arianah

Thank you very much! That means alot to me. Probably getting rid of it after the patch to try out Mazzle. Depends on how stable it is after tomorrow.
__________________
  Reply With Quote
11-12-07, 07:23 PM   #49
Bens
A Theradrim Guardian
AddOn Compiler - Click to view compilations
Join Date: Nov 2007
Posts: 65
1 Problem

I went through all the steps that MaybeHoP posted and I am getting 1 error in Bugsack that is stopping the Mazzify process.

[2007/11/12 20:08:44-12-x1]: Mazzifier-1.1\Mazzifier_Configs.lua:351: Couldn't find CVar named 'EnableErrorSpeech'

This is strange since I checked the config.lua file and Enable error speech line is there.

Any Ideas?
  Reply With Quote
11-12-07, 07:31 PM   #50
ganders
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: May 2007
Posts: 131
Originally Posted by Bens
I went through all the steps that MaybeHoP posted and I am getting 1 error in Bugsack that is stopping the Mazzify process.

[2007/11/12 20:08:44-12-x1]: Mazzifier-1.1\Mazzifier_Configs.lua:351: Couldn't find CVar named 'EnableErrorSpeech'

This is strange since I checked the config.lua file and Enable error speech line is there.

Any Ideas?
Go into Mazzifier_Configs.lua and change the line

SetCVar("EnableErrorSpeech", "0")

to

SetCVar("Sound_EnableErrorSpeech", "0")
  Reply With Quote
11-12-07, 10:56 PM   #51
Malinoric
A Flamescale Wyrmkin
 
Malinoric's Avatar
Join Date: Jun 2007
Posts: 105
I have a fix ready which repairs all the camera errors introduced with 2.3. I'll post it after it's released, or after I make a complete patch compilation. I also have a working discord unit frames and mazzifier.
  Reply With Quote
11-12-07, 11:55 PM   #52
obsidianblack
A Cobalt Mageweaver
 
obsidianblack's Avatar
Join Date: Jul 2007
Posts: 239
Right on. Very Cool!!!!!!
  Reply With Quote
11-12-07, 11:56 PM   #53
ignisfatuus
A Defias Bandit
Join Date: Sep 2007
Posts: 2
Originally Posted by Malinoric
I have a fix ready which repairs all the camera errors introduced with 2.3. I'll post it after it's released, or after I make a complete patch compilation. I also have a working discord unit frames and mazzifier.
You, sir, are a hero. Thanks to all those who continue to work on this mod.
  Reply With Quote
11-13-07, 11:29 AM   #54
LordElder
A Fallenroot Satyr
 
LordElder's Avatar
Join Date: Jan 2006
Posts: 21
Originally Posted by Malinoric
I have a fix ready which repairs all the camera errors introduced with 2.3. I'll post it after it's released, or after I make a complete patch compilation. I also have a working discord unit frames and mazzifier.
If I had one I would offer you my first born son.
  Reply With Quote
11-13-07, 11:49 AM   #55
Zam
A Murloc Raider
Join Date: Jul 2007
Posts: 6
I have a fix ready which repairs all the camera errors introduced with 2.3. I'll post it after it's released, or after I make a complete patch compilation. I also have a working discord unit frames and mazzifier.
I cannot tell you how happy this makes me. I really don't know what I'd do without my Mazzle.

*happydance*

  Reply With Quote
11-13-07, 02:49 PM   #56
Blazay
A Deviate Faerie Dragon
Join Date: Jul 2007
Posts: 15
hi is the update out yet?
  Reply With Quote
11-13-07, 03:58 PM   #57
Chynah
A Deviate Faerie Dragon
Join Date: Feb 2007
Posts: 11
Originally Posted by MaybeHoP
I just re-configured Mazzle on the latest PTR last night.

1) Installed Mazzle 1.1
2) Installed Mazzle Patch.
3) Deleted DBM,SmartBuff and Cartographer folders.

4)Deleted the following lines (170-172) in the DUF_set.lua:

-- if (UnitIsCivilian(unit)) then
-- texture:SetTexCoord(0, 1, 0, 1);
-- texture:SetTexture("Interface\\AddOns\\DiscordUnitFrames\\Icons\\Civilian")

5) Changed line 173 to: "if (race and sex) then"

6) Deleted 'SetCVar("statusBarText", "1")' in Mazzifier_Configs.lua.

Everything Mazzified fine.

Did not have time to check everything. Will do that later tonight.
I did exactly this and mazzifies great with live patch.

Only thing to correct now is the camera errors...

Keep up the great work, and don't forget to donate, people!!!
  Reply With Quote
11-13-07, 04:11 PM   #58
donofthedead
A Fallenroot Satyr
Join Date: Jul 2007
Posts: 20
Originally Posted by Chynah
I did exactly this and mazzifies great with live patch.

Only thing to correct now is the camera errors...

Keep up the great work, and don't forget to donate, people!!!
Hate to ask a noobish ?, but I wanted to clarify...

Since you have this working, we're deleting Cartographer, SmartBuff, and DBM because we're waiting on updates from them, right?

i.e. expect to play without this functionality & Mazzle integration until the authors of those respective addons release updates?
  Reply With Quote
11-13-07, 04:14 PM   #59
akurenda1985
A Defias Bandit
Join Date: Nov 2007
Posts: 2
Thumbs up Woot! Thanks

I got Discord to work following the directions posted above. Thanks a ton!!!

Is there any way to get rid of the camera errors? Like completely remove them? It even did that before 2.3. Was just wondering if anybody knew how to totally take them out.

Thanks =)
  Reply With Quote
11-13-07, 04:16 PM   #60
Talonclaw
A Deviate Faerie Dragon
Join Date: Feb 2006
Posts: 18
For those that can't live without DBM, http://www.deadlybossmods.com/ -- there is a 3.01 update that should at least get it working. 3.1 should be up soon. The new version doesn't seem to be here or on curse yet, so get it directly from that site (I haven't tested it, but reports from the site say it works on the live server)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » 2.3 & Mazzle

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off