View Single Post
10-05-14, 11:30 AM   #13
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by 10leej View Post
No never got around to making an in game config. There's also no actual micro menu that's hidden at the top of BobUI>modules>actionbars>bar.lua I use Click Menu to handle the micromenu functions. However looks like everything is for the most part fine, thanks for taking the time to do all that for me

def9 got your error report try commenting out BobUI>modules>actionbars>bar.lua line 42 and 43 (thats also whats causing the actionbars to error out as it's towards the top)

Lua Code:
  1. PVPMicroButton:SetScale(0.0001)
  2. PVPMicroButton:EnableMouse(false)

Anyways I'll see about getting those fixes posted. Got a beta page setup pending a certain someones approval of course.
I've only logged into the beta once, but i'm pretty sure about the PVPMicroButton got removed, and there is a new LFDMicroButton to replace any pve and pvp tabs.
  Reply With Quote