You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
gunbound-server/GunBoundServer/gameserver.py
Line 1043 in 46af0e7
The first
FFFF
(uint16) is the room's consumable item lock status, whereFFFF
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 using0x3102
SVC_ROOM_CHANGE_USEITEM.The remaining
FFFF FFFF FFFF
are still unknown.The text was updated successfully, but these errors were encountered: