[Request]Whisper string packet v5165

12/15/2010 20:55 stealarcher#1
This is for tanels 5165 source. For some reason when whispering someone, you get the other parties whisper inside the whisper box, but your own whispers do not show up. I believe its something to do with the chat subtype 2110. Any ideas?
12/16/2010 02:49 TaiZer#2
If i remember well this subtype make the spouse name appear in the chat box. So i think you have to send the spouse name.
If you want to make the avatar its in the message packet.
12/16/2010 04:11 stealarcher#3
Well, the whisper boxes are only showing the received message, and not the message that is sent by the client Im trying to get the messages sent by the client to display in that message box. I believe that its done by this subtype.
12/16/2010 08:00 pro4never#4
Make sure you are sending the correct whisper packet BACK to the client. If not it won't show in that screen (IE: the chat id, to, from, etcetc)
12/16/2010 09:52 Korvacs#5
The whisper chat window appears and functions with just sending a whisper chat packet, as long as your sending the right info in that packet, and sending the packets at the right time you will get the window working. If you want the spouse (and other things? dont remember) you will need to send a 1015 string packet, the structure for this is on the wiki iirc, it just doesnt contain every known switch for it (pretty easy to discover these just make a commmand that takes a switch as an input and have the command send "Test" with the switch number you entered to your client and see what changes (if anything).
12/16/2010 16:46 stealarcher#6
alright. thanks a lot for the help. will check it out.
01/10/2011 00:24 stealarcher#7
#bump still having the same issue, I found that 2110 is the offline message, so thats not correct. I believe its subtype 26 of packet 1015 still.