QuestGiverStatus

Client Version 1.12

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/quest/quest_common.wowm:85.

enum QuestGiverStatus : u8 { NONE = 0; UNAVAILABLE = 1; CHAT = 2; INCOMPLETE = 3; REWARD_REP = 4; AVAILABLE = 5; REWARD_OLD = 6; REWARD2 = 7; }

Type

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

Enumerators

EnumeratorValueComment
NONE0 (0x00)
UNAVAILABLE1 (0x01)
CHAT2 (0x02)
INCOMPLETE3 (0x03)
REWARD_REP4 (0x04)
AVAILABLE5 (0x05)
REWARD_OLD6 (0x06)red dot on minimap
REWARD27 (0x07)yellow dot on minimap

Used in:

Client Version 2.4.3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/quest/quest_common.wowm:100.

enum QuestGiverStatus : u8 { NONE = 0; UNAVAILABLE = 1; CHAT = 2; INCOMPLETE = 3; REWARD_REP = 4; AVAILABLE_REP = 5; AVAILABLE = 6; REWARD_OLD = 7; REWARD2 = 8; }

Type

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

Enumerators

EnumeratorValueComment
NONE0 (0x00)
UNAVAILABLE1 (0x01)
CHAT2 (0x02)
INCOMPLETE3 (0x03)
REWARD_REP4 (0x04)
AVAILABLE_REP5 (0x05)
AVAILABLE6 (0x06)
REWARD_OLD7 (0x07)red dot on minimap
REWARD28 (0x08)yellow dot on minimap

Used in:

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/quest/quest_common.wowm:116.

enum QuestGiverStatus : u8 { NONE = 0; UNAVAILABLE = 1; LOW_LEVEL_AVAILABLE = 2; LOW_LEVEL_REWARD_REP = 3; LOW_LEVEL_AVAILABLE_REP = 4; INCOMPLETE = 5; REWARD_REP = 6; AVAILABLE_REP = 7; AVAILABLE = 8; REWARD2 = 9; REWARD = 10; }

Type

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

Enumerators

EnumeratorValueComment
NONE0 (0x00)
UNAVAILABLE1 (0x01)
LOW_LEVEL_AVAILABLE2 (0x02)
LOW_LEVEL_REWARD_REP3 (0x03)
LOW_LEVEL_AVAILABLE_REP4 (0x04)
INCOMPLETE5 (0x05)
REWARD_REP6 (0x06)
AVAILABLE_REP7 (0x07)
AVAILABLE8 (0x08)
REWARD29 (0x09)no yellow dot on minimap
REWARD10 (0x0A)yellow dot on minimap

Used in: