View Single Post
12-16-22, 10:54 PM   #3
DireKnack
A Murloc Raider
Join Date: Mar 2010
Posts: 4
Thank you so much for looking at this for me! I realize now the BuffFrame.lua thing I was looking at online wasn't up to date (even though it showed updated yesterday) so thank you for linking the townlong-yak one. I will just extract the Blizzard files going forward so I'm not wasting time.

I was able to get it working with the following:

Lua Code:
  1. BuffFrame.CollapseAndExpandButton:SetChecked(false)
  2.     BuffFrame.CollapseAndExpandButton:UpdateOrientation()
  3.     BuffFrame:SetBuffsExpandedState()

I hope none of this is bad practice? >.<

It shows toggled hidden on login and on reload. Also seems to toggle normally without generating LUA errors.
  Reply With Quote