asdlegioner

Member
ServUO Version
Publish 58
Ultima Expansion
Time Of Legends
How can I make the keys to the house and to the ship be blessed by default when they appear in the player's backpack?
 
Find the constructable and set its Loottype to blessed.. Its gonna be blessed upon creation
 
Need to add to the constructor next property:
LootType = LootType.Blessed;
Example:
C#:
        [Constructable]
        public GargishBracelet()
            : base(0x4211)
        {
            LootType = LootType.Blessed;
        }
 

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back