From e12f162457eae7717ddf0465daed20b997d86061 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 28 Sep 2023 21:16:14 -0400 Subject: [PATCH] Update Network.Packet Commands --- Network.Packet-Commands.md | 58 +++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/Network.Packet-Commands.md b/Network.Packet-Commands.md index 165cd0a..241b3ba 100644 --- a/Network.Packet-Commands.md +++ b/Network.Packet-Commands.md @@ -1,31 +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 +| 01 | ✗ | ✗ | [LongLocation](Network.CMD_LONGLOC) | Used for long movement and z-coordinate movement. | +| 02 | | | [State](Network.CMD_STATE) | Updates current processing state of client. Functionality removed. | +| 03 | ✗ | ✗ | [Properties](Network.CMD_PROP) | Old Property list. | +| 04 | ✗ | ✗ | [ShortLocation](Network.CMD_SHORTLOC) | X and Y movement deltas. | +| 05 | ✗ | ✗ | [RoomChange](Network.CMD_ROOMCHNG) | Indication of user changing rooms, includes new location within room. | +| 06 | ✗ | ✗ | [SessionInit](Network.CMD_SESSINIT) | Used by client to log in to a server, and server to acknowledge. Uses old property list | +| 07 | ✗ | ✗ | [SessionExit](Network.CMD_SESSEXIT) | Used by client to log off of a server, and server to acknowledge. Uses old property list. | +| 08 | ✗ | | [AppInit](Network.CMD_APPINIT) | Usage unknown. Modifies a state machine upon being received by client. | +| 0A | | ✗ | [PropertyRequest](Network.CMD_PROPREQ) | Request properties of Object ID. | +| 0B | ✗ | | [DisappearActor](Network.CMD_DISAPPR) | Indicate a Drone should disappear. | +| 0C | ✗ | | [AppearActor](Network.CMD_APPRACTR) | Indicate a Drone should appear in a room at location. | +| 0D | ✗ | | [RegisterObjectID](Network.CMD_REGOBJID) | Associate a long Object ID with a short Object ID. | +| 0E | ✗ | ✗ | [Text](Network.CMD_TEXT) | Used for room chat. | +| 0F | ✗ | ✗ | [PropertySet](Network.CMD_PROPSET) | Update properties of a given Object ID. | +| 10 | ✗ | | [PropertyUpdate](Network.CMD_PROPUPD) | Update properties on the given Object ID. | +| 11 | ✗ | ✗ | [Whisper](Network.CMD_WHISPER) | Used for whispers. | +| 12 | ✗ | ✗ | [Teleport](Network.CMD_TELEPORT) | New position and room of user or self. | +| 14 | | ✗ | [RoomIDRequest](Network.CMD_ROOMIDRQ) | Request room ID and RoomServer from a room name. | +| 15 | ✗ | | [RoomID](Network.CMD_ROOMID) | Associate room name with numeric room ID and RoomServer. | +| 16 | | ✗ | [SubscribeRoom](Network.CMD_SUBROOM) | Subscribe to a rooms' activity. | +| 17 | | ✗ | [UnsubscribeRoom](Network.CMD_UNSUBROOM) | Unsubscribe to a rooms' activity. | +| 18 | | ✗ | [SubscribeDist](Network.CMD_SUBDIST) | | +| 19 | ✗ | | [Redirect](Network.CMD_REDIRECT) | Redirect current room to new address. Superseded by REDIRID. | +| 1A | ✗ | | [RedirectID](Network.CMD_REDIRID) | Redirect current room to a new ID and RoomServer. | +| 1B | | ✗ | [FingerRequest](Network.CMD_FINGREQ) | Request the state of a dynamic object for a user. Superseded by PROPSET. | +| 1C | ✗ | | [FingerReply](Network.CMD_FINGREP) | Properties on fingerable dynamic object. A server response to FINGREQ. Superseded by PROPSET. | +| 1D | | ✗ | [BuddyListUpdate](Network.CMD_BUDLISTUPD) | Add or remove a buddy from buddy list. | +| 1E | ✗ | | [BuddyListNotify](Network.CMD_BUDLISTNOT) | Notify if buddy went online or offline. | +| 1F | | ✗ | [CHANNEL](Network.CMD_CHANNEL) | Change dimensions. | \ No newline at end of file