The vault is a storage system specific to each unique character in DM. Limited items can be store in your vault and removed at your leisure. No one else has access to your vault.
If you'd rather understand how our limited equipment system works, check out vault limits.
Usage: vault [help | list | put | get | exit]
Provides access to soul vault functionality.
Available subcommands:
help [topic] - displays help information (topics: put, get, list, filters)
list [filters] - lists items in your vault, optionally filtered
put <item> - transfers a limited item from your inventory to your vault
get <item> - transfers a limited item from your vault to your inventory
Multiple filters can be used together (AND logic):
vault list sword flaming - show all flaming swords
Items can be retrieved by vnum (shown in vault list):
vault get 12345 - get item with vnum 12345
Use ‘vault help filters’ to see all available list filters.
GENERAL CATEGORIES:
weapon - all weapons
wearable - all wearable items (non-weapons)
WEAR LOCATIONS:
light, finger, neck, torso, bosom, horns, head, eyes, ear, snout,
legs, fourlegs, ankle, feet, hooves, fourhooves, hands, arms,
shield, body, waist, wrist
ITEM TYPES:
armor, boat, book, clothing, container, drink, fishing_bait,
fishing_line, fishing_pole, food, fountain, furniture, gem,
herb, house_item, inkwell, jewelry, jukebox, key, light, map,
pen, pill, portal, potion, prayerbook, protect, room_key,
scroll, skeleton, soul_gem, spellbook, staff, tool, trash,
treasure, wand, warpstone, weapon
WEAPON SUBTYPES:
arrows, axe, bow, claw, dagger, exotic, flail, mace, polearm,
spear, staff, sword, whip
WEAPON DAMAGE TYPES:
flaming, frost, vampiric, sharp, vorpal, two_hands, shocking,
poison, drowning, piercing, resonating, draining, fatiguing,
plague
SINGLE FILTER EXAMPLES:
vault list armor - show all armor items
vault list sword - show all sword
vault list flaming - show all flaming weapons
vault list finger - show all finger-worn items
vault list jewelry - show all jewelry
vault list wearable - show all wearable non-weapon items
MULTIPLE FILTER EXAMPLES (AND logic):
vault list sword flaming - show all flaming swords
vault list weapon vampiric - show all vampiric weapons
vault list armor finger - show all armor worn on fingers
vault list jewelry neck - show all jewelry worn around neck vault list striking mace - show maces with 'striking' in name
Any word not matching the above categories will search for item
containing that word in their name or description.
vault list striking - show items with 'striking' in name/description
vault list crystal - show items with 'crystal' in name/description
vault list magic - show items with 'magic' in name/description