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?
Chat messages are different in actual RO client
Moderator: Moderators
-
- Human
- Posts: 30
- Joined: 26 Jul 2011, 21:03
- Noob?: Yes
-
- 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
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.
-
- Halfway to Eternity
- Posts: 398
- Joined: 08 Jun 2012, 15:42
- Noob?: No
- Location: Brazil
Re: Chat messages are different in actual RO client
What is the date of the private server? Chose the correct lists among kRO?forbbs wrote:Hi,I'm running openkore on a private server.
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.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?
-
- Human
- Posts: 30
- Joined: 26 Jul 2011, 21:03
- Noob?: Yes
Re: Chat messages are different in actual RO client
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.
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.
-
- Been there done that!
- Posts: 133
- Joined: 09 Oct 2009, 01:43
- Noob?: No
Re: Chat messages are different in actual RO client
Try to change this in servers.txt:
You just need to set it up to the exact opposite of your current setting.
Code: Select all
chatLangCode 0|1
-
- 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
Thanks, it worked!Dark Airnel wrote:Try to change this in servers.txt:
You just need to set it up to the exact opposite of your current setting.Code: Select all
chatLangCode 0|1
-
- Human
- Posts: 30
- Joined: 26 Jul 2011, 21:03
- Noob?: Yes
Re: Chat messages are different in actual RO client
Dark Airnel wrote:Try to change this in servers.txt:
You just need to set it up to the exact opposite of your current setting.Code: Select all
chatLangCode 0|1
Thank you very much,It works.