summaryrefslogtreecommitdiff
path: root/Packet-types.md
diff options
context:
space:
mode:
authorSgeo <[email protected]>2017-06-03 20:05:54 -0400
committerSgeo <[email protected]>2017-06-03 20:05:54 -0400
commit0d5946996db8714783c0d4ed4052265ca26944bd (patch)
tree827f85c772acb290c0fd9eff19c98b88fe303cea /Packet-types.md
parentCreated VARs (markdown) (diff)
downloadlibreworlds-wiki-0d5946996db8714783c0d4ed4052265ca26944bd.tar.xz
libreworlds-wiki-0d5946996db8714783c0d4ed4052265ca26944bd.zip
Saving
Diffstat (limited to 'Packet-types.md')
-rw-r--r--Packet-types.md9
1 files changed, 9 insertions, 0 deletions
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 =