Thread Tools Display Modes
11-30-14, 11:14 AM   #1
Heliocentric
A Defias Bandit
Join Date: Oct 2014
Posts: 3
Garrison Mission Completion Pop-up

Is there any way to move the location of the garrison mission completion popup thing? Right now it appears right in front of my party/raid frames. It's particularly annoying when I'm healing and it shows up and I cant see half the party/raid until it goes away. Thanks
  Reply With Quote
11-30-14, 07:20 PM   #2
Karyy
A Deviate Faerie Dragon
Join Date: Nov 2014
Posts: 14
What i've haphazardly done is to delete

Code:
function AlertFrameMove:AlertFrame_SetGarrisonMissionAlertFrameAnchors(alertAnchor)
    if ( GarrisonMissionAlertFrame and GarrisonMissionAlertFrame:IsShown() ) then
        GarrisonMissionAlertFrame:SetPoint(AFPosition, alertAnchor, AFAnchor, 0, AFYOffset);
        alertAnchor = GarrisonMissionAlertFrame;
    end
end
Out of AlertFrameMove.lua

It'll spit an error, but I couldn't be bothered to properly go about getting it moved - it annoyed me more often that I liked seeing a mission completed.
  Reply With Quote
11-30-14, 08:32 PM   #3
geekyadam
A Black Drake
 
geekyadam's Avatar
Join Date: Jan 2013
Posts: 83
Unless Nib or Gethe add the functionality, you will have to use the MoveAnything add-on.
__________________
  Reply With Quote
12-02-14, 01:09 AM   #4
groin
A Cyclonian
AddOn Compiler - Click to view compilations
Join Date: Nov 2008
Posts: 45
I have the same problem with loot won in istance..
  Reply With Quote

WoWInterface » Featured Projects » RealUI » Garrison Mission Completion Pop-up


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