Download
(2Kb)
Download
Updated: 04-19-10 09:27 AM
Pictures
File Info
Updated:04-19-10 09:27 AM
Created:01-02-10 02:03 AM
Downloads:8,001
Favorites:45
MD5:

QuestMover  Popular! (More than 5000 hits)

Version: 1.3b
by: Mordread [More]

With the release of patch 3.3, Blizzard removed the ability to move/resize the quest/objectives tracker.

QuestMover is a small addon that attempts to restore the old functionality without adding a lot of extra bloat. It detaches the quest tracker from the minimap and allows you to move and resize it (vertically).

v1.3b Update:
Added resizing grips on the bottom right and left corners. You can only resize the tracker vertically at this time. If you'd like to make it wider, go into WoW's options under Objectives and check Wider Objectives Tracker.

Shift-clicking the collapse/expand button opens the Achievement frame. Right-clicking opens the Quest Log.

There may be some bugs in this release. If you have any errors please report them in the comments section and I'll try to work on it when I can.

v1.1: Incorporated suggestions from the comments. Now draggable --(thanks to Redwood Elf). Resize by editing QuestMover.lua and changing WatchFrame:SetScale(1.0) --(thanks to Vranx)
Optional Files (1)
File Name
Version
Size
Author
Date
Type
1.31 beta
3kB
04-20-10 10:38 PM
Addon


Post A Reply Comment Options
Unread 02-03-10, 11:29 PM  
knalty
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Suggestion to everyone. Replace the first location (TOPLEFT) with TOPRIGHT like so:

Code:
WatchFrame:SetPoint("TOPRIGHT", "UIParent", "TOPRIGHT", -15,-210)
And when you open/close the quest tracker, quest tracker will expand off to the left, leaving the button exactly in place, instead of moving left-right whenever you close/open it.
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 07:17 PM  
Redwood Elf
An Aku'mai Servant
 
Redwood Elf's Avatar
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 71
Uploads: 1
This change makes it draggable with the mouse:

QuestMover.toc:
## Interface: 30300
## Title: |cffffd200<|cff42C0FBQuestMover|cffffd200>
## Version: 1.1
## Notes: Simply moves the Quest/Objective tracker
## Author: Lektra of Chromaggus-US - Mouse dragging by Redwood Elf
## SavedVariables: QuestMoverPoint

QuestMover.lua
QuestMover.lua:

WatchFrame:ClearAllPoints()
if QuestMoverPoint then
WatchFrame:SetPoint(QuestMoverPoint["p"],QuestMoverPoint["rt"],
QuestMoverPoint["rp"],QuestMoverPoint["xof"],QuestMoverPoint["yof"])
else
WatchFrame:SetPoint("TOPLEFT", "UIParent", "TOPRIGHT", 350,-300)
local p,rt,rp,xof,yof = WatchFrame:GetPoint()
QuestMoverPoint = {["p"] = p,["rt"] = rt,["rp"] = rp,["xof"] = xof,["yof"] = yof}
end
WatchFrame:SetHeight(600) -- Edit this to change the height
WatchFrame:SetScale(.8) -- Edit this to scale it up or down
WatchFrame.ClearAllPoints = function() end
WatchFrame.SetPoint = function() end
WatchFrame.SetAllPoints = function() end
WatchFrame:SetMovable(1)
WatchFrame:EnableMouse()
WatchFrame:SetScript("OnMouseDown", function()
WatchFrame:StartMoving()
end)
WatchFrame:SetScript("OnMouseUp", function()
WatchFrame:StopMovingOrSizing()
local p,rt,rp,xof,yof = WatchFrame:GetPoint()
QuestMoverPoint = {["p"] = p,["rt"] = rt,["rp"] = rp,["xof"] = xof,["yof"] = yof}
end)
So, to move the frame in game, just click and drag on the word "Objectives" at the top - the addon stores the new location when you log out of the game, and will put it there when you log back on.
Last edited by Redwood Elf : 01-21-10 at 08:39 AM.
Report comment to moderator  
Reply With Quote
Unread 01-03-10, 06:28 PM  
avid
A Deviate Faerie Dragon

Forum posts: 14
File comments: 43
Uploads: 0
Thanks a ton. It's a shame that they decided to remove such simple functionality from the game.
Last edited by avid : 01-03-10 at 06:28 PM.
Report comment to moderator  
Reply With Quote
Unread 01-03-10, 12:18 AM  
Vranx
A Flamescale Wyrmkin
 
Vranx's Avatar

Forum posts: 101
File comments: 176
Uploads: 0
Adding this line to the Lua file will also allow you to resize the frame:
WatchFrame:SetScale(.9)
Report comment to moderator  
Reply With Quote
Unread 01-02-10, 07:18 AM  
Arethea
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
Thank you so much for this addon! been looking for an addon like this forever.
Works absolutely perfect just like i want it.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: