Download
(23Kb)
Download
Updated: 09-13-09 02:00 PM
Patch for:
MoveAnything.
Pictures
File Info
Updated:09-13-09 02:00 PM
Created:09-13-09 02:00 PM
Downloads:11,730
Favorites:29
MD5:

MoveAnything - Updated for 3.2  Popular! (More than 5000 hits)

Version: 3.2a
by: Nightness [More]

The is an unofficial (I'm not the author) 3.2 version of MoveAnything. It has some frame name updates and additions. As well as an updated TOC version. Hopefully the author of this program will make a complete update soon.

Nightness

Post A Reply Comment Options
Unread 12-13-09, 12:47 AM  
Starchild
A Wyrmkin Dreamwalker

Forum posts: 57
File comments: 9
Uploads: 0
That fix worked for me too. Thanks!

Here is a stupid question... I can find the button to make your ghost icon moveable. Can someone point me in the direction?

Thanks!
Report comment to moderator  
Reply With Quote
Unread 12-12-09, 09:47 AM  
eldo76
A Defias Bandit

Forum posts: 3
File comments: 4
Uploads: 0
Thx SumRai its sort of fix now, other then my action bar doesn't appear once I mount onto a tournament mount. This means that I cant do ToC with this addon ... I wonder if anyone experience the same? thx for reply
Report comment to moderator  
Reply With Quote
Unread 12-11-09, 02:39 PM  
Dragoen
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
Update for Ice Crown release???

I hope someone can update this for the Ice Crown patch release, it's only slightly broken, in that my minimap will not stay where i put it and a few other msg boxes for loot, casting bar and achievements, etc.
Report comment to moderator  
Reply With Quote
Unread 12-10-09, 07:34 PM  
eldo76
A Defias Bandit

Forum posts: 3
File comments: 4
Uploads: 0
Originally posted by Bornabe
Notepad (or Notepad ++)
thx for the reply. cheers!
Report comment to moderator  
Reply With Quote
Unread 12-10-09, 12:06 PM  
tallulahkat
A Kobold Labourer
 
tallulahkat's Avatar

Forum posts: 1
File comments: 27
Uploads: 0
OK the change works great for everything except MiniMapLFGFrame

It moves it but then randomly replaces it somewhere else sometimes it gets lost and I have to reset it and try to find it.
Report comment to moderator  
Reply With Quote
Unread 12-10-09, 06:40 AM  
Bornabe
A Flamescale Wyrmkin
 
Bornabe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 264
Uploads: 6
Originally posted by eldo76
hi May I know what software do I use to open .lua files. thanx for sharing
Notepad (or Notepad ++)
Report comment to moderator  
Reply With Quote
Unread 12-10-09, 03:35 AM  
eldo76
A Defias Bandit

Forum posts: 3
File comments: 4
Uploads: 0
hi May I know what software do I use to open .lua files. thanx for sharing
Report comment to moderator  
Reply With Quote
Unread 12-10-09, 03:26 AM  
angel100780
A Murloc Raider
 
angel100780's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 111
Uploads: 11
Pls update this addon to 3.3 i love it and i need it so my ui looks right again.
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 03:11 PM  
nickyjean
Premium Member
Premium Member

Forum posts: 284
File comments: 114
Uploads: 0
thanks for the script posting SumRGai. It works great.
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 02:56 PM  
Christerpher
A Fallenroot Satyr

Forum posts: 26
File comments: 15
Uploads: 0
SumRGai

thanks alot SumRGai that worked perfectly
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 01:14 PM  
jaburufdp321
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
This one is working perfectly to me but when I move my buffs they dont allign well and debuff arent moving anymore, can anyone say me if this 3.2 version is working well ? thanks
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 11:39 AM  
relbanan
A Deviate Faerie Dragon

Forum posts: 11
File comments: 16
Uploads: 0
Thanks, that worked for me as well. Don't you love patches?
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 04:17 AM  
SumRGai
A Murloc Raider

Forum posts: 4
File comments: 4
Uploads: 0
Temporary fix for 3.3

I've had some success by commenting out the offending lines of code. I'm not sure of what, if any, impact this might have on other performances, but MoveAnything! is saving locations between sessions now.

Step 1: Find the section of code in MoveAnything.lua that looks like...
PHP Code:
    UpdateTalentButton = function (...)
        if 
MovAny:IsFrameHooked("MicroButtonsVerticalMover"then
            
if UnitLevel("player") < 10 then
                AchievementMicroButton
:SetPoint("TOPLEFT""TalentMicroButton""TOPLEFT"00)
            else
                
AchievementMicroButton:SetPoint("TOPLEFT""TalentMicroButton""BOTTOMLEFT"024)
            
end
        end
    end

and comment it out. You can comment it out by adding "--[[" to the front (without the quotes) and "]]" at the end (again, no quotes).

It should now look like
PHP Code:
--[[    UpdateTalentButton = function (...)
        if 
MovAny:IsFrameHooked("MicroButtonsVerticalMover"then
            
if UnitLevel("player") < 10 then
                AchievementMicroButton
:SetPoint("TOPLEFT""TalentMicroButton""TOPLEFT"00)
            else
                
AchievementMicroButton:SetPoint("TOPLEFT""TalentMicroButton""BOTTOMLEFT"024)
            
end
        end
    end
, ]] 
--
Step 2: Find the section of code also in MoveAnything.lua that looks like...
PHP Code:
hooksecurefunc("UpdateTalentButton"self.UpdateTalentButton
and comment that out by adding "--" to the front of the line. It should now look like
PHP Code:
-- hooksecurefunc("UpdateTalentButton"self.UpdateTalentButton
Good luck, and let's hope for a proper fix sometime soon that isn't horribly untested!
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 01:18 AM  
collerwhite
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
bug about 3.3

This is weird, i have no error at all. I can still move everything and use all the options but when i logout it doesnt save the config.

Any idea how to fix it?

This is one of my best addon so far, hopefully somoene can fix it asap
Report comment to moderator  
Reply With Quote
Unread 12-09-09, 12:01 AM  
spiradin
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Patch 3.3 Error

Great addon please fix!


Date: 2009-12-08 21:59:05
ID: 4
Error occured in: Global
Count: 1
Message: ..\AddOns\MoveAnything\MoveAnything.lua line 690:
hooksecurefunc(): UpdateTalentButton is not a function
Debug:
[C]: ?
[C]: hooksecurefunc()
MoveAnything\MoveAnything.lua:690: Boot()
[string "*:OnEvent"]:5:
[string "*:OnEvent"]:1
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: