Immortal Realm

Lost Recoveries: Treasure-Hunt Archives and the Curator's Sets

How Lost Recoveries work on Immortal Realm — treasure-hunt and SOS-recovered entries, set-bonus rewards, Archive Marks, and Legendary Fragments.

Lost Recoveries is Immortal Realm's treasure-and-SOS archive — a curated catalog of named entries that appear inside treasure chests, message-in-a-bottle sites, and other recovery contexts. Cataloging entries pays Archive Marks; completing sets of related entries unlocks set-specific reward items and bonus Marks. It's the collection arc for players whose patience runs to maps, charts, and the bottom of the sea.

This page covers what the catalog is, how sets work, what Legendary Fragments and Commendations are for, and how the system pairs with the broader treasure-hunting layer.

What the System Is

Lost Recoveries is a per-character collection arc with these mechanics (all verified at Scripts/custom/Quests/Collection/LostRecoveriesSystem.cs):

  • A fixed catalog of 64 core entries (TotalArchiveRecoveries = 64) split across two RecoveryBranch enum values:
    • TreasureMaps: 30 base + rares from treasure-chest sources
    • SeaSalvage: 20 base + rares from SOS-recovered chests
    • Plus 10 rares (TotalRare = 10) and 4 secrets (TotalSecret = 4) layered on top of the 50-entry base
  • Each entry has level constraintsminTreasureLevel/maxTreasureLevel for chest sources, MinSOSLevel/MaxSOSLevel for sea sources, plus an optional minimumChestQuality (e.g. ChestQuality.Gold) gate.
  • Recovering an entry from a qualifying source logs it in your archive and pays Archive Marks (account tag ArchiveMarks).
  • Entries are grouped into sets — themed collections (SetKey field) that share a backstory.
  • Completing a full set pays bonus Marks plus a set-specific reward item (RewardMarks / RewardFragments / RewardCommendations + RewardUnlockKey per set def).
  • Legendary Fragments (account tag LostRecoveriesLegendFragments) — 3 fragments redeem for a legendary chart (FragmentsPerLegendaryChart = 3).
  • Commendations (account tag LostRecoveriesCommendations) — formal acknowledgment from the curator, used for unlocking vendor tiers and prestige items.

The system makes treasure hunting feel like archaeology rather than just gold farming.

How Entries Work

Each entry in the catalog has:

  • A name — a specific named recovery (a charted item, a relic, a cargo manifest).
  • A category — broad classification (relic, navigation, cargo, etc.).
  • A set key — which themed set this entry belongs to.
  • Level constraints — minimum and maximum treasure-map level for chest sources, plus minimum and maximum SOS level for bottle sources.
  • A hint — surface text giving you a sense of where to look.
  • A Mark value — payout when first cataloged.
  • Notes — flavor text describing what the entry is.

Recovery is opportunistic: you don't go fish for a specific entry; you run the appropriate-level content (maps, SOS bottles), and catalog entries appear at the rates the system defines. Mid-tier maps surface mid-tier entries; high-tier maps surface high-tier entries.

Sets and Set Bonuses

The catalog's defining mechanic is sets — themed groups of entries that fit together. Each set:

  • Has a set name and a theme ("the Lost Galleon," "the Buried Lord's Cache," etc.).
  • Contains a list of entry keys belonging to it.
  • Pays bonus Marks when you complete the full set (above what individual entries paid).
  • Drops a set-specific reward item — a unique decoration or wearable tied to the theme.
  • May unlock a vendor unlock name — a curator-level shop opens once specific sets close.

Completing a set is the system's payoff moment. Where individual entries are catalog progress, a closed set is a real reward — the set bonus alone often outweighs what the individual entries paid, and the reward item is exclusive to set completion.

Legendary Fragments and Commendations

Beyond Archive Marks, the system tracks two additional progression currencies:

  • Legendary Fragments — earned through specific catalog work; used for advanced curator interactions and the highest-tier rewards.
  • Commendations — formal acknowledgment from the curator, used for unlocking vendor tiers and prestige items.

These are post-introductory currencies. Early players spend Marks; serious archive collectors start accumulating Legendary Fragments and Commendations, which open the system's deeper layers.

How Lost Recoveries Pairs with Treasure Hunting

The system is a layer over standard UO treasure hunting:

  • Standard treasure-map runs continue to pay gold, items, and reagents normally.
  • Plus any catalog entries that drop register in your archive and pay Marks.
  • SOS bottles work the same way — recover the bottle, run the salvage, normal contents apply, plus any catalog entry payment if the bottle has one.
  • No exclusive content — there's no separate "Lost Recoveries treasure map." The system reads ongoing treasure activity for catalog entries.

This means a treasure hunter who never engaged with the catalog still gets all the standard treasure rewards; engaging with the catalog adds a layer on top without taking anything away.

