Thread Tools Display Modes
09-26-07, 06:33 PM   #21
Moribund
A Fallenroot Satyr
Join Date: Apr 2007
Posts: 27
It's a hidden folder. You need to have your explorer window show hidden files and folders, and it ought to be right there.
  Reply With Quote
09-26-07, 06:37 PM   #22
fyrye
A Chromatic Dragonspawn
 
fyrye's Avatar
AddOn Author - Click to view addons
Join Date: May 2007
Posts: 188
Its a hidden folder, so you have change your Windows Folder Options (in control panel for windows XP) to View->"Do not show hidden files and folders" to "Show Hidden Files and folders", and possibly uncheck "Hide protected operating system files".

Though I do not reccomend you do this as Im not sure why mazzlefizz made this protected in the first place. IF YOU DO DO THIS: select delete before updating in WUA Edit->Preferences. As Mazzle's version has an extra LUA that WAU does not if i remember right.

Otherwise you could delete the nQuestLog folder entirely and search for it in WAU to install a fresh copy, or download it from the link i posted previously

Last edited by fyrye : 09-27-07 at 06:52 PM.
  Reply With Quote
09-26-07, 07:29 PM   #23
RykerXXX
A Defias Bandit
Join Date: Sep 2007
Posts: 2
I tried the snippet, but it didn't get accepted. I'm not a coder and it wouldn't let me just copy and paste it in.
  Reply With Quote
09-26-07, 08:21 PM   #24
fyrye
A Chromatic Dragonspawn
 
fyrye's Avatar
AddOn Author - Click to view addons
Join Date: May 2007
Posts: 188
Currently with all the above fixes and the WAU, no errors playing, I have not tried Mazzelfying and wont.

Disabled addons atm:
Clique - which was updated by WAU
ColorComboPoints
cyCircled - which was updated by WAU
FuBar_AmmoFu
FuBar_AnkhTimerFu
gfxToggle2
GoGoMount
King of the Jungle
SmartBuff

I do not believe any of the above addons are an issue for others.
I have tested in groups and 10 man - 40 man raids.
0 errors in Bug Sack, tested on two separate PC's Feral Druid and Shadow Priest (fiance's)

The nQuestLog is still an issue appearently, delete the nQuestlog folder and install it using WAU to fix the issue.

Last edited by fyrye : 10-10-07 at 01:58 PM.
  Reply With Quote
09-26-07, 10:01 PM   #25
drdiesel
A Theradrim Guardian
Join Date: May 2007
Posts: 57
Tried just about everyone's suggestions but I am still not seeing my tool tips when mousing over items on character window or in a bag. Works fine when mousing over linked items in chat though.

Thoughts?
  Reply With Quote
09-26-07, 10:16 PM   #26
xccess
A Deviate Faerie Dragon
Join Date: Jul 2007
Posts: 13
Originally Posted by fyrye
Line 180 of AddOns\MazzleUI\CustomLibs\ContextMenu.lua
Fixes the Context Menu showing the flooded spell icon in each button.

Very nice, I tried the same for AutoBar with no results, though I do know it has something to do with it. This could also fix cyCircled. If there are issues with it.

The create of AutoBar is currently looking into the issue, so it is known.
what exactly fix at line 180 ? you mind explain it ? I mean what need to change ?
  Reply With Quote
09-26-07, 10:18 PM   #27
drdiesel
A Theradrim Guardian
Join Date: May 2007
Posts: 57
That was a reply to the post above it. He was giving us the line number that the prior poster didn't have.
  Reply With Quote
09-26-07, 10:58 PM   #28
xccess
A Deviate Faerie Dragon
Join Date: Jul 2007
Posts: 13
Originally Posted by drdiesel
That was a reply to the post above it. He was giving us the line number that the prior poster didn't have.
thanks, now the context is working... anyone got the fix for tooltips items in character frame? I see what I wear but can't see the stat of the items I wear
  Reply With Quote
09-26-07, 11:38 PM   #29
youngbro
A Murloc Raider
Join Date: Jun 2007
Posts: 7
Originally Posted by xccess
thanks, now the context is working... anyone got the fix for tooltips items in character frame? I see what I wear but can't see the stat of the items I wear
This is easily fixed by downloading the latest version of itemrack
  Reply With Quote
09-27-07, 12:17 AM   #30
fyrye
A Chromatic Dragonspawn
 
fyrye's Avatar
AddOn Author - Click to view addons
Join Date: May 2007
Posts: 188
ItemRack - Character Sheet Tooltips fix

Originally Posted by youngbro
This is easily fixed by downloading the latest version of itemrack
Same fix Gello added in case you just want to add it.
2.1 does not support events atm.
You can obtain the downloaded version of 1.992 by clicking here

AddOns\ItemRack\ItemRack.lua
Line 1562-1566
Code:
function newItemRack_PaperDollItemSlotButton_OnEnter()

	local id,i = this:GetName()

	oldItemRack_PaperDollItemSlotButton_OnEnter()

to

function newItemRack_PaperDollItemSlotButton_OnEnter(self)

	local id,i = this:GetName()

	oldItemRack_PaperDollItemSlotButton_OnEnter(self)

The Below is NOT fixed in the downloaded 1.992
Line: 3924 (fix for super fast alt+Mouseover gear swap using Character Sheet)
Code:
Rack.CreateTimer("MenuFrame",Rack.MenuFrame,.25,1) -- menu mouseover check

to

Rack.CreateTimer("MenuFrame",Rack.MenuFrame,1,1) -- menu mouseover check

*Note* you can change the 1 to any value you would like such as .75 (old default) for 3/4 a second delay, or 2 for 2 second delay on mouseover.

Last edited by fyrye : 09-27-07 at 12:29 AM.
  Reply With Quote
