diff --git a/Network.Packet-Commands.md b/Network.Packet-Commands.md index 2c1444d..d13f5f1 100644 --- a/Network.Packet-Commands.md +++ b/Network.Packet-Commands.md @@ -5,8 +5,8 @@ | 3 | ✗ | ✗ | [Properties](Network.CMD_PROP) | Old Property list. | | 4 | ✗ | | [ShortLocation](Network.CMD_SHORTLOC) | X and Y movement deltas. | | 5 | ✗ | ✗ | [RoomChange](Network.CMD_ROOMCHNG) | Indication of user changing rooms, includes new location within room. | -| 6 | ✗ | ✗ | [SessionInit](Network.CMD_SESSINIT) | Used by client to log in to a server, and server to acknowledge. Uses old property list | -| 7 | ✗ | ✗ | [SessionExit](Network.CMD_SESSEXIT) | Used by client to log off of a server, and server to acknowledge. Uses old property list. | +| 6 | ✗ | ✗ | [SessionInit](Network.CMD_SESSINIT) | Used by client to log in to a server, and server to acknowledge. | +| 7 | ✗ | ✗ | [SessionExit](Network.CMD_SESSEXIT) | Used by client to log off of a server, and server to acknowledge. | | 8 | ✗ | | [AppInit](Network.CMD_APPINIT) | Usage unknown. Modifies a state machine upon being received by client. | | 10 | | ✗ | [PropertyRequest](Network.CMD_PROPREQ) | Request properties of Object ID. | | 11 | ✗ | | [DisappearActor](Network.CMD_DISAPPR) | Indicate a Drone should disappear. | @@ -19,9 +19,9 @@ | 18 | ✗ | ✗ | [Teleport](Network.CMD_TELEPORT) | New position and room of user or self. | | 20 | | ✗ | [RoomIDRequest](Network.CMD_ROOMIDRQ) | Request room ID and RoomServer from a room name. | | 21 | ✗ | | [RoomID](Network.CMD_ROOMID) | Associate room name with numeric room ID and RoomServer. | -| 22 | | ✗ | [SubscribeRoom](Network.CMD_SUBROOM) | Subscribe to a rooms' activity. | -| 23 | | ✗ | [UnsubscribeRoom](Network.CMD_UNSUBROOM) | Unsubscribe to a rooms' activity. | -| 24 | | ✗ | [SubscribeDist](Network.CMD_SUBDIST) | | +| 22 | | ✗ | [SubscribeRoom](Network.CMD_SUBROOM) | Subscribe to drone activity in room. | +| 23 | | ✗ | [UnsubscribeRoom](Network.CMD_UNSUBROOM) | Unsubscribe to drone activity in room. | +| 24 | | ✗ | [SubscribeDist](Network.CMD_SUBDIST) | Subscribe to drone activity in room based on distance. Used to check if drones can be loaded. | | 25 | ✗ | | [Redirect](Network.CMD_REDIRECT) | Redirect current room to new address. Superseded by REDIRID. | | 26 | ✗ | | [RedirectID](Network.CMD_REDIRID) | Redirect current room to a new ID and RoomServer. | | 27 | | ✗ | [FingerRequest](Network.CMD_FINGREQ) | Request the state of a dynamic object for a user. Superseded by PROPSET. |