SMSG_CHARACTER_LOGIN_FAILED

Client Version 1

Response if CMSG_PLAYER_LOGIN fails. If successful it should instead be SMSG_LOGIN_VERIFY_WORLD.

Client seems to always send a CMSG_CANCEL_TRADE after receiving this message, for unknown reasons.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/smsg_character_login_failed.wowm:3.

smsg SMSG_CHARACTER_LOGIN_FAILED = 0x0041 {
    WorldResult result;
}

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
0x041 / -WorldResultresult

Examples

Example 1

0, 3, // size
65, 0, // opcode (65)
65, // result: WorldResult CHAR_LOGIN_FAILED (0x41)

Client Version 2.4.3

Response if CMSG_PLAYER_LOGIN fails. If successful it should instead be SMSG_LOGIN_VERIFY_WORLD.

Client seems to always send a CMSG_CANCEL_TRADE after receiving this message, for unknown reasons.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/smsg_character_login_failed.wowm:3.

smsg SMSG_CHARACTER_LOGIN_FAILED = 0x0041 {
    WorldResult result;
}

Header

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
0x041 / -WorldResultresult

Client Version 3.3.5

Response if CMSG_PLAYER_LOGIN fails. If successful it should instead be SMSG_LOGIN_VERIFY_WORLD.

Client seems to always send a CMSG_CANCEL_TRADE after receiving this message, for unknown reasons.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/smsg_character_login_failed.wowm:3.

smsg SMSG_CHARACTER_LOGIN_FAILED = 0x0041 {
    WorldResult result;
}

Header

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
0x041 / -WorldResultresult