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;
}

SMSG have a header of 4 bytes.

SMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x022 / Littleuint16opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x0432 / -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]