Thread: beta
View Single Post
07-07-12, 04:14 PM   #47
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,929
Yeah, the argent dailies work with it ..

Got the vehicle bar showing but as you can see with these two screenshots, its not quite right yet...

All I had to do was adjust the RegisterStateDriver statement in nUI_ButtonBar.lua to say the following instead, although all on one line...

Lua Code:
  1. RegisterStateDriver(nUI_ActionBar, "page", "[vehicleui] 12; [bar:2] 2;
  2. [bar:3] 3; [bar:4] 4; [bar:5] 5; [bar:6] 6;
  3. [bonusbar:1] 7; [bonusbar:2] 8; [bonusbar:3] 9;
  4. [bonusbar:4] 10; [bonusbar:5] 11;1" );

I believe bonusbar5 is the extra action bar page so it may have resolved that issue somewhat.

Still a ways to go but I'll try and get it sorted over the next few days work and personal time permitting.


Also, new error if you log in while mounted ..
Code:
Message: Interface\AddOns\nUI\Units\nUI_UnitRange.lua:166: attempt to index local 'player_info' (a nil value)
Time: 07/07/12 23:30:34
Count: 1
Stack: Interface\AddOns\nUI\Units\nUI_UnitRange.lua:166: in function <Interface\AddOns\nUI\Units\nUI_UnitRange.lua:161>
Interface\AddOns\nUI\Units\nUI_UnitRange.lua:279: in function <Interface\AddOns\nUI\Units\nUI_UnitRange.lua:264>

Locals: player_info = nil
(*temporary) = <table> {
}
(*temporary) = "player"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'player_info' (a nil value)"
SpellHasRange = <function> defined =[C]:-1
ExcludedRangedSpells = <table> {
 Flare = 1
 Raptor Strike = 1
 Eyes of the Beast = 1
 Misdirection = 1
 Fishing = 1
 Hunter's Mark = 1
 Eagle Eye = 1
 Dismiss Pet = 1
}
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_070712_224720.jpg
Views:	453
Size:	163.8 KB
ID:	7022  Click image for larger version

Name:	WoWScrnShot_070712_230737.jpg
Views:	463
Size:	187.3 KB
ID:	7023  
__________________


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

Last edited by Xrystal : 07-07-12 at 04:31 PM.