-
Member
[Question][Help] Packet's
Hey,
I wanted to ask, how I become the packet IDs and packet's header from this release: RELEASE63-201211282304-772158650.
Here is an example: "public const short UserObject event = 2366," / / This is the packet ID, which you get with a packet logger
And then the header to get the credits of:
"Packet packet2 server = new Server Packet ();
packet2.AppendHeader ( 3435 ) / / This is the packet header. How I get it? Even with a packet logger?
packet2.Append (Session.Character.Credits);
Session.Send (packet2); "
The Id of the packet header is there: 3435!
How would I find out for, example diamonds.?
Sincerely.
If I get the id's with a packet logger, I wanted to ask if anyone has a working Packetlogger.
-
-
Member
Re: [Question][Help] Packet's
Well, Same way you found this Id's?