Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 178

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 183

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 184

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 220

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 223

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 235

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 250

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 268
Print Page - Chat box issues -Solved-

Old aRO Forums

The 'Other' Section => AnesisRO Archive => Archive => General Questions => Topic started by: MinTako on May 01, 2010, 01:50:51 pm

Title: Chat box issues -Solved-
Post by: MinTako on May 01, 2010, 01:50:51 pm
I've actually got two problems with the chat box :x First of all, whenever I log in its in battle log by default where I cant see what others are writing and its just overall annoying having to switch over EVERY time I change chars. Is there a way to make it start off in the normal chat log when you log in? It starts off in chat log when I patch first but running exe puts it at battle log ;__;

Secondly, I was being pissed at the battle log and tried to switch the two and then my chat log just.. vanished .-. I've relogged and even tried repatching but I still only have battle log. I've done this before and I know there is a way to get it back.. I just kinda.. forgot >3>

Thanks in advance
Title: Re: Chat box issues
Post by: Talis on May 01, 2010, 02:17:46 pm
I've actually got two problems with the chat box :x First of all, whenever I log in its in battle log by default where I cant see what others are writing and its just overall annoying having to switch over EVERY time I change chars. Is there a way to make it start off in the normal chat log when you log in? It starts off in chat log when I patch first but running exe puts it at battle log ;__;

Secondly, I was being pissed at the battle log and tried to switch the two and then my chat log just.. vanished .-. I've relogged and even tried repatching but I still only have battle log. I've done this before and I know there is a way to get it back.. I just kinda.. forgot >3>

Thanks in advance

You can either simply turn on all desired options in the tab that you do have left and simply rename that, or if you'd like the default one back do the following:

Go into your data folder and open ChatWndInfo_U.lua with editor; Remove everything it contains and then copy and paste the following in:
Code: [Select]
CanDragWnd = 1

ChatSubWnd_1 = {
XPos = 0,
YPos = 0,
Width = 0,
Height = 0,
TabState = "On",
TabName = "Regular Log",
option1 = 1,
option2 = 1,
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,
}

ChatSubWnd_2 = {
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,
}


Save the file, start RO and it should all be back to normal! =)
Title: Re: Chat box issues
Post by: MinTako on May 01, 2010, 02:46:16 pm
Alright thank you! x3 So if I got it all back to normal I could basically just set the options for the tabs reverse from what they are now, or just modify them to what I like best? Also I noticed you can create new tabs, are you able to name them or will they have to stay as New_Tab1 and so on.
Edit: Nvm i took a look at the code you had posted, and I assume I can change the name from there. At least I will go try that now XD
Title: Re: Chat box issues
Post by: Talis on May 01, 2010, 03:00:32 pm
Alright thank you! x3 So if I got it all back to normal I could basically just set the options for the tabs reverse from what they are now, or just modify them to what I like best? Also I noticed you can create new tabs, are you able to name them or will they have to stay as New_Tab1 and so on.
Edit: Nvm i took a look at the code you had posted, and I assume I can change the name from there. At least I will go try that now XD

You can just change the name of a tab by double clicking the tab ingame =)
Title: Re: Chat box issues
Post by: MinTako on May 01, 2010, 04:34:18 pm
D'oh /headdesk
Okay thanks again for all the help x3