From 0d5946996db8714783c0d4ed4052265ca26944bd Mon Sep 17 00:00:00 2001 From: Sgeo Date: Sat, 3 Jun 2017 20:05:54 -0400 Subject: [PATCH] Saving --- Packet-types.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Packet-types.md diff --git a/Packet-types.md b/Packet-types.md new file mode 100644 index 0000000..f6809d8 --- /dev/null +++ b/Packet-types.md @@ -0,0 +1,9 @@ +* 0x01 = LONGLOC = Used for long movement and z-coordinate movement. +* 0x02 = STATE? +* 0x03 = PROP = Old-style property list, can be sent or received. +* 0x04 = SHORTLOC = Movement deltas, not along z-axis. +* 0x05 = ROOMCHNG = Indication of user changing rooms, includes new location within room +* 0x06 = SESSIONINIT = Used by client to log in to a server, and server to acknowledge and provider more information. Uses old-style property list +* 0x07 = SESSIONEXIT = Used by client to log off of a server, and server to acknowledge. Uses old-style property list. +* 0x08 = APPINIT = Usage unknown, does not seem to be sent by client. Modifies a state machine upon being received by client. Uses new-style property list. +* 0x0A = PROPREQ =