Thread Tools Display Modes
Prev Previous Post   Next Post Next
11-17-13, 05:59 PM   #1
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Archaeology Dig Site Progress Bar

Not sure when it was added as I don't do archaeology much if at all but they have added a dig site progress bar to the game.

At present it isn't movable in nUI but with the following change it will be.

In nUI\Plugins\nUI_Movers.lua find the section starting nUI_Movers.managedFrames = and notice that there is a table just above it ..

Add the following just inside in the closing brace so it is the last frame that is movable using the left mousebutton.

Lua Code:
  1. {
  2.         frameName = "ArcheologyDigsiteProgressBar",
  3.         addOn = "Blizzard_ArchaeologyUI",
  4.         parentName = nil
  5.     },

The screenshot shows the movability option now in place and in the same place where blizzard puts it currently.
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_111713_235220.jpg
Views:	2165
Size:	1.53 MB
ID:	7943  
__________________
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Archaeology Dig Site Progress Bar

Thread Tools
Display Modes

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