for me don't work... maybe i'm stupid...:confused:Quote:
this ho the login packet looks like:003815420000 +(userid in hex)+ 00000020+(sessionid in hex)+0006+(clientversion in hex)++(server id in hex)
server id is like int1 or es4?? is coded in 4 hex character?
this part 003815420000 what means??
i send this packet in this way:
Code:
str = "003815420000" +userid_hex+ "00000020"+sessionid_hex+"0006"+clientversion_hex+server_id_hex; socket.Send(packet, str.Length, SocketFlags.None);