[Question][Help] Packet's

Results 1 to 2 of 2
  1. #1
    Member Silas R is offline
    MemberRank
    May 2012 Join Date
    51Posts

    [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.


  2. #2
    Member aagje323 is offline
    MemberRank
    Sep 2011 Join Date
    netherlandsLocation
    50Posts

    Re: [Question][Help] Packet's

    Well, Same way you found this Id's?



Advertisement