oohman Posted October 7, 2012 Posted October 7, 2012 (edited) I added several chat tabs on my client how to make the message appear on the right chat tab? Party Chat - All about party chat log Guild Chat - All about guild chat log Battle Log - All about battle log General Chat - The rest here without party/guild/battle chat Broadcast - All broadcast messages will show also in general chat thanks in advance here is my ChatWndInfo_U.lua CanDragWnd = 1 ChatSubWnd_1 = { XPos = 0, YPos = 0, Width = 0, Height = 0, TabState = "On", TabName = [[General Chat]], option1 = 1, option2 = 0, option3 = 1, option4 = 1, option5 = 1, option6 = 1, option7 = 1, option8 = 1, option9 = 1, option10 = 1, option11 = 1, option12 = 1, option13 = 1, option14 = 1, option15 = 0, option16 = 0, option17 = 0, option18 = 0, option19 = 0, option20 = 0, option21 = 0, } ChatSubWnd_2 = { XPos = 0, YPos = 0, Width = 0, Height = 0, TabState = "On", TabName = [[Party Chat]], option1 = 0, option2 = 1, option3 = 0, option4 = 0, option5 = 0, option6 = 0, option7 = 0, option8 = 0, option9 = 0, option10 = 0, option11 = 0, option12 = 0, option13 = 0, option14 = 0, option15 = 0, option16 = 0, option17 = 0, option18 = 0, option19 = 0, option20 = 0, option21 = 0, } ChatSubWnd_3 = { XPos = 0, YPos = 0, Width = 0, Height = 0, TabState = "On", TabName = [[Guild Chat]], option1 = 0, option2 = 0, option3 = 1, option4 = 0, option5 = 0, option6 = 0, option7 = 0, option8 = 0, option9 = 0, option10 = 0, option11 = 0, option12 = 0, option13 = 0, option14 = 0, option15 = 0, option16 = 0, option17 = 0, option18 = 0, option19 = 0, option20 = 0, option21 = 0, } ChatSubWnd_4 = { XPos = 0, YPos = 0, Width = 0, Height = 0, TabState = "On", TabName = [[battle Log]], option1 = 0, option2 = 0, option3 = 0, option4 = 0, option5 = 0, option6 = 0, option7 = 0, option8 = 0, option9 = 0, option10 = 0, option11 = 0, option12 = 0, option13 = 0, option14 = 0, option15 = 0, option16 = 0, option17 = 0, option18 = 0, option19 = 0, option20 = 0, option21 = 0, } Edited October 7, 2012 by Emistry Please use [CODEBOX] or Attachments for long contents. Quote
nanakiwurtz Posted October 7, 2012 Posted October 7, 2012 You can edit those settings in-game, to add a new tab, click + on chat. After your tab has been created, click the circle button (to the left of >> button) to open the configuration window. Choose what you want to show on that particular tab from there Quote
Winz Posted October 7, 2012 Posted October 7, 2012 solved? add the tag [solved] in front of the title and on the tags. Quote
Question
oohman
I added several chat tabs on my client how to make the message appear on the right chat tab?
Party Chat - All about party chat log
Guild Chat - All about guild chat log
Battle Log - All about battle log
General Chat - The rest here without party/guild/battle chat
Broadcast - All broadcast messages will show also in general chat
thanks in advance here is my ChatWndInfo_U.lua
Edited by EmistryPlease use [CODEBOX] or Attachments for long contents.
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.