Thread Tools Display Modes
07-26-08, 08:56 PM   #1
poonie83
A Murloc Raider
Join Date: Jul 2008
Posts: 5
Quest Information moved!

I downloaded Ryas UI and its working perfectly...EXCEPT that when you would get something for a quest and you have the notification ocme up on the right side of the screen w/ the quest name and 4/6 etc etc....is now stuck at the bottom amongst the buttons. I'm wondering what addon in Ryas would i use to move that information or get rid of it. THANK YOU!!
  Reply With Quote
07-27-08, 01:42 AM   #2
krage
A Kobold Labourer
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 1
That questwatcher frame is normally anchored to the minimap cluster. It's likely whatever mod is being used to move the minimap is moving the questwatch frame by extension.

You can move the questwatch frame around pretty easily with minimal code. I have these 3 lines in my personal tweaks addon to reposition it permanently to the middle of the right edge of my screen:

QuestWatchFrame:ClearAllPoints()
QuestWatchFrame:SetPoint("RIGHT",UIParent,"RIGHT",0,0)
QuestWatchFrame.SetPoint = function() end
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Quest Information moved!


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