Version: 3.0.2 | Author: Souru
LootLogs is a Lord of the Rings Online plugin that automatically tracks your loot lockouts across instances and characters. When you open a chest in a raid or instance, LootLogs detects the chat message and records the lockout — no manual input needed. A countdown shows exactly when each lockout resets.
After loading the plugin, a small QuickLaunch icon appears on screen. Right-click it to open the main window. You can drag the icon anywhere on screen.
The main window has two panels:
- Sidebar (left) — browse lockouts by Content, Instance, or Character. Use the search box to filter.
- Content view (right) — shows each boss/event with its tier, lockout status, and time until reset.
To open the window from a quickslot, add /raid locks (EN), /schlachtzug sperren (DE), or /raid verrouillé (FR) as an in-game command.
Reset times are calculated from UTC+0. Go to Settings (gear icon in the window header) and set your Timezone (UTC offset) to your local UTC offset — otherwise countdown times will be off. The default is UTC+1.
Lockouts are recorded per character and stored account-wide, so you can see all your alts in one place. Use the Characters tab in the sidebar to switch between them. The Custom List lets you pin specific events across all characters for a quick overview.
- Automatically detects lockouts by watching chat for chest messages — no manual input required
- Tracks lockouts across all characters on your account
- Shows time remaining until reset (as a countdown, a date stamp, or a relative label like "Today" / "Tomorrow")
- Supports daily, tri-weekly (Mon/Thu/Sat), and weekly (Thursday) reset schedules
- Sidebar lets you browse by content pack, instance, character, or server
- Custom List to pin specific events you care about across characters
- QuickLaunch icon with a badge showing how many new lockouts were recorded this session
- Localised UI in English, German, and French (auto-detected from game language)
| Content Pack | Level | Instances |
|---|---|---|
| War of Three Peaks | 140 | Shakalush the Stair Battle, Amdân Dammul the Bloody Threshold, The Fall of Khazad-dûm |
| Fate of Gundabad | 140 | Assault on Dhúrstrok, Den of Pughlak, The Hiddenhoard of Abnankâra |
| Corsairs of Umbar | 150 | The Isle of Storms, Depths of Mâkhda Khorbo |
Tiers tracked per instance vary — Solo, T1, T2, T3, and T4 where applicable.
- Download or clone this repository into your LOTRO plugins folder:
Documents\The Lord of the Rings Online\plugins\LootLogs\ - Launch LOTRO and load the plugin in the chat box:
/plugins load LootLogs
A small icon appears on screen when the plugin loads. You can drag it anywhere.
- Right-click — toggle the main window open/closed; clears the badge count
- Left-click + drag — reposition the icon
A red badge appears on the icon and counts up each time a new lockout is recorded during the current session.
The window has a two-panel layout:
Sidebar (left) — browse by:
- Content — navigate content pack → instance → see all boss lockouts for that instance
- Characters — select a character to see all their recorded lockouts
- A search box filters the list as you type
Content view (right) — shows boss rows for the current selection. Each row displays:
- Boss name and tier
- Lockout status (
Done, partial progress, or a completion count) - Time until reset
Click a tier header to add or remove it from your Custom List.
You can add /raid locks (English), /schlachtzug sperren (German), or /raid verrouillé (French) as an in-game quickslot command to open the window from your toolbar.
Open via the gear icon in the main window header. Available options:
| Setting | Description |
|---|---|
| Print Alerts | Print a chat message when a lockout is recorded |
| Print Welcome | Print a welcome message on plugin load |
| Show Custom List | Show the Custom List entry in the sidebar |
| Show Servers | Show the server grouping in the Characters tab |
| Show Badge | Show the lockout count badge on the QuickLaunch icon |
| Timezone (UTC offset) | Your UTC offset, used to calculate reset times correctly (default: +1) |
| Time Display | How reset times are shown: countdown (13h 54m), date stamp (Wed 24.06), or relative label (Tomorrow) |
| Display Language | Override the UI language (English / Deutsch / Français) |
| Server | Set which LOTRO server your character is on |
All game data lives in Logs/English.lua (and the corresponding German.lua / French.lua files). To add a new instance:
- Add an entry to
_G.Contentif it is a new content pack. - Add an entry to
_G.Instancesreferencing thecontentindex. - Add entries to
_G.Eventsfor each boss chest — setmatchto the exact substring that appears in the chest message,resetto the correct schedule, andtierto the tier label.
Reset schedules:
Daily— resets every day at 3:00 UTCTriWeek— resets Monday, Thursday, Saturday at 3:00 UTCWeekly— resets every Thursday at 3:00 UTC
LootLogs recognises the following LOTRO servers: Orcrist [EU], Grond [EU], Sting, Peregrin [RP], Meriadoc [EU-RP], Glamdring, Angmar, Mordor [EU].
Personal use. Not affiliated with Standing Stone Games or Middle-earth Enterprises.