Table of Contents

Enum LootType

Namespace
Moongate.UO.Data.Types
Assembly
Moongate.UO.Data.dll

Enumeration of an item's loot and steal state.

public enum LootType : byte

Fields

Blessed = 2

Unstealable. Unlootable, always.

Cursed = 3

Stealable. Lootable, always.

Newbied = 1

Unstealable. Unlootable, unless owned by a murderer.

Regular = 0

Stealable. Lootable.