Skip to content

Item Database

To save time and because this project is community maintained, this doc was written by AI.

The Item Database is a built-in tracking system that automatically records items as you encounter them in the world. Over time it builds a searchable history of every item your character has seen — what it is, where it was, and when you last encountered it.

The Item Database is enabled by default. You can toggle it on or off inside the Item Database tab of the Legion Assistant window.

When disabled, no new items are recorded. Your existing database entries are preserved.

Open the Legion Assistant window and select the Item Database tab.

Items are added or updated in the database automatically when:

  • An item appears in the world around you
  • An item is placed into a container you open
  • Item property data (tooltip) is received from the server

The following item types are intentionally excluded:

  • Doors, lights, walls, roofs, and other world fixtures
  • Rocks and trees
  • Multis and corpses

Use the search fields at the top of the tab to filter your database. All filters are optional — leave any field blank to match everything.

FieldDescription
NamePartial text match on the item’s name
Property textPartial match against item property lines (e.g. "Curse", "Luck 120")
GraphicNumeric graphic/art ID
HueNumeric hue value (color)
LayerEquipment layer (for worn items)
ContainerSerial number of a specific container to search within

Additional filters:

  • On ground only — show only items found lying in the world
  • In containers only — show only items found inside containers
  • Current character only — limit results to the active character

Use the Max results slider to control how many records are returned (10–1000).

Click Search to run the query.

Results display in a table with the following columns:

ColumnDescription
ArtItem graphic thumbnail
NameItem name (or custom name if set)
HueItem color value
LayerEquipment layer, if applicable
LocationWorld coordinates or “Container”
ContainerParent container serial
CharacterCharacter name that recorded this entry
UpdatedRelative time since last seen (e.g. 5m ago, 2h ago)

Click the Actions button on any row to open the Item Detail window.

The detail window shows the full record for a single item and provides actions you can take on it.

Information displayed:

  • Large item graphic with graphic ID and hue
  • Name, custom name, and last-seen time
  • Layer (if worn)
  • Character and server it was recorded on
  • Last known location (ground coordinates or container serial)
  • Full item properties from the tooltip

Actions available:

ActionDescription
Use ItemDouble-clicks the item in the world (item must still be present)
Take ItemMoves the item to your backpack (item must still be present)
Try to LocateCreates a quest arrow pointing to the item’s last known world coordinates
Set Custom NameAssign a personal label to this item
View ContainerOpens the database entry for the item’s parent container

Note: Actions like Use Item and Take Item only work if the item is still present in the game world at the recorded location. The database stores where an item was last seen, not a live location.

You can assign a custom name to any item in the database. Custom names appear in place of the default item name throughout the client wherever the item is displayed.

To set a custom name:

  1. Open the item in the detail window
  2. Click Set Custom Name
  3. Enter your label and confirm

To remove a custom name, clear the field and save.

The database grows over time as you encounter more items. To remove old records:

  1. Enter the number of days in the Days field (default: 120)
  2. Click Clear Old Entries

This permanently deletes all records that have not been updated within that time window. It cannot be undone.

  • The database is stored at Data/items.db in your TazUO installation directory.
  • Items are written in batches every 3 seconds to minimize performance impact.
  • The database is fully flushed when you exit the game, so no data is lost on a clean shutdown.
  • Search is limited to a maximum of 10,000 results regardless of slider setting.