[r7562] twRO: private message received error

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
jackylalala
Noob
Noob
Posts: 5
Joined: 21 Oct 2010, 05:35
Noob?: Yes

[r7562] twRO: private message received error

#1 Post by jackylalala »

When a private message received, there is nothing on the console window, only display as such format:
(From: [player name]) :
the message has no content.

If I modified the file "src\Network\Receive\ServerType0.pm" as below:
origin:
'0097' => ['private_message', 'v Z24 Z*', [qw(len privMsgUser privMsg)]],

to modifiy:
'0097' => ['private_message', 'v Z28 Z*', [qw(len privMsgUser privMsg)]],

The message's content will display on the console window.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: [r7562] twRO: private message received error

#2 Post by EternalHarvest »

In r7565.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: [r7562] twRO: private message received error

#3 Post by kLabMouse »

I don't think it's 'v Z28 Z*'.
it should be 'v Z24 V Z*' as the third param is AID.

DrKN
Developers
Developers
Posts: 79
Joined: 06 Oct 2010, 09:22
Noob?: No

Re: [r7562] twRO: private message received error

#4 Post by DrKN »

I cant sure why it is using 24 but it is really fix the problem.
I have wrote it into twRO src, i will have a test on it when i have time.

Post Reply