Edit on GitHub
This packet reports if a locker combination attempt was valid or not.
This packet is a response to GameService Client 0x00CC Locker Combination Attempt.
Name | Type | Summary |
---|---|---|
result | u4 |
Key | Value |
---|---|
results::locker_combination_valid | 0 |
results::locker_combination_invalid | 117 |
meta:
id: gameservice_server_016c_locker_combination_response
title: GameService Server Locker Combination Response
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: result
type: u4
enum: results
enums:
results:
0: locker_combination_valid
117: locker_combination_invalid