Update Network.Packet Commands

Wirlaburla 2023-09-28 21:16:14 -04:00
parent 3be8ee7490
commit e12f162457

@ -1,31 +1,31 @@
| ID | S | C | Short Name | Description | | ID | S | C | Short Name | Description |
| -- | - | - | ---------- | ----------- | | -- | - | - | ---------- | ----------- |
| 01 | ✗ | ✗ | LONGLOC | Used for long movement and z-coordinate movement. | | 01 | ✗ | ✗ | [LongLocation](Network.CMD_LONGLOC) | Used for long movement and z-coordinate movement. |
| 02 | | | STATE | Updates current processing state of client. Functionality removed. | | 02 | | | [State](Network.CMD_STATE) | Updates current processing state of client. Functionality removed. |
| 03 | ✗ | ✗ | PROP | Old Property lists. | | 03 | ✗ | ✗ | [Properties](Network.CMD_PROP) | Old Property list. |
| 04 | ✗ | ✗ | SHORTLOC | X and Y movement deltas. | | 04 | ✗ | ✗ | [ShortLocation](Network.CMD_SHORTLOC) | X and Y movement deltas. |
| 05 | ? | ? | ROOMCHNG | Indication of user changing rooms, includes new location within room. Superseded by TELEPORT. | | 05 | ✗ | ✗ | [RoomChange](Network.CMD_ROOMCHNG) | Indication of user changing rooms, includes new location within room. |
| 06 | ✗ | ✗ | SESSINIT | Used by client to log in to a server, and server to acknowledge. Uses old property list | | 06 | ✗ | ✗ | [SessionInit](Network.CMD_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. | | 07 | ✗ | ✗ | [SessionExit](Network.CMD_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. | | 08 | ✗ | | [AppInit](Network.CMD_APPINIT) | Usage unknown. Modifies a state machine upon being received by client. |
| 0A | | ✗ | PROPREQ | Request properties of Object ID. | | 0A | | ✗ | [PropertyRequest](Network.CMD_PROPREQ) | Request properties of Object ID. |
| 0B | ✗ | | DISAPPR | Indicate a Drone should disappear. | | 0B | ✗ | | [DisappearActor](Network.CMD_DISAPPR) | Indicate a Drone should disappear. |
| 0C | ✗ | | APPRACTR | Indicate a Drone should appear in a room at location. | | 0C | ✗ | | [AppearActor](Network.CMD_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. | | 0D | ✗ | | [RegisterObjectID](Network.CMD_REGOBJID) | Associate a long Object ID with a short Object ID. |
| 0E | ✗ | ✗ | TEXT | Used for room chat. | | 0E | ✗ | ✗ | [Text](Network.CMD_TEXT) | Used for room chat. |
| 0F | ✗ | ✗ | PROPSET | Update properties of a given Object ID. | | 0F | ✗ | ✗ | [PropertySet](Network.CMD_PROPSET) | Update properties of a given Object ID. |
| 10 | ✗ | | PROPUPD | Update properties on the given Object ID. | | 10 | ✗ | | [PropertyUpdate](Network.CMD_PROPUPD) | Update properties on the given Object ID. |
| 11 | ✗ | ✗ | WHISPER | Used for whispers. | | 11 | ✗ | ✗ | [Whisper](Network.CMD_WHISPER) | Used for whispers. |
| 12 | ✗ | ✗ | TELEPORT | New position and room of user or self. | | 12 | ✗ | ✗ | [Teleport](Network.CMD_TELEPORT) | New position and room of user or self. |
| 14 | | ✗ | ROOMIDRQ | Request room ID and RoomServer from a room name. | | 14 | | ✗ | [RoomIDRequest](Network.CMD_ROOMIDRQ) | Request room ID and RoomServer from a room name. |
| 15 | ✗ | | ROOMID | Associate room name with numeric room ID and RoomServer. | | 15 | ✗ | | [RoomID](Network.CMD_ROOMID) | Associate room name with numeric room ID and RoomServer. |
| 16 | | ✗ | SUBSCRIB | Subscribe to a rooms' activity. | | 16 | | ✗ | [SubscribeRoom](Network.CMD_SUBROOM) | Subscribe to a rooms' activity. |
| 17 | | ✗ | UNSUBSCR | Unsubscribe to a rooms' activity. | | 17 | | ✗ | [UnsubscribeRoom](Network.CMD_UNSUBROOM) | Unsubscribe to a rooms' activity. |
| 18 | | ✗ | SUB-DIST | | | 18 | | ✗ | [SubscribeDist](Network.CMD_SUBDIST) | |
| 19 | ✗ | | REDIRECT | Redirect current room to new address. Superseded by REDIRID. | | 19 | ✗ | | [Redirect](Network.CMD_REDIRECT) | Redirect current room to new address. Superseded by REDIRID. |
| 1A | ✗ | | REDIRID | Redirect current room to a new ID and RoomServer. | | 1A | ✗ | | [RedirectID](Network.CMD_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. | | 1B | | ✗ | [FingerRequest](Network.CMD_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. | | 1C | ✗ | | [FingerReply](Network.CMD_FINGREP) | Properties on fingerable dynamic object. A server response to FINGREQ. Superseded by PROPSET. |
| 1D | | ✗ | BUDDYLISTUPDATE | Add or remove a buddy from buddy list. | | 1D | | ✗ | [BuddyListUpdate](Network.CMD_BUDLISTUPD) | Add or remove a buddy from buddy list. |
| 1E | ✗ | | BUDDYLISTNOTIFY | Notify if buddy went online or offline. | | 1E | ✗ | | [BuddyListNotify](Network.CMD_BUDLISTNOT) | Notify if buddy went online or offline. |
| 1F | | ✗ | CHANNEL | Change dimensions. | | 1F | | ✗ | [CHANNEL](Network.CMD_CHANNEL) | Change dimensions. |