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.lua
and 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;
[9] = (number)BackgroundImageID;
};
See major branch for changes between major game updates.
Date | Update | Additions | Changes | Removals | Diff |
---|---|---|---|---|---|
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 |