Jump to content
  • 0

Chat Windows


oohman

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  09/25/12
  • Last Seen:  

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 by Emistry
Please use [CODEBOX] or Attachments for long contents.
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

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 :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  09/25/12
  • Last Seen:  

Thanks!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   174
  • Joined:  12/14/11
  • Last Seen:  

solved? add the tag [solved] in front of the title and on the tags.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...