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
Chat help? o.o

Author Topic: Chat help? o.o  (Read 1536 times)

Waylander

  • Yuno Librarian
  • ***
  • Posts: 2933
  • Life is just one damned thing after another.
  • Main: Waylander
Chat help? o.o
« on: June 22, 2011, 01:58:19 pm »
How do you make it so your chat doesn't say how much damage you recieve or take?

Tiamat

  • Alduin
  • I know a Dark Priest, and he's cool.
  • ***
  • Posts: 1198
  • Question?
  • Main: GM Tiamat
  • Guild: Animus Staff
Re: Chat help? o.o
« Reply #1 on: June 22, 2011, 02:04:34 pm »
To the upper right corner there is going to be a target like circle, you click on that and either turn off "Battle Message Display" or "Battlefield Message Display". It is one of the two. :( I'm leaning more towards Battle Message Display.

Waylander

  • Yuno Librarian
  • ***
  • Posts: 2933
  • Life is just one damned thing after another.
  • Main: Waylander
Re: Chat help? o.o
« Reply #2 on: June 22, 2011, 02:07:11 pm »
Thank you so much, this has been bothering me for a while now xD

Tiamat

  • Alduin
  • I know a Dark Priest, and he's cool.
  • ***
  • Posts: 1198
  • Question?
  • Main: GM Tiamat
  • Guild: Animus Staff
Re: Chat help? o.o
« Reply #3 on: June 22, 2011, 02:08:40 pm »
You're welcome! :) Glad I could be of assistance!

rolover

  • Elder of Thanatos
  • ***
  • Posts: 5104
Re: Chat help? o.o
« Reply #4 on: June 22, 2011, 02:25:12 pm »
Hey Tiamat, maybe you can help my chat problems too ~_~
I've had custom chat tabs setup (guild chat, pvm lvling, etc) but they keep disappearing on me
Spoiler for stuff:

Item Class : Card
Compound on : Armor
Weight : 1


B>
S>
T>
Soul Ring   [ 0 ]   [Upper Head]   Item ID# 5257 (Soulless_Ring)
A halo and a pair of wings that are floating above a head. The item makes the wearer to look like a spirit that is walking on the earth.
MDEF + 2
Add a 1% chance of auto casting Level 1 Assumptio on the user when the user receives Physical Damage.
[+ Mobbing]
May cause mental retardation and loss of common sense

Tiamat

  • Alduin
  • I know a Dark Priest, and he's cool.
  • ***
  • Posts: 1198
  • Question?
  • Main: GM Tiamat
  • Guild: Animus Staff
Re: Chat help? o.o
« Reply #5 on: June 22, 2011, 02:26:11 pm »
Do you have the Lock on the upper right side in the LOCKED position? It's the farthest right icon. That might help with that. I know that makes it so you can't drag your tags, or change their names by accident.

BreakTheSilence

  • Mercenary Trader
  • **
  • Posts: 776
  • DIAF <3
  • Main: BreakTheSilence
Re: Chat help? o.o
« Reply #6 on: June 22, 2011, 10:21:22 pm »
Hey Tiamat, maybe you can help my chat problems too ~_~
I've had custom chat tabs setup (guild chat, pvm lvling, etc) but they keep disappearing on me

Go to C:\Games\AnimusRO\Data and find ChatWndInfo_U.lua. That is where your custom tab settings should be saved. Make sure you have it and if you open that lua file. You should be able to tell if your settings are being saved.

Here's what mine looks like.

Code: [Select]
CanDragWnd = 0

ChatSubWnd_1 = {
XPos = 0,
YPos = 0,
Width = 0,
Height = 0,
TabState = "On",
TabName = [[Battle Log]],
option1 = 0,
option2 = 1,
option3 = 1,
option4 = 1,
option5 = 1,
option6 = 0,
option7 = 0,
option8 = 0,
option9 = 0,
option10 = 0,
option11 = 0,
option12 = 1,
option13 = 0,
option14 = 0,
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 = [[Regular Log]],
option1 = 1,
option2 = 1,
option3 = 1,
option4 = 1,
option5 = 1,
option6 = 0,
option7 = 1,
option8 = 1,
option9 = 1,
option10 = 1,
option11 = 1,
option12 = 1,
option13 = 1,
option14 = 1,
option15 = 1,
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 = [[Experience]],
option1 = 1,
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 = 1,
option19 = 0,
option20 = 0,
option21 = 0,
}


If it's not saving. Perhaps try to run aRO as an Admin. Also, some AV software might not permit games like aRO to write on your HD and run on a sandbox.
Buying
Trading
Selling

Spoiler for Current Deals:
B>Ads 1m each
B>Valkyrie Shield [Maya] or Valkyrie Shield [1] and Maya Card
B>Ring (0) x10, Brooch(0), Earring (0)

rolover

  • Elder of Thanatos
  • ***
  • Posts: 5104
Re: Chat help? o.o
« Reply #7 on: June 22, 2011, 10:35:17 pm »
I tried locking and it doesn't work

As for chats, mine does customize, but then goes away after a couple of days. It might have coincided w/ when I used the patcher or updated sakray...not sure
Spoiler for stuff:

Item Class : Card
Compound on : Armor
Weight : 1


B>
S>
T>
Soul Ring   [ 0 ]   [Upper Head]   Item ID# 5257 (Soulless_Ring)
A halo and a pair of wings that are floating above a head. The item makes the wearer to look like a spirit that is walking on the earth.
MDEF + 2
Add a 1% chance of auto casting Level 1 Assumptio on the user when the user receives Physical Damage.
[+ Mobbing]
May cause mental retardation and loss of common sense

BreakTheSilence

  • Mercenary Trader
  • **
  • Posts: 776
  • DIAF <3
  • Main: BreakTheSilence
Re: Chat help? o.o
« Reply #8 on: June 22, 2011, 10:47:16 pm »
Updating your client shouldn't mess with those. At least from what I know. Unless you are doing a clean install.
Perhaps backup ChatWndInfo_U.lua and place it somewhere. Then when your custom tabs disappears again, just drop in a copy to your data folder. Not exactly the solution you're looking for but it should at least make it easier than re-creating the tabs again.
Buying
Trading
Selling

Spoiler for Current Deals:
B>Ads 1m each
B>Valkyrie Shield [Maya] or Valkyrie Shield [1] and Maya Card
B>Ring (0) x10, Brooch(0), Earring (0)

Arkensark

  • Mercenary Trader
  • **
  • Posts: 648
  • That which comes later cuts first
  • Main: Bazett McRemitz
Re: Chat help? o.o
« Reply #9 on: June 23, 2011, 05:24:07 am »
If it's not saving. Perhaps try to run aRO as an Admin. Also, some AV software might not permit games like aRO to write on your HD and run on a sandbox.

I tried locking and it doesn't work

As for chats, mine does customize, but then goes away after a couple of days. It might have coincided w/ when I used the patcher or updated sakray...not sure

If all that isn't working... What OS are you running? And where is your RO located? Since I know Windows 7 and I -think- Vista have issues writing files to RO (which is what you're trying to do with your chat tabs) if it's in 'Program Files'.



