From bb42075812d319b024f92dca6d6584602fe72dfe Mon Sep 17 00:00:00 2001 From: Sgeo Date: Sat, 3 Jun 2017 20:21:16 -0400 Subject: [PATCH] Updated Packet types (markdown) --- Packet-types.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Packet-types.md b/Packet-types.md index 76bb04c..9d0235f 100644 --- a/Packet-types.md +++ b/Packet-types.md @@ -10,3 +10,5 @@ * 0x0B = DISAPPR = Used by server to indicate a Drone should disappear. * 0x0C = APPRACTR = Used by server to indicate a Drone should appear at a room (indicated with a u16), at x, y, z, dir. * 0x0D = REGOBJID = Used by server to associate a long Object ID with a short Object ID, to save bandwidth. These associations seem to be per connection. The object ID in the packet frame is not used for this, and is 0xFF (target connection). +* 0x0E = TEXT = Used for chat. Includes an ObjID in the data itself, the ObjID in the packet frame is ignored. +* 0x0F = PROPSET =