Thread: Love and Hate
View Single Post
10-01-12, 01:21 PM   #27
crazyivan
A Murloc Raider
Join Date: Oct 2008
Posts: 8
Originally Posted by Haord1974 View Post
Ok, figured it out, it was Pitbull not showing alternate power bar or whatever.

However, after disabling all that stuff in Pitbull, the Extra Action Bar still doesn't show the button, only the ornamental stuff left and right. And clicking the non-button doesn't work.
I believe that the button still has the wrong id in ion.

If you want to venture in testing, open up Ion_ExtraBar.lua in the Ion folder with a text editor (like Notepad ++ ) and go to line 410 and change:

self.actionID = 133

to

self.actionID = 169

this change fixes the problem
  Reply With Quote