diff options
author | chai <chaifix@163.com> | 2021-11-15 13:53:59 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-15 13:53:59 +0800 |
commit | 942a030afd348ab2e02eac8054b43e3c3a72ea48 (patch) | |
tree | a13459f39a3d2f1b533fbd1b5ab523d7a621f673 /Data/BuiltIn/Libraries/lua-addons/addons/invtracker/README.md | |
parent | e307051a56a54c27f10438fd2025edf61d0dfeed (diff) |
*rename
Diffstat (limited to 'Data/BuiltIn/Libraries/lua-addons/addons/invtracker/README.md')
-rw-r--r-- | Data/BuiltIn/Libraries/lua-addons/addons/invtracker/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Data/BuiltIn/Libraries/lua-addons/addons/invtracker/README.md b/Data/BuiltIn/Libraries/lua-addons/addons/invtracker/README.md new file mode 100644 index 0000000..4c327fa --- /dev/null +++ b/Data/BuiltIn/Libraries/lua-addons/addons/invtracker/README.md @@ -0,0 +1,15 @@ +# invtracker +This addon displays a grid detailing empty and filled inventory slots, similar to the FFXIV Inventory Grid HUD widget. + + + +## How to edit the settings +1. Login to your character in FFXI +2. Edit the addon settings file: **_Windower4\addons\invtracker\data\settings.xml_** +3. Save the file +4. Press Insert in FFXI to access the windower console +5. Type ``` lua r invtracker ``` to reload the addon +6. Press Insert in FFXI again to close the windower console + +## Issues: +1. There is no way to get the inventory sort order, so all items in the grid will be ordered by status and item count. |