Spoiler for NEW Characters Mk V:

Click Me!




rolover

  • Elder of Thanatos
  • ***
  • Posts: 5104
Re: Chat help? o.o
« Reply #10 on: June 23, 2011, 08:05:20 am »
win7
its in my documents

@Break
yeah I was thinking of doing that next time I bother with the tabs
Spoiler for stuff:

Item Class : Card
Compound on : Armor
Weight : 1


B>
S>
T>
Soul Ring   [ 0 ]   [Upper Head]   Item ID# 5257 (Soulless_Ring)
A halo and a pair of wings that are floating above a head. The item makes the wearer to look like a spirit that is walking on the earth.
MDEF + 2
Add a 1% chance of auto casting Level 1 Assumptio on the user when the user receives Physical Damage.
[+ Mobbing]
May cause mental retardation and loss of common sense

BreakTheSilence

  • Mercenary Trader
  • **
  • Posts: 776
  • DIAF <3
  • Main: BreakTheSilence
Re: Chat help? o.o
« Reply #11 on: June 23, 2011, 11:34:33 am »
Well, Fidelis is back. He should be able to give you an answer that could actually solve your issue.
Buying
Trading
Selling

Spoiler for Current Deals:
B>Ads 1m each
B>Valkyrie Shield [Maya] or Valkyrie Shield [1] and Maya Card
B>Ring (0) x10, Brooch(0), Earring (0)