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
Enumerator | Value | Comment |
---|---|---|
NONE | 0 (0x00) | |
UNAVAILABLE | 1 (0x01) | |
CHAT | 2 (0x02) | |
INCOMPLETE | 3 (0x03) | |
REWARD_REP | 4 (0x04) | |
AVAILABLE | 5 (0x05) | |
REWARD_OLD | 6 (0x06) | red dot on minimap |
REWARD2 | 7 (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
Enumerator | Value | Comment |
---|---|---|
NONE | 0 (0x00) | |
UNAVAILABLE | 1 (0x01) | |
CHAT | 2 (0x02) | |
INCOMPLETE | 3 (0x03) | |
REWARD_REP | 4 (0x04) | |
AVAILABLE_REP | 5 (0x05) | |
AVAILABLE | 6 (0x06) | |
REWARD_OLD | 7 (0x07) | red dot on minimap |
REWARD2 | 8 (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
Enumerator | Value | Comment |
---|---|---|
NONE | 0 (0x00) | |
UNAVAILABLE | 1 (0x01) | |
LOW_LEVEL_AVAILABLE | 2 (0x02) | |
LOW_LEVEL_REWARD_REP | 3 (0x03) | |
LOW_LEVEL_AVAILABLE_REP | 4 (0x04) | |
INCOMPLETE | 5 (0x05) | |
REWARD_REP | 6 (0x06) | |
AVAILABLE_REP | 7 (0x07) | |
AVAILABLE | 8 (0x08) | |
REWARD2 | 9 (0x09) | no yellow dot on minimap |
REWARD | 10 (0x0A) | yellow dot on minimap |
Used in: