3.3.5 Chat changes

Lebuff

Huge, throbbing Member
May 1, 2007
1,302
Some scripts to remove the changes to the chat window in 3.3.5
Just in case the chat addons don't get updated or people don't want to use addons.

/script

-- To hide the huge Friends button on the chat window
FriendsMicroButton:Hide();

-- To no longer make tells be sticky
ChatTypeInfo.WHISPER.sticky = 0;
ChatTypeInfo.BN_WHISPER.sticky = 0;

-- Opacity of the currently selected chat tab.
-- Defaults are 1 and 0.4.
CHAT_FRAME_TAB_SELECTED_MOUSEOVER_ALPHA = 1
CHAT_FRAME_TAB_SELECTED_NOMOUSE_ALPHA = 0

-- Opacity of currently alerting chat tabs.
-- Defaults are 1 and 1.
CHAT_FRAME_TAB_ALERTING_MOUSEOVER_ALPHA = 1;
CHAT_FRAME_TAB_ALERTING_NOMOUSE_ALPHA = 0;

-- Opacity of non-selected, non-alerting chat tabs.
-- Defaults are 0.6 and 0.2.
CHAT_FRAME_TAB_NORMAL_MOUSEOVER_ALPHA = 0.6;
CHAT_FRAME_TAB_NORMAL_NOMOUSE_ALPHA = 0;