View Single Post
10-10-12, 09:05 AM   #2
crazyivan
A Murloc Raider
Join Date: Oct 2008
Posts: 8
I did the same thing and here is how you fix it

hopefully someone can help you with a better answer. I couldn't figure out how to add it in game, but looking in the account saved variables, I saw this in Ion.lua and am pretty sure it's the Extra Action Button info: It's at the top just after IonGDB = { :

["xbars"] = {
{
["arcLength"] = 359,
["objectStrata"] = "LOW",
["snapToPoint"] = false,
["snapTo"] = false,
["bindColor"] = "1;1;1;1",
["snapToPad"] = 0,
["hidestates"] = ":extrabar0:",
["y"] = 195.7151641845703,
["x"] = 0.56842041015625,
["name"] = "Extra Action Bar 1",
["padH"] = 0,
["barStrata"] = "MEDIUM",
["shape"] = 1,
["auracolor1"] = "0;0.82;0;1",
["macroColor"] = "1;1;1;1",
["scale"] = 0.65,
["cdcolor2"] = "1;0.1;0.1;1",
["padV"] = 0,
["debuffcolor"] = "0.8;0;0;1",
["fadeSpeed"] = 0.5,
["columns"] = false,
["countColor"] = "1;1;1;1",
["autoHide"] = false,
["buffcolor"] = "0;0.8;0;1",
["alpha"] = 1,
["cdcolor1"] = "1;0.82;0;1",
["rangecolor"] = "0.7;0.15;0.15;1",
["objectList"] = "1",
["point"] = "BOTTOM",
["showGrid"] = false,
["auracolor2"] = "1;0.1;0.1;1",
["snapToFrame"] = false,
["arcStart"] = 0,
["alphaUp"] = "Off",
}, -- [1]
},

Maybe you can try to copy and paste this and see if you can get it to work.

Good luck!
  Reply With Quote