Jump to content
  • 0

Battle Logs at Chat box


Zagreuz

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   5
  • Joined:  11/19/11
  • Last Seen:  

hello guys, me again :)

see the picture below ~

chat_box.png

how am i suppose to "turn off" those messages every time i do damage >_<

kinda triple search all the conf in the battle still doesn't found any related settings

;) help would much appriciated :(

Link to comment
Share on other sites

14 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

kinda triple search all the conf in the battle still doesn't found any related settings

it is not in the conf file..

but your LUA Files....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   5
  • Joined:  11/19/11
  • Last Seen:  

oh, i see , lua files aye, okay, which one is it ? currently im using Lub , so i need to use Lua after this and diff a new client, but for lua files, which is compatible enouf for 2010-07-30aRagexeRE hex ? as for lub i know which. Or just takes from the svn to the latest versio or i need to take from a diffrent version ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

Hi LordOfHero

ROdataChatWndInfo_U.lua

CanDragWnd = 1
ChatSubWnd_1 = {
XPos = 0,
YPos = 0,
Width = 0,
Height = 0,
TabState = "On",
TabName = [[Regular Chat]],
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,
option20 = 0,
option21 = 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,
option20 = 0,
option21 = 0,
}

i'll post the screenshot for the option names~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

yeah pretty sure you can enable.disable with the circular icon. near the keyboard icon

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

Hi LordofHero!

me again

here's the follow up screenshot

Sorry for Late post!

but i wish this can help you again

post-296-0-86941100-1325045517_thumb.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   5
  • Joined:  11/19/11
  • Last Seen:  

thank you very much KeiKun & Judas, i thought it was server sided, as i want to reduces the lag from the server side, but seems its client sided, well, i think the communication between server and client can be reduced if client doesn't ask too much log to be place out LOL :(

and , did the "Lua Files" stopped at rev 130 only ? . compatible with 2010-07-30aRagexeRE right ? if i change to use all lua beside lub's

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

thank you very much KeiKun & Judas, i thought it was server sided, as i want to reduces the lag from the server side, but seems its client sided, well, i think the communication between server and client can be reduced if client doesn't ask too much log to be place out LOL :(

and , did the "Lua Files" stopped at rev 130 only ? . compatible with 2010-07-30aRagexeRE right ? if i change to use all lua beside lub's

yep

its outdated~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   5
  • Joined:  11/19/11
  • Last Seen:  

gosh, it's outdated, even still, average people doesn't know how to decompile a "lubs" file to lua >_<"

btw, thanks KeiKun :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   5
  • Joined:  11/19/11
  • Last Seen:  

the latest one of lua can be use with 2010-07-30aRagexeRE without error's right Judas ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

the latest one of lua can be use with 2010-07-30aRagexeRE without error's right Judas ?

hi the thing your talking about is lub

lub must match with your client

lua must always be latest~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   5
  • Joined:  11/19/11
  • Last Seen:  

well, if im using lub, i can't edit the lub files right ? need to decompile that stuff, so using the lua files is the way to edit without decompiling lubs~ so my point up there is , do i need to "svn up" the lua files to the last revision ? "130" or do i need to use somewhere around 129 or 127 revision ?

annnnnnnd ~ lua must always be latest, means i can use latest lua's but still can use the 2010 hex clients ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

well, if im using lub, i can't edit the lub files right ? need to decompile that stuff, so using the lua files is the way to edit without decompiling lubs~ so my point up there is , do i need to "svn up" the lua files to the last revision ? "130" or do i need to use somewhere around 129 or 127 revision ?

annnnnnnd ~ lua must always be latest, means i can use latest lua's but still can use the 2010 hex clients ?

Hi

yes your right

about lua and lub

for now

currently the lua and lub are outdated

same as Translation Pack

you can use other Releases

like Calcium Kid's Basic Client

since the release is quite complete

and updated lua and lub too~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   5
  • Joined:  11/19/11
  • Last Seen:  

ouh, okay then, thanks for helping guys, and also KeiKun thanks for your time =)

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...