diff --git a/release/docs/Lootwhore.txt b/release/docs/Lootwhore.txt index e0c145b..507edfb 100644 --- a/release/docs/Lootwhore.txt +++ b/release/docs/Lootwhore.txt @@ -2,6 +2,14 @@ Lootwhore is a treasure pool management plugin, designed for those who multibox It has an emphasis on quick/easy configuration, without leaving ffxi. Simply create a profile with the ingame commands, export it, and load it on the other characters that need to use it. +/lw auto [on/off] - Sets or toggles(if not specified) autoload. +If enabled, autoload will look in Ashita/Config/Lootwhore/Auto(if it exists) for: +CharName_ZoneID.xml +ZoneID.xml +CharName.xml +in that order upon zoning and automatically load the first match if any. +It is smart to use zonereset in all of these profiles so they reset when you leave the zone. + /lw profile [Profile Name] - Load settings from a profile. Any settings not listed in the profile are reset to default, not ignored. /lw export [Profile Name] - Save current settings to a profile. /lw reset - Clear item list and restore all settings to default. diff --git a/release/plugins/Lootwhore.dll b/release/plugins/Lootwhore.dll index eb15ede..75db8f4 100644 Binary files a/release/plugins/Lootwhore.dll and b/release/plugins/Lootwhore.dll differ