Parsing 02/24/2013 - SRO Coding Corner - 2 Replies Hey, can anyone please parse that packet(3013), its for my bot, but I got problem when I'm trying to parse charname and X,Y cords, others I know probably. Thanks...
Here it is:
4d e8 62 2b 79 07 00 00 44 37 37 4d db be 00 00 M.b+y...D77M....
00 00 00 57 01 00 00 a4 cd 92 00 00 00 00 00 aa ...W............
05 00 00 00 00 05 00 00 00 00 8f 09 00 00 d1 17 ................
00 00 00 00 00 00 00 00 00 00 00 00 37 2d 00 00 ............7-..
00 00 00 03 75 00 00 00 00 00 00...
Packet parsing continue.. 07/19/2012 - SRO Coding Corner - 3 Replies Hello, I just have problems with packets again -.-"
01 ................
02 ................
01 ................
0D ................
00 00 00 00 ................
[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();