View Single Post
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,929
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:	2177
Size:	1.53 MB
ID:	7943  
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818