How do i make it so i put a packet into an emulator
Exampler:
From this:
#toServer>[4000]>[0][0][0]$ [0] RELEASE63-201210291147-399830411[0][0][0][6][13]˜[0][0][0][0]
to this:
public static int CheckReleaseMessageEvent = 4000;
i know the [4000] is the incoming event, and the #toClient> is the outgoing, but i dont know how to get the int CheckReleaseMessageEvent bit.
Exampler:
From this:
#toServer>[4000]>[0][0][0]$ [0] RELEASE63-201210291147-399830411[0][0][0][6][13]˜[0][0][0][0]
to this:
public static int CheckReleaseMessageEvent = 4000;
i know the [4000] is the incoming event, and the #toClient> is the outgoing, but i dont know how to get the int CheckReleaseMessageEvent bit.