Page 1 of 1

Is there an addon to fade the chat faster

PostPosted: Thu Dec 17, 2015 5:40 am
by joshbpepper
Wht ends up happening is I keep reading the SAME messages over and over 30x and it drives me nuts.

Re: Is there an addon to fade the chat faster

PostPosted: Fri Dec 18, 2015 4:04 pm
by Bit
This should do it (replace the 3 with whatever time in seconds you want it to be visible for)
Code: Select all
/script for i=1,6 do getglobal('ChatFrame'..i):SetTimeVisible(3) end

Note you have to use this every time you log into the game. To make it automatic someone would have to turn it into an addon. I may do it later if I have time.