09-27-07, 02:46 PM   #31
Aurora
An Aku'mai Servant
Join Date: Nov 2006
Posts: 31
I am bumping this because everything in here helped me to fix almost every problem.

The only thing i didnt get fixed yet is SmartBuff.

Autobar is EASILY fixable by using WowAceUpdater (WUA) as said by others.

Good work guys ont eh fixes and thank you so much.
  Reply With Quote
09-27-07, 02:50 PM   #32
cashe
A Defias Bandit
Join Date: Sep 2007
Posts: 2
Cartographer Problem.

Fixed most of addons with just updating.

still getting this which is preventing use of Cartographer:


<string>:"CARTOGRAPHEROPENALTERNATEMAP":1: attempt to call method 'OpenAlternateMap' (a nil value)

Help with this would be much appreciated.
  Reply With Quote
09-27-07, 05:32 PM   #33
Massius
A Deviate Faerie Dragon
Join Date: Sep 2007
Posts: 11
Originally Posted by alenda
WTB A fix for the pre-set button layouts that make every spell the first one on your first bar, and fills up your context menu.
i cant seem to find this fix. anyone?
  Reply With Quote
09-27-07, 05:34 PM   #34
Cyniel
A Murloc Raider
Join Date: Nov 2006
Posts: 6
Originally Posted by Massius
i cant seem to find this fix. anyone?

Don't believe anyone has attempted to fix this issue yet. Though, for me at least, if you don't page at all, all of your buttons will work properly. Once you swap bars, only the 1st row of buttons will work and every other button will point to your #1 on your 1st hotbar.
  Reply With Quote
09-27-07, 05:35 PM   #35
Massius
A Deviate Faerie Dragon
Join Date: Sep 2007
Posts: 11
Originally Posted by fyrye
Line 180 of AddOns\MazzleUI\CustomLibs\ContextMenu.lua
Fixes the Context Menu showing the flooded spell icon in each button.

Very nice, I tried the same for AutoBar with no results, though I do know it has something to do with it. This could also fix cyCircled. If there are issues with it.

The create of AutoBar is currently looking into the issue, so it is known.
what do i do at 180?!?!
  Reply With Quote
09-27-07, 05:38 PM   #36
djo
A Murloc Raider
Join Date: Jun 2007
Posts: 4
I can't get Clique working.
As healer I really can't live without it
Any1 has clue's on that please,
  Reply With Quote
09-27-07, 06:41 PM   #37
fyrye
A Chromatic Dragonspawn
 
fyrye's Avatar
AddOn Author - Click to view addons
Join Date: May 2007
Posts: 188
Originally Posted by Massius
what do i do at 180?!?!
Read the post above that one, I was noting the line and file for the script he posted
  Reply With Quote
09-27-07, 06:42 PM   #38
fyrye
A Chromatic Dragonspawn
 
fyrye's Avatar
AddOn Author - Click to view addons
Join Date: May 2007
Posts: 188
Originally Posted by djo
I can't get Clique working.
As healer I really can't live without it
Any1 has clue's on that please,
Post it on the Bug Reports Thread, this thread is for FIXES ONLY.
As well "I have in issue with Clique" doesnt help us to fix your issue with it.
What is the issue?
What's it doing/not doing?
What is the bugsack results on the error you are having with it?

If you have a fix post it here, if not delete your post here and post it there.

If a mod could please delete the non fix posts (even this one) it would be greatly appreciated. I would rather not create another of the other 100 bug report problems which just confuse everyone and return more useless results on the search function, for those that use it.

Last edited by fyrye : 09-27-07 at 06:46 PM.
  Reply With Quote
10-04-07, 11:50 PM   #39
fyrye
A Chromatic Dragonspawn
 
fyrye's Avatar
AddOn Author - Click to view addons
Join Date: May 2007
Posts: 188
moveFrames Fix

Ok I hacked moveFrames and with as little editing as possible to release a fix

Exit out of WoW Fully
First Browse to your WoW Directory, from there open up WTF\Account\<account name>\<server>\<character>\SavedVariables
And delete moveFrames.LUA and moveFrames.lua.bak
This can also be accomplished by running the /mf reset command in game.
Then edit the below file as shown in wordpad.

To Fix BG Scoreboard, Exit out of WoW, Open with WordPad your WTF\Account\<account name>\<server>\<character>\layout-cache.txt
and delete.
Code:
Frame: WorldStateScoreFrame
FrameLevel: 32
Anchor: TOPLEFT
X: 40
Y: 67
W: 926
H: 512

With the below fix you are able to move the frames safely again.
Open the file below in WordPad and change the following
AddOns\moveFrames\core.lua
Line: 351-353
Code:
		local point, relativeTo, relativePoint, xoff, yoff = f:GetPoint()
		frameInfo.x = xoff
		frameInfo.y = yoff
to
Code:
		--local point, relativeTo, relativePoint, xoff, yoff = f:GetPoint()
		local xoff = f:GetLeft()
		local yoff = f:GetTop()
		local xtrue = UIParent:GetLeft()
		local ytrue = UIParent:GetTop()
		frameInfo.x = xoff - xtrue
		frameInfo.y = yoff - ytrue

Last edited by fyrye : 10-09-07 at 12:00 AM.
  Reply With Quote
10-18-07, 12:57 PM   #40
fyrye
A Chromatic Dragonspawn
 
fyrye's Avatar
AddOn Author - Click to view addons
Join Date: May 2007
Posts: 188
Originally Posted by: ganders
AddOns\Mazzifier\Mazzifier_Configs.lua
Line: 351

Code:
SetCVar("Sound_EnableErrorSpeech","0")

Last edited by fyrye : 10-18-07 at 01:03 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Patch 2.2 Bug Fixes ONLY


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