This should be an up to date (assuming I'm still maintaining it) pair of data files for Galuhad's Item Treasury plugin.
Add Items.lua and NewItems.lua to:
Documents\The Lord of the Rings Online\Plugins\GaluhadPlugins\ItemTreasury
If using a version of Item Treasury prior to Update 36, see extra step. (click to expand)
In the same folder, open
Main.luaand remove the version numbers from the two imports e.g.:import (PLUGINDIR..".33_0_5_Items"); import (PLUGINDIR..".33_0_5_NewItems");to:
import (PLUGINDIR..".Items"); import (PLUGINDIR..".NewItems");
RuItems.lua is only needed if running the Russian version and will go in the same folder as above.
William has provided a script to make the above changes automatically.
Add update_en.cmd and _update_en.ps1 to Documents\The Lord of the Rings Online\Plugins\GaluhadPlugins\ItemTreasury and run update_en.cmd.
The Russian version of the scripts can be found on William's GitHub.
[(number)ItemID] = {
[1] = (string)Name;
[2] = (string)Description;
[3] = (number)Category;
[4] = (number)Quality;
[5] = (number)Durability;
[6] = (boolean)IsMagic;
[7] = (boolean)IsUnique;
[8] = (number)IconImageID; --removed since U44
[9] = (number)BackgroundImageID;--removed since U44
};
Note: Beacause of lua limit on constants saved in table, the ImageIDs were removed since U44. See #3.
See major branch for changes between major game updates.
| Date | Update | Additions | Changes | Removals | Diff |
|---|---|---|---|---|---|
| 2026-04-29 | 48.1.0 | 34 | 4 | - | c21ac13 |
| 2026-04-23 | 48.0.0 | 581 | 78 | 3 | 15100f2 |
| 2026-04-08 | 47.4.0 | - | - | - | dbe8cc5 |
| 2026-04-02 | 47.3.0 | - | 1 | - | f920868 |
| 2026-03-19 | 47.2.0 | 1 | 4 | 1 | c077f41 |
| 2026-03-11 | 47.1.0 | 36 | 10 | - | ed27393 |
| 2026-03-04 | 47.0.0 | 113 | 56 | - | ce3dcb8 |
| 2026-02-18 | 46.2.1 | - | - | - | 2abf233 |
| 2026-02-12 | 46.2.0 | - | - | - | 58187df |
| 2026-02-04 | 46.1.0 | 749 | 246 | 64 | d44177b |
| 2025-12-10 | 46.0.1 | 78 | 3 | - | a8b14f0 |
| 2025-12-03 | 46.0.0 | 3591 | 227 | 120 | 3c0d443 |
| 2025-11-13 | 45.8.0 | 21 | - | - | |
| 2025-10-23 | 45.7.0 | - | - | - | |
| 2025-10-09 | 45.6.0 | 3 | 2 | - | 9f25817 |
| 2025-09-25 | 45.5.0 | 82 | 6 | - | 30b7192 |
| 2025-09-18 | 45.4.1 | - | - | - | |
| 2025-09-10 | 45.4.0 | 2 | 15 | - | 30873ed |
| 2025-08-28 | 45.3.0 | 40 | - | - | a52fb12 |
| 2025-08-14 | 45.2.0 | 29 | 9 | - | d6993d1 |
| 2025-08-05 | 45.1.1 | - | - | - | |
| 2025-07-30 | 45.1.0 | 15 | 5 | - | 517f693 |
| 2025-07-24 | 45.0.0 | 410 | 1218 | 8 | bab749e |
| 2025-06-18 | 44.3.0 | 37 | 4 | - | f13a42b |
| 2025-06-04 | 44.2.1 | 5 | - | - | 6b44304 |
| 2025-05-21 | 44.2.0 | 17 | - | - | 0ff41a0 |
| 2025-05-14 | 44.1.0 | 10 | 32 | 1 | 1aa7c2a |
| 2025-04-23 | 44.0.0 | 397 | 200 | 11 | b547d91 |
| 2025-04-09 | 43.4.0 | - | - | - | |
| 2025-04-02 | 43.3.0 | - | - | - | |
| 2025-03-26 | 43.2.0 | 24 | 7 | 5 | f863415 |
| 2025-03-13 | 43.1.0 | 1 | 3 | - | 4b7329f |
| 2025-03-05 | 43.0.1 | 11 | 12 | - | 3ae1566 |
| 2025-02-27 | 43.0.0 | 620 | 662 | - | ffa86c6 |
| 2025-01-29 | 42.4.0 | 19 | - | - | 71895bd |
| 2024-12-13 | 42.3.0 | 19 | 4 | - | 4e648c5 |
| 2024-12-05 | 42.2.0 | 126 | 2877 | 2 | 5e9fad1 |
| 2024-11-14 | 42.1.0 | 12 | 38 | - | e10a69e |
| 2024-11-06 | 42.0.0 | 879 | 398 | 21 | 732edb3 |
| 2024-10-17 | 41.4.0 | 176 | - | - | 12013e9 |
| 2024-10-11 | 41.3.1 | 1 | 1 | - | 31d7750 |
| 2024-10-02 | 41.3.0 | 60 | 9 | - | 24114d6 |
| 2024-09-04 | 41.2.1 | - | - | - | |
| 2024-08-29 | 41.2.0 | 88 | 4 | - | 663ea2a |
| 2024-08-14 | 41.1.0 | - | 58 | - | 7c15ef2 |
| 2024-08-01 | 41.0.0 | 828 | 382 | 1 | 2b1cc1c |
| 2024-06-05 | 40.1.0 | 15 | 9 | - | 7092aa1 |
| 2024-05-22 | 40.0.1 | - | - | - | |
| 2024-05-15 | 40.0.0 | 371 | 33 | 1 | 988d1f6 |
| 2024-04-24 | 39.2.1 | - | - | - | |
| 2024-04-17 | 39.2.0 | 38 | 5 | - | 5d2d1a5 |
| 2024-04-10 | 39.1.2 | - | 4 | - | 41ebeca |
| 2024-03-28 | 39.1.1 | 4 | 5 | - | 5589b3c |
| 2024-03-20 | 39.1.0 | 19 | 19 | - | 2d8a5cc |
| 2024-03-13 | 39.0.0 | 716 | 138 | 13 | 5cef3f2 |
| 2024-02-14 | 38.3.1 | - | - | - | |
| 2024-02-07 | 38.3.0 | 89 | 70 | - | 777a3ad |
| 2024-01-17 | 38.2.1 | - | - | - | |
| 2024-01-10 | 38.2.0 | 17 | 36 | - | 6a0ba48 |
| 2023-12-13 | 38.1.1 | 357 | 68 | 10 | 85d6430 |
| 2023-12-06 | 38.1.0 | 211 | 43 | - | e37c5f3 |
| 2023-11-15 | 38.0.1 | 50 | 7 | - | f1f3251 |
| 2023-11-08 | 38.0.0 | 3329 | 1137 | 7 | 9f7c07a |
| 2023-10-11 | 37.2.1 | 75 | 33 | - | 452e018 |
| 2023-10-03 | 37.2.0 | 854 | 109 | - | 6675c57 |
| 2023-09-13 | 37.1.0 | 24 | - | - | 2423975 |
| 2023-09-06 | 37.0.1 | - | 57 | - | 37f873d |
| 2023-08-29 | 37.0.0 | 718 | 760 | 73 | 05715bd |
| 2023-08-02 | 36.2.0 | 19 | - | - | 48b1c47 |
| 2023-07-12 | 36.1.0 | - | 130 | - | 68e1eea |
| 2023-06-27 | 36.0.2 | 1 | 2 | - | c4e2428 |
| 2023-06-07 | 36.0.1 | 20 | 13 | - | 8384658 |
| 2023-05-31 | 36.0.0 | 407 | 674 | - | 6ed0e4e |
| 2023-05-10 | 35.1.3 | 1 | 34 | 9 | 6112841 |
| 2023-05-03 | 35.1.2 | 14 | 62 | 9 | d7dbf7f |
| 2023-04-26 | 35.1.1 | - | 32 | - | ef0f1c9 |
| 2023-04-19 | 35.1.0 | 119 | 76 | - | b93c7b5 |
| 2023-04-05 | 35.0.1 | 160 | - | - | 2c5a92d |
| 2023-03-22 | 35.0.0 | 940 | 1774 | 70 | 06cdaeb |
| 2023-03-08 | 34.3.0 | 16 | 4 | - | 0d4c4b1 |
| 2023-02-08 | 34.2.1 | - | - | - | |
| 2023-02-01 | 34.2.0 | 17 | 9 | - | bf6868b |
| 2023-01-11 | 34.1.2 | 9 | 10 | - | 98af557 |
| 2022-12-14 | 34.1.1 | 21 | 4 | - | e158849 |
| 2022-12-07 | 34.1.0 | 22 | 24 | - | 0b44dd1 |
| 2022-11-30 | 34.0.1 | 11 | 11 | - | 51dd4ca |
| 2022-11-15 | 34.0.0 | 1398 | 418 | - | b79cc84 |
| 2022-09-21 | 33.2.0 | 43 | 339 | - | 33c560d |
| 2022-07-20 | 33.1.0 | 349 | 83 | - | 3491656 |
| 2022-05-25 | 33.0.5 | 3 | 6 | - | f6989f6 |
| 2022-05-18 | 33.0.4 | 3 | 9 | - | 66aac7d |
| 2022-05-11 | 33.0.3 | 3 | 1 | - | 1355569 |
| 2022-05-04 | 33.0.2 | 1 | - | - | e754c9a |
| 2022-04-27 | 33.0.1 | - | 2 | - | 733520a |
| 2022-04-20 | 33.0.0 | - | - | - | d274449 |