[HELP] Packet parsing 12/31/2014 - SRO Coding Corner - 6 Replies need to get red thing thanks.
Need some help about packet parsing 12/02/2014 - SRO Coding Corner - 1 Replies 21 01 00 00 !...............
01 ................
how i can read this packet via SilkroadSecurityApi?
[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 ...
[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();