Unknown Packets

06/07/2012 09:39 .Kinshi#1
Does anyone know what the following packets are used for?

Code:
Length: 80 Type: 1151
50 00 7F 04 02 00 00 00 00 00 00 00 00 00 00 00             P...............
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00             ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00             ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00             ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00             ................
54 51 43 6C 69 65 6E 74                                     TQClient
Code:
Length: 16 Type: 1044
10 00 14 04 00 00 01 00 01 00 00 00 EC 03 00 00             ................
54 51 43 6C 69 65 6E 74                                     TQClient
I assume one is used for achievements.
06/07/2012 14:12 -impulse-#2
1151 is for flowers/beers and 1044 could be for achievements (not sure about 1044.)
06/07/2012 14:47 Korvacs#3
Try dumping random data into it and see what happens.
06/07/2012 18:26 EgyWolf#4
i have same packets and idk ... might be for arena dialog(S) ?
06/07/2012 21:41 .Kinshi#5
1044 is interesting, if you send it back, the client keeps sending the same 1044 for what seems infinitely.
06/07/2012 22:15 Spirited#6
Packet 1044 is sent during the client's game authorization phase (before character initialization and world initialization). The server sends it in response to 1052 with a boolean value at offset 8 and 1002 at offset 12. The client then sends it back with a boolean value in offset 6. The sever then responds to that packet with 2078 and 2079. That's all I know.
06/07/2012 23:34 Zeroxelli#7
1044 is a confirmation for something, I have no idea at the moment as I'm not home, though.
06/08/2012 00:41 .Kinshi#8
Alright I got it, was just confused since the client was sending it back.
Thanks Fang and -impulse-