From 3be8ee749018591d2aa61c639cde1ce6b99281fe Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 28 Sep 2023 21:02:03 -0400 Subject: [PATCH] Add Network.Packet Commands --- Network.Packet-Commands.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Network.Packet-Commands.md diff --git a/Network.Packet-Commands.md b/Network.Packet-Commands.md new file mode 100644 index 0000000..165cd0a --- /dev/null +++ b/Network.Packet-Commands.md @@ -0,0 +1,31 @@ +| ID | S | C | Short Name | Description | +| -- | - | - | ---------- | ----------- | +| 01 | ✗ | ✗ | LONGLOC | Used for long movement and z-coordinate movement. | +| 02 | | | STATE | Updates current processing state of client. Functionality removed. | +| 03 | ✗ | ✗ | PROP | Old Property lists. | +| 04 | ✗ | ✗ | SHORTLOC | X and Y movement deltas. | +| 05 | ? | ? | ROOMCHNG | Indication of user changing rooms, includes new location within room. Superseded by TELEPORT. | +| 06 | ✗ | ✗ | SESSINIT | Used by client to log in to a server, and server to acknowledge. Uses old property list | +| 07 | ✗ | ✗ | SESSEXIT | Used by client to log off of a server, and server to acknowledge. Uses old property list. | +| 08 | ✗ | | APPINIT | Usage unknown. Modifies a state machine upon being received by client. | +| 0A | | ✗ | PROPREQ | Request properties of Object ID. | +| 0B | ✗ | | DISAPPR | Indicate a Drone should disappear. | +| 0C | ✗ | | APPRACTR | Indicate a Drone should appear in a room at location. | +| 0D | ✗ | | REGOBJID | Associate a long Object ID with a short Object ID. These associations seem to be per connection. | +| 0E | ✗ | ✗ | TEXT | Used for room chat. | +| 0F | ✗ | ✗ | PROPSET | Update properties of a given Object ID. | +| 10 | ✗ | | PROPUPD | Update properties on the given Object ID. | +| 11 | ✗ | ✗ | WHISPER | Used for whispers. | +| 12 | ✗ | ✗ | TELEPORT | New position and room of user or self. | +| 14 | | ✗ | ROOMIDRQ | Request room ID and RoomServer from a room name. | +| 15 | ✗ | | ROOMID | Associate room name with numeric room ID and RoomServer. | +| 16 | | ✗ | SUBSCRIB | Subscribe to a rooms' activity. | +| 17 | | ✗ | UNSUBSCR | Unsubscribe to a rooms' activity. | +| 18 | | ✗ | SUB-DIST | | +| 19 | ✗ | | REDIRECT | Redirect current room to new address. Superseded by REDIRID. | +| 1A | ✗ | | REDIRID | Redirect current room to a new ID and RoomServer. | +| 1B | | ✗ | FINGREQ | Request the state of a dynamic object for a user. Superseded by PROPSET. | +| 1C | ✗ | | FINGREP | Properties on fingerable dynamic object. A server response to FINGREQ. Superseded by PROPSET. | +| 1D | | ✗ | BUDDYLISTUPDATE | Add or remove a buddy from buddy list. | +| 1E | ✗ | | BUDDYLISTNOTIFY | Notify if buddy went online or offline. | +| 1F | | ✗ | CHANNEL | Change dimensions. | \ No newline at end of file