Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Room Join Packet (0x2111): Unknown bytes after game settings #4

Open
jglim opened this issue Apr 14, 2020 · 0 comments
Open

Room Join Packet (0x2111): Unknown bytes after game settings #4

jglim opened this issue Apr 14, 2020 · 0 comments

Comments

@jglim
Copy link
Owner

jglim commented Apr 14, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant