• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

MoveIt

  Download the Curse Client

Project Updated:
Files Updated: Tue, Apr 1 2008
Category: Miscellaneous
Tags:

, , , and [Edit Tags]

Project Manager: shervin
Current Version: v20400.1
Downloads Today: 47
Downloads Total: 42,698
Favorites: 380
Comments: 263
  • About MoveIt
  •  

MoveIt

This is a very light-weight addon, that makes all standard frames movable.

In addition , you can change size, alpha, scale and visibility of all frames in the game.


Instructions:

  1. Bind a key to the edit mode
  2. Put the mouse cursor over the frame to be modified
  3. Press the binded key to enter "Edit" mode
  4. Make modifications (more info in tooltip on top of screen)
  5. Right-click or press the binded key to exit the "Edit" mode

Command Line options:

/mi move [frame name] - Move a frame
/mi exit - Exit the edit mode
/mi gui - Toggles the GUI frame
/mi reset [frame name] - Reset a frame
/mi resetall - Reset all frames
/mi list - View a list of the saved frames
/mi debug [0/1] - Toggles the debug mode


To disable EasyMove mode, delete or rename the file: MoveIt_EasyMove.lua
To disable UIOptionsFrame, delete or rename the file: MoveIt_UIOptionsFrame.lua
To disable WorldMapFrame, delete or rename the file: MoveIt_WorldMapFrame.lua


For more information and version History, read the included Readme.txt file.

  • Downloads (13)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  MoveIt v20400.1 Release 2.4.0 2,229 4/1/2008
  MoveIt v20300.3 Release 2.3.3 35 2/20/2008
  MoveIt v20300.2 Release 2.3.3 6 1/30/2008
  MoveIt v20300.1 Release 2.3.2 7 1/11/2008
  MoveIt v20200.2 Release 2.2.0 5 9/28/2007
Advertisement
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Found a fix for the disappearing-world-map issue, which I too was having. Keep in mind I'm still using v20003.6 as that's the last one that worked for me that still allowed easy-mode frame dragging; this may work for newer versions, hopefully someone will come to the rescue in that department (looks over at CommanderAngry). Here goes...


    1. Install MoveIt v20003.6, this requires two downloads as the older version included separate GUI download; it's all in the above file downloads list.


    2. Open AddOns\MoveIt\MoveIt.lua in a text editor, and find the following line...

    if ( ( (name == "UIOptionsFrame") and (not MoveIt_Fix_UIOptionsFrame) ) or ( (name == "WorldMapFrame") and (not MoveIt_Fix_WorldMapFrame) ) ) then return; end

    ...and replace it with this one:

    if ( ( (name == "UIOptionsFrame") and (not MoveIt_Fix_UIOptionsFrame) ) or ( name == "WorldMapFrame" ) ) then return; end


    3. Open the file AddOns\MoveIt.xml and delete the forth line which reads: