View Single Post
10-29-12, 08:37 AM   #4
crazyivan
A Murloc Raider
Join Date: Oct 2008
Posts: 8
Originally Posted by Kitten_Wizard View Post
Can't seem to get the extra action bar to work.
I can't see any options for making it show up and doing anything with the above code just does nothing beyond making a single button that for some reason removes a button from another bar I use.
Try this and see if it fixes the problem

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