To check your archive progress, type [recoveries in-game (registered at LostRecoveriesSystem.cs:206 as AccessLevel.Player). Note: [ArchivesStatus is a separate command for the Sunken Archives expedition (SunkenArchivesExpedition.cs:611) — same word, different system. Use [recoveries for the catalog archive.

The Curator and the Vendor Tiers

The curator is Archivist Thalen, Keeper of Recoveries (HarborArchivist class, verified at LostRecoveriesSystem.cs:1797). He:

  • Issues the catalog at the start.
  • Accepts catalog entries and pays Archive Marks.
  • Maintains the archive of completed sets.
  • Issues set-specific reward items on completion.
  • Operates a vendor with four progression tiers (verified at LostRecoveriesConfig:168-171):
Threshold Constant What Unlocks
5 entries VendorUnlockThreshold Base vendor opens
15 entries AdvancedVendorThreshold Advanced inventory
30 entries MaritimePrestigeThreshold Maritime prestige tier
50 entries CuratorPrestigeThreshold Top curator tier

Like other collection-arc curators on Immortal Realm, this one isn't a glowing exclamation point above a head — find them by following the questline's natural entry points and paying attention to the dialogue.

How Lost Recoveries Compares

Among the shard's collection arcs:

  • Frog Collection — 60 frogs, easy travel.
  • King Whiskers — 60 cats, royal flavor.
  • Beast Collection — region-and-time-gated, Marks of Trust currency.
  • Fish Collection — fishing-driven, River Marks currency.
  • Lost Recoveries — treasure-and-SOS-driven, Archive Marks currency (with Legendary Fragments and Commendations as tier-2 currencies).
  • Living Herbarium — botanical, Herbarium Scrip.
  • Golden Beads — anchored civic deeds.

Lost Recoveries is the treasure-hunting slot — it pairs naturally with active treasure-map players and SOS bottlers. The set bonus mechanic is the system's distinctive feature; finishing themed sets is where the real reward lives.

Pace and Total Time

Casually engaged: incidental progress as you run treasure maps for normal reasons. Catalog entries accumulate slowly; sets close occasionally.

Focused completion: 40-80 hours of dedicated treasure work for a substantial archive. The set-completion bottleneck is real — you need entries from across multiple maps to close a single set.

Full archive completion: the long tail for serious treasure hunters. Some sets demand specific rare drops at the highest treasure levels.

Why the System Exists

The shard's design instinct: treasure hunting should produce stories, not just gold. Two failure modes Lost Recoveries is built against:

  • Treasure as gold farming. Stock UO treasure maps are a gold-and-items mill. Lost Recoveries adds narrative — every catalog entry has a name, a context, a set it belongs to. The treasure becomes a story you're recovering.
  • Set systems with no theme. Many MMO set systems are mechanically identical entries grouped under a label. Lost Recoveries' sets are themed: a lost galleon's cargo, a noble's hidden cache, a sunken merchant's ledger. The entries fit together meaningfully.

The system also makes high-skill treasure hunting more rewarding. Grandmaster cartographers running level-7 maps now get not just better gold but better catalog entries — which means the skill investment pays off in collection progress, not just raw drop rates.

How to Engage

If you want to start Lost Recoveries:

  1. Find the curator. They issue the catalog. Like the other curator NPCs, find them by paying attention to the questline's natural entry points.
  2. Run treasure maps you'd run anyway. Catalog entries appear in normal play; you don't need to change your treasure-hunting routine.
  3. Learn the sets. The set list tells you which entries fit together; planning your next runs around closing a partial set is the most efficient path.
  4. Spend Archive Marks at the curator's shop. This currency is specific to Lost Recoveries — it doesn't transfer to other curators. The Beast Keeper and Old Angler each have their own currency.
  5. Track Legendary Fragments and Commendations. The tier-2 currencies open up later; pay attention to them as your archive grows.

Frequently Asked Questions

Are Lost Recoveries the same as treasure hunting?
No. Standard UO treasure hunting produces gold, items, and reagents; Lost Recoveries layers a curated catalog on top — specific named entries that come out of treasure chests and SOS bottles at specific levels. Catching a catalog entry registers it in your archive and pays Archive Marks. Most treasure hunters end up engaging with both — finishing chests for gold and watching for catalog entries when they appear.
Do I need high Cartography skill?
It helps but isn't required. Catalog entries appear at specific treasure-map levels and SOS levels; if you can run treasure maps and recover SOS bottles in those levels, you can engage with Lost Recoveries. Lower-level entries are accessible to mid-skill cartographers; the highest-level entries demand Grandmaster-tier work.
What are 'sets' in this system?
The catalog is organized into **sets** — themed groups of entries that fit together (a specific shipwreck's lost cargo, a specific buried lord's belongings, etc.). Completing a full set unlocks bonus Marks plus a set-specific reward item. Individual entries are valuable; full sets are exponentially more valuable.

Related Guides

Shield icon

Looking for a modern UO experience?

Play on Immortal Realm.

Play on Immortal Realm
Footer ribbon flourish