View Single Post
07-26-16, 12:03 PM   #29
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Just to post it here. Razorgore fight is using the possessbar condition. But there are no buttons for action bar index 11 for that condition. Instead it is using the same action bar index as vehicleui which is 12.

http://imgur.com/a/w95MV
http://imgur.com/a/Xr5K8

I changed the state driver for bar1 to:
Lua Code:
  1. RegisterStateDriver(frame, "page", "[overridebar]14;[shapeshift]13;[vehicleui]12;[possessbar]12;[bonusbar:5]11;[bonusbar:4]10;[bonusbar:3]9;[bonusbar:2]8;[bonusbar:1]7;[bar:6]6;[bar:5]5;[bar:4]4;[bar:3]3;[bar:2]2;1")

Mind Control is using action bar index 12 aswell:
http://imgur.com/a/aNGiR
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 07-26-16 at 12:21 PM.