|
client_join_request.extend(bytes.fromhex("FF FF FF FF FF FF FF FF")) # 4x WORDs? |
The first FFFF (uint16) is the room's consumable item lock status, where FFFF enables all items. If the host locks any items, any new players joining the room will not be aware of the existing consumable item lock state. The consumable item lock status is set by the room keybearer using 0x3102 SVC_ROOM_CHANGE_USEITEM.
The remaining FFFF FFFF FFFF are still unknown.
gunbound-server/GunBoundServer/gameserver.py
Line 1043 in 46af0e7
The first
FFFF(uint16) is the room's consumable item lock status, whereFFFFenables all items. If the host locks any items, any new players joining the room will not be aware of the existing consumable item lock state. The consumable item lock status is set by the room keybearer using0x3102SVC_ROOM_CHANGE_USEITEM.The remaining
FFFF FFFF FFFFare still unknown.