summaryrefslogtreecommitdiff
path: root/Data/BuiltIn/Libraries/lua-addons/addons/invtracker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Data/BuiltIn/Libraries/lua-addons/addons/invtracker/README.md')
-rw-r--r--Data/BuiltIn/Libraries/lua-addons/addons/invtracker/README.md15
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.
+
+![Imgur](https://i.imgur.com/PgiMxRZ.png)
+
+## 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.