Thread: Quick Question
View Single Post
08-01-09, 02:37 PM   #1
neuralassassin
A Scalebane Royal Guard
 
neuralassassin's Avatar
Join Date: Sep 2008
Posts: 423
Quick Question

Scott I was trying to see if that right click self cast mod RightWing could be ported over to work with nUI, its just six lines of code setting the blizzard bars
Code:
MainMenuBarArtFrame:SetAttribute("unit2", "player"); 
MultiBarLeft:SetAttribute("unit2", "player");
MultiBarRight:SetAttribute("unit2", "player");
MultiBarBottomLeft:SetAttribute("unit2", "player");
MultiBarBottomRight:SetAttribute("unit2", "player");
BonusActionBarFrame:SetAttribute("unit2", "player");
Guess what I am asking is the only reason it doesn't work because the action bars are renamed or are there further changes to the action bars in nUI that will prevent it? I tried renaming them with nUIMainBar, nUIBottomLeftBar and so on but it didn't work
__________________


Last edited by neuralassassin : 08-01-09 at 02:39 PM.