View Single Post
09-28-13, 06:17 PM   #6
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,934
Not quite sure what happened with the file as there are no comments in the update to say it had been changed but if you look at the following block of code and find the similar block in the nUI_Movers.lua file in the plugin folder and change it to the block I show afterward it should allow you to use the mover system again ... and hopefully Scott will spot this post

Lua Code:
  1. {
  2.     frameName = "QuestWatchFrame",
  3.     labelText = "Watched Quests",
  4.     parent = nil,
  5.     addOn = nil,
  6.     exclusionFrames =
  7.     {
  8.         [1] = "WatchFrame"
  9.     },
  10.     requiredFrames = nil,
  11.     defaultPosition =
  12.     {
  13.         anchorPt = "TOPLEFT",
  14.         relativeTo = "nUI_TopBars",
  15.         relativePt = "BOTTOMLEFT",
  16.         xOfs = 50,
  17.         yOds = 120
  18.     },
  19. },

Lua Code:
  1. {
  2. --  frameName = "QuestWatchFrame",
  3.     frameName = "WatchFrame",
  4.     labelText = "Watched Quests",
  5.     parent = nil,
  6.     addOn = nil,
  7. --  exclusionFrames =
  8. --  {
  9. --      [1] = "WatchFrame"
  10. --  },
  11.     requiredFrames = nil,
  12.     defaultPosition =
  13.     {
  14.         anchorPt = "TOPLEFT",
  15.         relativeTo = "nUI_TopBars",
  16.         relativePt = "BOTTOMLEFT",
  17.         xOfs = 50,
  18.         yOds = 120
  19.     },
  20. },
__________________


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