Packet parsing continue..

07/13/2012 11:11 M4n1ak#1
Hello, I just have problems with packets again -.-"


Code:
[S -> C][B151]
01                                                ................
02                                                ................
01                                                ................
0D                                                ................
00 00 00 00                                       ................
E3 98 00 00                                       ................
0A                                                ................
00 00 70 C0 04 00 00 00                           ..p.............
96 00 00 00                                       ................
05                                                ................
A3 01 00 00 C8 00 00 00                           ................
A5 01 00 00 64 00 00 00                           ....d...........
A4 01 00 00 3C 00 00 00                           ....<...........
A2 01 00 00 08 00 00 00                           ................
A1 01 00 00 08 00 00 00                           ................
01                                                ................
00                                                ................
02                                                ................
01                                                ................
00                                                ................
7D A3 00 00 04 00 00 00                           }...............
It's alchemy result with stones..
How to parse this lol? :D

A3 01 00 00 C8 00 00 00 - it's qword i guess?

It's right parsed?
Code:
$dummy = ParseByte()
$dummy = ParseByte()
$dummy = ParseByte()
$dummy = ParseByte()
$dummy = ParseDWord()
$dummy = ParseDWord()
$dummy = ParseByte()
$dummy = ParseQWord()
$dummy = ParseDWord()
$dummy = ParseByte()
$dummy = ParseQWord()
$dummy = ParseQWord()
$dummy = ParseQWord()
$dummy = ParseQWord()
$dummy = ParseQWord()
$dummy = ParseByte()
$dummy = ParseByte()
$dummy = ParseByte()
$dummy = ParseByte()
$dummy = ParseByte()
$dummy = ParseQWord()
I just need to parse stats like att phy, mag, att rate, reinf's and blue's..

Thanks for reply..
07/13/2012 14:41 vorosmihaly#2
[byte] unknown(some type stuff)
[byte] unknown(??)
[byte] isFailed
[byte] item slot in inventory
[dword] 0 //no idea what could it be
[dword] itemID
[byte] plus value
[qword] item stats (phy,mag dmg w/e,each byte represents one of those.)
[dword] durability
[byte] blues count
foreach blues
{
[dword] blue ID (magic option ID,you can call it w/e you want)
[dword] value
}
rest are related to socket stones as far as I know,but not sure. :)
07/13/2012 17:51 M4n1ak#3
Thanks! :)
07/19/2012 17:19 intercsaki#4
Quote:
Originally Posted by M4n1ak View Post
Thanks! :)
You know, there's a button for that.. :)