| Updated: | 04-19-10 09:27 AM |
| Created: | 01-02-10 01:03 AM |
| Downloads: | 5,522 |
| Favorites: | 55 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
Type |
1.31 beta |
3kB |
04-20-10 10:38 PM |
Addon |
File Name |
Version |
Size |
Author |
Date |
1.1 |
904B |
Mordread |
03-26-10 12:57 AM |
|
1.1 |
761B |
Mordread |
03-19-10 03:20 AM |
|
1.0 |
648B |
Mordread |
01-02-10 01:03 AM |
![]() |
Comment Options |
|
|
||
Last edited by Mordread : 04-20-10 at 10:44 PM.
|
||
|
|
|
|
|
|
Is it possible to add an option to the lua file that can lock/unlock this? If I change SetMovable to 0 it just puts the watch frame back to the position it was in earlier.
What I am doing right now is moving it to where I want and then commenting out the drag portion of the code. This does what I want, but it would be nice to be able to just toggle it from locked to unlocked and vice-versa. Code:
WatchFrame:ClearAllPoints()
--[[if QuestMoverPoint then
WatchFrame:SetPoint(QuestMoverPoint["p"],QuestMoverPoint["rt"],
QuestMoverPoint["rp"],QuestMoverPoint["xof"],QuestMoverPoint["yof"])
else
WatchFrame:SetPoint("TOPRIGHT", "UIParent", "TOPRIGHT", -15,-300)
--]]
WatchFrame:SetPoint("TOPLEFT", "UIParent", "TOPLEFT", 25,35)
--[[
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(1) -- Edit this to scale it up or down
WatchFrame.ClearAllPoints = function() end
WatchFrame.SetPoint = function() end
WatchFrame.SetAllPoints = function() end
--[[
WatchFrame:SetMovable(0)
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)
--]]
Last edited by Malice.US : 04-19-10 at 10:47 AM.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 6
Uploads: 0
|
Cool addon
Hi,
it still would be nice to have a function with which one could move back up the moved window against unintentional. Otherwise this is a cool addon, so I could clean out two more that I needed to move just for the little quest window. Ramoth
Last edited by Ramoth : 04-02-10 at 03:16 AM.
|
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 13
File comments: 123
Uploads: 0
|
thanks a LOT for this addon, blame on blizz to remove this functionality in the firrst place.
it would be absolutely perfect if you could make it so we can resize (and scale?) ingame. is there any chance you can do that? |
|
|
|
|
|||
|
|||
|
|
|
|
||
|
A Deviate Faerie Dragon
Forum posts: 17
File comments: 13
Uploads: 0
|
open QuestMover.lua and comment line 15 to 24 out after you've moved the frame to your liking:
|
|
|
|
|
|
|
|
Even when nothing is watched really there still stays invisible watchframe of rather big size. That's very annoying.
|
|
|
|
|
|
|
|
Okay, I see what has gone wrong here.
Create a folder in your Interface/AddOns folder called QuestMover. Extract the zip file into that folder and you should now see 2 files. QuestMover.toc and QuestMover.lua. And it should then appear in your addon list at your character selection screen the next time you log into the game. Remember to log all the way out to get your changes to have effect. If you have already extracted into another folder just move the files into the QuestMover folder you created or already have.
__________________
![]() Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818 Extra movers for new frames added since 4.0 not in nUI yet: http://www.wowinterface.com/download...tomMovers.html nUI fixes for 4.3 patch: http://www.wowinterface.com/forums/s...47&postcount=9 http://www.wowinterface.com/forums/s...9&postcount=21
Last edited by Xrystal : 03-23-10 at 09:52 PM.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 8
Uploads: 0
|
Questmover
was just wondering how i get this addon to work i put the files in my addons folder but its not working...someone plz help me out
|
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 17
File comments: 13
Uploads: 0
|
when you just unzip it into your addon folder, you could be missing the folder "/Interface/AddOns/QuestMover". this is where QuestMover.lua and QuestMover.toc should be.
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Not Working
for some reason this addon isnt working for me
ive unzipped it into the Wow/Interface/addon folder and nothing what is wrong? |
|
|
![]() |