Thread: Chat Box
View Single Post
  #1  
Unread 12-18-2014, 03:18 PM
Epheo Epheo is offline
A Young Mystail Rat
 
Join Date: Jul 2005
Server: Antonia Bayle
Posts: 2
Default Chat Box

I am trying to have duplicate chat channels in multiple tabs. For instance I want to have my tells in 2 of my tabs so that i dont have to constantly switch between them.

The google search I did only turned up a fix in EQ2's ini folder. I tried modifying my ini file in the same way:


cl_ui_skinname DrumsUI
cl_ui_subdir UI/

# Sets options to advanced mode by default
cl_options_advanced 1

# Sets the default Auto Attack bar on/off
cl_show_autoattack_bar true

# Enable Anti-Aliasing support (enable here, then set via your graphics card driver)
r_aa_blit 1

# Allow the possibility to have chat channels in more than one tab/window
chat_allowduplicatechannels 1

#Force EQ2 to listen to your custom cl_screenwidth and cl_screenheight parameters
cl_validate_resolution false

#Set EQ2 to auto-reduce gfx quality to save memory
disable_auto_low_mem_mode 1


As you can see I have "chat_allowduplicatechannels 1" but I cannot have tells in posted in multiple tabs. I can however have "general" post to multiple tabs. Any ideas on how to fix this?
Reply With Quote