Thread Tools Display Modes
10-23-08, 02:38 PM   #1
blackpandemic
A Flamescale Wyrmkin
 
blackpandemic's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jan 2008
Posts: 123
Quest Watcher Mover

Hey guys,

I've found out that lynSettings is causing some critical errors when I boot up WoW a lot of the time, and have sadly resorted to just turning it off permanently. I've replaced the frame that it added around the lynstats and the minimap with kgPanels, but I've noticed that the quest watcher frame was also moved via lynsettings.

Now, I don't really need a new quest addon (as I already use TourGuide, TomTom, and Lightheaded) but I'd like an addon that would let me move the quest watcher frame around so I can put it where it was when I had lynsettings on.

Anyone know of a small addon that lets me move that? Thanks!
__________________
"It is forbidden to kill; therefore all murderers are punished unless they kill in large numbers and to the sound of trumpets." -Voltaire
  Reply With Quote
10-23-08, 04:03 PM   #2
khurzog
A Frostmaul Preserver
 
khurzog's Avatar
Join Date: Dec 2007
Posts: 266
try uberquest


EDIT: sorry miss that you didnt want an entire new quest addon, although uberquest is quite uber. the only other thing i know of that does that is chinchilla, a minimap mod.

Last edited by khurzog : 10-23-08 at 04:08 PM.
  Reply With Quote
10-23-08, 04:07 PM   #3
blackpandemic
A Flamescale Wyrmkin
 
blackpandemic's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jan 2008
Posts: 123
This looks promising as I can get rid of 2 other addons with this one. Thanks for the find!
__________________
"It is forbidden to kill; therefore all murderers are punished unless they kill in large numbers and to the sound of trumpets." -Voltaire
  Reply With Quote
10-23-08, 04:30 PM   #4
Cralor
Mmm... cookies!!!
 
Cralor's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 772
Here is a bit of code that would do the same thing:

Code:
QuestWatchFrame:ClearAllPoints()
QuestWatchFrame:SetPoint("RIGHT", UIParent, -50, -300) --Position & Anchor
QuestWatchFrame.SetPoint = function() end
QuestWatchFrame:SetScale(1.2) --Choose your own scale, or delete
__________________
Never be satisfied with satisfactory.
  Reply With Quote
10-23-08, 05:50 PM   #5
blackpandemic
A Flamescale Wyrmkin
 
blackpandemic's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jan 2008
Posts: 123
UberQuest also has the same function as DoubleWide though so UQ consolidated some addons for me.

Thanks!
__________________
"It is forbidden to kill; therefore all murderers are punished unless they kill in large numbers and to the sound of trumpets." -Voltaire
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Quest Watcher Mover


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