Chat messages are different in actual RO client

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

forbbs
Human
Human
Posts: 30
Joined: 26 Jul 2011, 21:03
Noob?: Yes

Chat messages are different in actual RO client

#1 Post by forbbs »

Hi,I'm running openkore on a private server.Most thing works ok except a problem:chat messages sent by openkore(using 'c' 'pm' etc) display differently in actual RO client.

Example:
in openkore console,it display "[selfchat] myname : here";
in actual RO client,it dsplay "|00here".

I believe it's caused by some wrong packet.I checked some files in src\Network\Send,but because I know little perl.Is there somebody can point which file should I check first?
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Chat messages are different in actual RO client

#2 Post by Raider »

No, I'm pretty sure the message won't contain the |00 in the client. I also have the problem that all the each message in the log starts with |00.
Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: Chat messages are different in actual RO client

#3 Post by Kaspy »

forbbs wrote:Hi,I'm running openkore on a private server.
What is the date of the private server? Chose the correct lists among kRO?
forbbs wrote:I checked some files in src\Network\Send,but because I know little perl.Is there somebody can point which file should I check first?
If you are sure that the problem is in sending the package (and probably really is), and using this on a private server, you should check into the src\Network\Send\kRO, in this case, Sakexe_0.pm and RagexeRE date equal and lower your server that is using the BOT.
Image
forbbs
Human
Human
Posts: 30
Joined: 26 Jul 2011, 21:03
Noob?: Yes

Re: Chat messages are different in actual RO client

#4 Post by forbbs »

Thank you.
RagexeRE date is 2011.11.22.2010_11_24a is the closest serverType for this private server but some issues.So I had also changed some packet switch in RagexeRE_2010_11_24a.pm for most thing working ok on this private server.

I tried actual client,it indeed display "|00" in front of any message sent by openkore.
Dark Airnel
Been there done that!
Been there done that!
Posts: 133
Joined: 09 Oct 2009, 01:43
Noob?: No

Re: Chat messages are different in actual RO client

#5 Post by Dark Airnel »

Try to change this in servers.txt:

Code: Select all

chatLangCode 0|1
You just need to set it up to the exact opposite of your current setting.
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Chat messages are different in actual RO client

#6 Post by Raider »

Dark Airnel wrote:Try to change this in servers.txt:

Code: Select all

chatLangCode 0|1
You just need to set it up to the exact opposite of your current setting.
Thanks, it worked!
forbbs
Human
Human
Posts: 30
Joined: 26 Jul 2011, 21:03
Noob?: Yes

Re: Chat messages are different in actual RO client

#7 Post by forbbs »

Dark Airnel wrote:Try to change this in servers.txt:

Code: Select all

chatLangCode 0|1
You just need to set it up to the exact opposite of your current setting.

Thank you very much,It works.