So I have been using a set of two macros to turn off some combat effects when doing content with lots of people, another macro to swap things back once I am done.
I just noticed that the /bfx targets are not changing my graphics settings at all. Soundeffect part is working correctly. Can anyone point to where I have gone wrong or if this is a bug?
Macros are formed like this:
/bfx party simple
/bfx other off
/soundeffects party 50
/soundeffectsother 20
second macro to toggle them back to higher is
/bfx party all
/bfx other simple
/soundeffects party 75
/soundeffects party 50
Now as said the sound effects part will change around when I press the macro, I can see that with the menu open. But bfx part does absolutely nothing. I am sure this macro worked before, came back recently from a long break and now nothing is happening.