Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Coding Corner
You last visited: Today at 22:52

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Packet parsing continue..

Discussion on Packet parsing continue.. within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2009
Posts: 291
Received Thanks: 164
Packet parsing continue..

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?

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..
M4n1ak is offline  
Old 07/13/2012, 14:41   #2
 
elite*gold: 0
Join Date: Nov 2007
Posts: 959
Received Thanks: 602
[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.
vorosmihaly is offline  
Thanks
1 User
Old 07/13/2012, 17:51   #3
 
elite*gold: 0
Join Date: Mar 2009
Posts: 291
Received Thanks: 164
Thanks!
M4n1ak is offline  
Old 07/19/2012, 17:19   #4
 
elite*gold: 130
Join Date: Mar 2008
Posts: 2,485
Received Thanks: 934
Quote:
Originally Posted by M4n1ak View Post
Thanks!
You know, there's a button for that..
intercsaki is offline  
Reply


Similar Threads Similar Threads
[Need Help]Parsing groupspawn packet[3019]
10/27/2011 - SRO Coding Corner - 2 Replies
i have problem with buffs of groupspawn packet sometimes silkroad sends 06 ................ 0B 26 00 00 .&.............. B1 9A 04 00 ................ 17 26 00 00 .&.............. 36 90 05 00 6............... 02 ................ D2 26 00 00 ...
Parsing Character Data Packet
10/22/2011 - SRO Coding Corner - 6 Replies
Hello guys. i have to say first thank you everyone here. i learned a lot of thing from here. and sorry for my poor english. im working on it :P So, my problem about character data. i found Nep7Un2 post http://www.elitepvpers.com/forum/sro-ask-experts/3 90076-request-packet-structure-chardata-packet.htm l#post5289110 a while ago. that is correct and i parsed all of data but im stuck on character coordinate. i cant parsing it how can i calculate. i tried some way from walking structures like...
[Need Help]Parsing solo spawn packet[3015]
10/20/2011 - SRO Coding Corner - 5 Replies
public static void ParseSoloSpawn(Packet p) { Packet copy1 = p; copy1.Skip(copy1.GetBytes().Length - 1); int type = copy1.Readbyte(); if (type == 1) { int charid = p.ReadInt32(); p.ReadInt32(); p.Readbyte();



All times are GMT +1. The time now is 22:53.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.