View Single Post
04-25-16, 02:37 AM   #4
Mazzop
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 74
If rogue uses stealth and first action bar changes, first button there is slot 73, not 1. Maybe there is problem with visual part of your code. Are you using something like button:GetID() to identify buttons/slots?

If you need events, there is a list in ActionBarController.lua - it maybe would be good idea to look there and inside ActionButton.lua too.

Here is exactly what you need, i think - http://wowwiki.wikia.com/wiki/API_GetBonusBarOffset

Last edited by Mazzop : 04-25-16 at 03:28 AM.
  Reply With Quote