LootMethodError

Client Version 1, Client Version 2, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/loot/smsg_loot_response.wowm:19.

enum LootMethodError : u8 {
    DIDNT_KILL = 0;
    TOO_FAR = 4;
    BAD_FACING = 5;
    LOCKED = 6;
    NOTSTANDING = 8;
    STUNNED = 9;
    PLAYER_NOT_FOUND = 10;
    PLAY_TIME_EXCEEDED = 11;
    MASTER_INV_FULL = 12;
    MASTER_UNIQUE_ITEM = 13;
    MASTER_OTHER = 14;
    ALREADY_PICKPOCKETED = 15;
    NOT_WHILE_SHAPESHIFTED = 16;
}

Type

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

Enumerators

EnumeratorValueComment
DIDNT_KILL0 (0x00)You don't have permission to loot that corpse.
TOO_FAR4 (0x04)You are too far away to loot that corpse.
BAD_FACING5 (0x05)You must be facing the corpse to loot it.
LOCKED6 (0x06)Someone is already looting that corpse.
NOTSTANDING8 (0x08)You need to be standing up to loot something!
STUNNED9 (0x09)You can't loot anything while stunned!
PLAYER_NOT_FOUND10 (0x0A)Player not found
PLAY_TIME_EXCEEDED11 (0x0B)Maximum play time exceeded
MASTER_INV_FULL12 (0x0C)That player's inventory is full
MASTER_UNIQUE_ITEM13 (0x0D)Player has too many of that item already
MASTER_OTHER14 (0x0E)Can't assign item to that player
ALREADY_PICKPOCKETED15 (0x0F)Your target has already had its pockets picked
NOT_WHILE_SHAPESHIFTED16 (0x10)You can't do that while shapeshifted.

Used in: