Blizzard made some changes to the score frame and it causes those issues. I made a quickfix for myself, but didn't have time to go through it all that much last night. Hopefully an updated version will be up, or I will take another look after work.
Working version of honorFu, harcoded the width of the scoreframe and fixed coloring (and not tested for the arena as I haven't set my foot there yet, there has been changes in that area so it might bork in there).
Fixed that the other day, but since there hasn't been an official fix yet, I'll upload this as an attachment for those in need.
when i leave the arena... the scoreboard is fucked up (not a big issue) but sometimes it does not show..which is a big issue as i cannot leave the arena :/
I pm'd the solution so it should be in soon I think.
Meanwhile you can fix it yourself:
I don't have the old version so I am not 100% sure, but I think it was line 369, change it to
local button = _G["WorldStateScoreButton" .. i .. "Name"]
and it should work again (they changed the name from "NameButtonName" or something like that.
The row below is "if button then -- FIXME" if it isn't line 369. (I have a few things added in my file, so the line numbers doesn't match the official version)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
and this is with the most recent update that was updated today
Fixed that the other day, but since there hasn't been an official fix yet, I'll upload this as an attachment for those in need.
Sry for my bad english
Meanwhile you can fix it yourself:
I don't have the old version so I am not 100% sure, but I think it was line 369, change it to
and it should work again (they changed the name from "NameButtonName" or something like that.
The row below is "if button then -- FIXME" if it isn't line 369. (I have a few things added in my file, so the line numbers doesn't match the official version)