[Question] Whisper Bug?

03/14/2011 20:18 EternityViruz#1
Hello :)
im having a bug on my server! Hmm..
when people is whispering to eatchother( Normal players, GM and PM's)
then cant see what they type, the whisper box is blank, like it was empty!

can someone show me a fix for it?

i've been looking around, but i cant find the one that fix that they see the text

PS: 5165 - NewestCOServer

-- plz dont say NewestCOServer SUCKS, i know --

Thanks :)
03/14/2011 20:22 pro4never#2
Sounds to me like you haven't replied to the client's request for the whisper string.

There's a request string packet and one of the subtypes is the client requesting the whisper information.

You need to format a string response based on the target's information (level/bp/etc) and reply.
03/14/2011 20:33 EternityViruz#3
Quote:
Originally Posted by pro4never View Post
Sounds to me like you haven't replied to the client's request for the whisper string.

There's a request string packet and one of the subtypes is the client requesting the whisper information.

You need to format a string response based on the target's information (level/bp/etc) and reply.
packet 1015// string packet
subtype 26

public class WhisperDetails:Network.GamePackets.ClientBasePacke t

?
thats the correct pleace?
03/14/2011 21:20 pro4never#4
Yupp looks like it.

Assuming that is structured properly AND the chat packet is being used in the correct way (mesh/uid and w/e of the characters to/from) then it should be working :S
03/14/2011 21:38 EternityViruz#5
Quote:
Originally Posted by pro4never View Post
Yupp looks like it.

Assuming that is structured properly AND the chat packet is being used in the correct way (mesh/uid and w/e of the characters to/from) then it should be working :S
im not so good in C# so can u plz tell me how to do it? :D
03/15/2011 00:05 Syst3m_W1z4rd#6
Quote:
Originally Posted by pro4never View Post
Yupp looks like it.

Assuming that is structured properly AND the chat packet is being used in the correct way (mesh/uid and w/e of the characters to/from) then it should be working :S
Messagepacket in newestcoserver got wrong offset, goes for most packets.