TransferAbortReason

Client Version 1.12

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/movement/smsg/smsg_transfer_aborted.wowm:1.

enum TransferAbortReason : u8 { NONE = 0x00; IS_FULL = 0x01; NOT_FOUND = 0x02; TOO_MANY_INSTANCES = 0x03; ZONE_IS_IN_COMBAT = 0x05; }

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
NONE0 (0x00)
IS_FULL1 (0x01)
NOT_FOUND2 (0x02)
TOO_MANY_INSTANCES3 (0x03)
ZONE_IS_IN_COMBAT5 (0x05)

Used in:

Client Version 2.4.3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/movement/smsg/smsg_transfer_aborted.wowm:20.

enum TransferAbortReason : u8 { NONE = 0x00; IS_FULL = 0x01; NOT_FOUND = 0x02; TOO_MANY_INSTANCES = 0x03; ZONE_IS_IN_COMBAT = 0x05; INSUFFICIENT_EXPANSION_LEVEL = 0x06; DIFFICULTY_NOT_AVAILABLE = 0x07; MISSING_DIFFICULTY = 8; ZONE_IN_COMBAT = 9; INSTANCE_IS_FULL = 10; NOT_ALLOWED = 11; HAS_BIND = 12; }

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
NONE0 (0x00)
IS_FULL1 (0x01)
NOT_FOUND2 (0x02)
TOO_MANY_INSTANCES3 (0x03)
ZONE_IS_IN_COMBAT5 (0x05)
INSUFFICIENT_EXPANSION_LEVEL6 (0x06)
DIFFICULTY_NOT_AVAILABLE7 (0x07)
MISSING_DIFFICULTY8 (0x08)
ZONE_IN_COMBAT9 (0x09)
INSTANCE_IS_FULL10 (0x0A)
NOT_ALLOWED11 (0x0B)
HAS_BIND12 (0x0C)

Used in:

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/movement/smsg/smsg_transfer_aborted.wowm:56.

enum TransferAbortReason : u8 { NONE = 0x00; ERROR = 0x01; MAX_PLAYERS = 0x02; NOT_FOUND = 0x03; TOO_MANY_INSTANCES = 0x04; ZONE_IN_COMBAT = 0x06; INSUFFICIENT_EXPANSION_LEVEL = 0x07; DIFFICULTY_NOT_AVAILABLE = 0x08; UNIQUE_MESSAGE = 0x09; TOO_MANY_REALM_INSTANCES = 0x0A; NEED_GROUP = 0x0B; NOT_FOUND1 = 0x0C; NOT_FOUND2 = 0x0D; NOT_FOUND3 = 0x0E; REALM_ONLY = 0x0F; MAP_NOT_ALLOWED = 0x10; }

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
NONE0 (0x00)
ERROR1 (0x01)
MAX_PLAYERS2 (0x02)Transfer Aborted: instance is full
NOT_FOUND3 (0x03)Transfer Aborted: instance not found
TOO_MANY_INSTANCES4 (0x04)You have entered too many instances recently.
ZONE_IN_COMBAT6 (0x06)Unable to zone in while an encounter is in progress.
INSUFFICIENT_EXPANSION_LEVEL7 (0x07)You must have TBC/WotLK expansion installed to access this area.
DIFFICULTY_NOT_AVAILABLE8 (0x08)Normal/Heroic/Epic difficulty mode is not available for %s.
UNIQUE_MESSAGE9 (0x09)Until you've escaped The Lich Kings grasp, you cannot leave this place!
TOO_MANY_REALM_INSTANCES10 (0x0A)Additional instances cannot be launched, please try again later.
NEED_GROUP11 (0x0B)3.1
NOT_FOUND112 (0x0C)3.1
NOT_FOUND213 (0x0D)3.1
NOT_FOUND314 (0x0E)3.2
REALM_ONLY15 (0x0F)All players on party must be from the same realm.
MAP_NOT_ALLOWED16 (0x10)Map can't be entered at this time.

Used in: