Table of Contents

Enum CorpseLootFailureReason

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Why a corpse loot request was refused.

public enum CorpseLootFailureReason : byte

Fields

AlreadyTaken = 4

The slot was already empty — usually another looter got there first.

InventoryFull = 5

The player's inventory had no room.

NoCorpse = 1

The corpse no longer exists, or has already decayed.

None = 0

The request succeeded; no failure.

NotEligible = 2

The player did not contribute to the kill.

OutOfRange = 3

The player is too far from the corpse.

ServerError = 6

The server could not process the request.