SMSG_TUTORIAL_FLAGS
Client Version 1, Client Version 2, Client Version 3
Data for which tutorials the client has passed.
All bits set means that all tutorials have been passed.
Must be sent after SMSG_LOGIN_VERIFY_WORLD otherwise the client will SEGFAULT.
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/character_screen/smsg_tutorial_flags.wowm:6
.
smsg SMSG_TUTORIAL_FLAGS = 0x00FD {
u32[8] tutorial_data;
}
Header
SMSG have a header of 4 bytes.
SMSG Header
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
0x02 | 2 / Little | uint16 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x04 | 32 / - | u32[8] | tutorial_data |
Examples
Example 1
0, 34, // size
253, 0, // opcode (253)
255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, // tutorial_data: u32[8]