Does anyone have the packet structure for 2051[BroadcastMsgBoard]?

08/03/2013 20:57 Mr_PoP#1
as the title says does anyone have the packet structure for 2051[BroadcastMsgBoard]?
08/03/2013 21:24 Spirited#2
Quote:
Originally Posted by Mr_PoP View Post
as the title says does anyone have the packet structure for 2051[BroadcastMsgBoard]?
This is all I have as far as that packet goes. I haven't attempted to implement broadcast messages yet. I'm very certain there are implementations of it in public sources though.

Code:
Packet 133 -- TQServer -- Length: 15 | 23 -- Type: 2050
0F 00 02 08 01 00 00 00 00 00 00 00 00 00 00 54 ;              T
51 43 6C 69 65 6E 74                            ;   QClient


Packet 134 -- TQClient -- Length: 12 | 20 -- Type: 2051
0C 00 03 08 00 00 00 00 00 00 00 00 54 51 53 65 ;            TQSe
72 76 65 72                                     ;   rver
Code:
Packet Nr 391. SENDING -> Client, Length : 20, PacketType: 2051
0C 00 03 08 00 00 00 00 00 00 00 00 54 51 53 65      ;         TQSe
72 76 65 72                                          ;rver
08/04/2013 14:56 CptSky#3
I think Bone's C++ source had a fully implemented broadcast system.
08/05/2013 02:35 -impulse-#4
For a C# version check out the leaked Trinity source. It was ported from Bone's C++ implementation. Credits were not given in the code as far as I can remember, but the credits for the broadcast packets that are in the Trinity source go to Bone.
08/05/2013 15:51 Mr_PoP#5
aha thanks guys , Already got help from {Angeles} , that thread can be closed now :)