View Single Post
09-23-13, 05:03 PM   #22
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,934
Okay, the attached file contains a very simple action bar addon that is movable with a right click so it isn't in the way.

All it does is force a particular page on it so the buttons will remain empty until that page is available. I tested this with the vehicle bar index on the farm weeding.

The block of code that affects what is shown is as follows around line 34 :
Lua Code:
  1. -- As a standalone Action Bar
  2.  
  3. -- The below action page is used in instances like Drak'tharon Keep
  4. --actionBarFrame:SetAttribute( "actionpage", GetTempShapeshiftBarIndex() );
  5.  
  6. -- The below action page is used in little games like at the fayre
  7. --actionBarFrame:SetAttribute( "actionpage",GetOverrideBarIndex());
  8.  
  9. -- The below action page is used on the farm
  10. --actionBarFrame:SetAttribute( "actionpage",GetVehicleBarIndex());

If someone that is having this problem in nUI can give this a quick test through it would be appreciated. I suspect the OverrideBarIndex is the correct one looking at the video clip I posted so try that one first and see if you get lucky.

Simply take the -- off of the beginning of 1 of the SetAttribute line you want to check, save the file and reloading the UI before starting the scenario quest from the quest giver. Do them in turn a couple of times to make sure only 1 of them works (hopefully) and let me know which one always works and displays the buttons and allows you to use them properly. While you wait for a fix this can then be used in the interim, hopefully.

I'll then work out a simple way for people to test the scenario again to auto trigger the correct page based on a macro conditional on a main bar rather than a special bar of its own.
Attached Files
File Type: zip XUI_ActionBar.zip (2.3 KB, 369 views)
__________________


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