Script to "unhide" guild rep?

As you may be aware, there is an issue right now where the “rep tab” isn’t showing any reps for some people. I read that it is a bug tied to having your “guild rep” hidden. I have all my character’s guild reps hidden as I’ve been maxed on them for a long time.

Due to the bug I don’t have a way to unhide the rep, obviously. Does anyone have the ability to make a script that would “unhide” guild rep? This would solve my issue and many others if it existed.

Thanks for your time!

Try this (completely untested)

/run for i=1,GetNumFactions() do if IsFactionInactive(i) then SetFactionActive(i) end end

If that executes without triggering an error and doesn’t do it, try replacing GetNumFactions() with a big number.

Did not work

Edit: This one works after a reload. Thank you!

Appreciate it, sir!