diff options
| author | Sgeo <[email protected]> | 2017-06-03 20:52:01 -0400 |
|---|---|---|
| committer | Sgeo <[email protected]> | 2017-06-03 20:52:01 -0400 |
| commit | 89059940bab1a242dac7132274e2b7fe08e8d857 (patch) | |
| tree | 1f6ef27cfabadc0f0ca996e389d8c1afb171000b | |
| parent | Updated Packet types (markdown) (diff) | |
| download | libreworlds-wiki-89059940bab1a242dac7132274e2b7fe08e8d857.tar.xz libreworlds-wiki-89059940bab1a242dac7132274e2b7fe08e8d857.zip | |
Updated Packet types (markdown)
| -rw-r--r-- | Packet-types.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Packet-types.md b/Packet-types.md index 4e11e44..e13f7cc 100644 --- a/Packet-types.md +++ b/Packet-types.md @@ -15,12 +15,12 @@ * 0x10 = PROPUPD = Sent from server to client with a new-style property list to update properties on the given ObjID. * 0x11 = WHISPER = Whispering. Includes a sender ID, and uses frame's ObjID for destination. * 0x12 = TELEPORT = Sent to server for teleporting, sent from server for drones teleporting (includes entering and leaving). -* 0x14 = ROOMIDRQ = Sent to server to request numeric room ID for room name (e.g. "GroundZero#ChatElevator<dimension-1>"). +* 0x14 = ROOMIDRQ = Sent to server to request numeric room ID for room name (e.g. "GroundZero#ChatElevator\<dimension-1\>"). * 0x15 = ROOMID = Reply from sever to associate room name with numeric room ID. * 0x16 = SUBSCRIB (subscribe room) = Subscribe to a room (with numeric room ID) at a location and a distance. * 0x17 = UNSUBSCR = Unsubscribe from a room. * 0x18 = SUB-DIST = Subscribe to a room at a distance? Mostly after having moved, but I'm unclear on this. It is in use, as is SUBSCRIB. * 0x19 = REDIRECT = No-op. -* 0x1A = REDIRID = Sent from server to client to reassign room ID<->room name mapping and point to a different RoomServer? +* 0x1A = REDIRID = Sent from server to client to reassign room ID\<-\>room name mapping and point to a different RoomServer? * 0x1B = FINGREQ = Unused. * 0x1C = FINGREP = Unused. |