Page 2 of 2

Re: Chat filter macro

Posted: Fri Dec 16, 2022 2:19 pm
by Fenris78
sullemunk wrote: Thu Dec 15, 2022 10:18 pm you can do a

Code: Select all

/script for k,v in pairs(ChatSettings.Channels) do EA_ChatWindow.Print(towstring(k)..L": "..towstring(ChatSettings.Channels[k].name)) end
and it'll print out all the chatfilter ID's in the chatlog
Ah many thanks !
Is there a way to concatenate chat values to mute multiple channels at once, without repeating macro ?
I'll like to disable 10+ channels, but the macro text is limited to get everyone at once (and would require multiple macroes wich is not very practical).

Can I use something like :
/script LogDisplaySetFilterState("EA_ChatTab1TextLog", "Chat", [10,18,30,34...], false) ?