Skip to content

Automatically stores and retrieves items with the porter moogle for easier inventory management.

License

Notifications You must be signed in to change notification settings

ThornyFFXI/Porter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Porter

Porter is an addon designed to simplify the process of using porter moogles. It automatically retrieves and stores large amounts of items quickly.

Item Definition Files

You can create lists of items to unpack or avoid packing in Ashita/config/addons/porter/lists. These lists should be contained in one lua table, where each line is an item name(string) or item id(number). An example would be:

Warrior.lua
return {
'Agoge Mask +3',
'Agoge Lorica +3',
'Agoge Mufflers +3',
'Agoge Cuisses +3',
23666 --Agoge Calligae +3
};
Note that you can mix and match IDs and item names, and the comments are not necessary for item IDs, though they make things easier to read later.

Commands

All commands can be prefixed with /porter or /po.
Any parameter that includes a space must be enclosed in quotation marks(").

/po
Opens configuration window in imgui.

/po help
Opens help window in imgui.

/po pack [optional: filename]
/ac pack
/lac pack
Examines your inventory for slips and items that can be stored in them, then stores all items that can be stored. This will not retrieve items from bags other than inventory. If you specify a filename, porter will avoid items listed in that file. /ac and /lac options require the corresponding plugin loaded, and will substitute your currently loaded profile for the file. File should be the short name of the file (Warrior in the earlier example), including the extension if it is not .lua(it should be .lua, though).

/po unpack [required: filename]
/ac unpack
/lac unpack
Examines your inventory for slips that have items in your file and retrieves those items from those slips. /ac and /lac options require the corresponding plugin loaded, and will substitute your currently loaded profile for the file.

/po preppack [optional: filename]
/ac preppack
/lac preppack
Examines your containers for slips and items that can be stored in them, then pulls all those items and slips to your inventory to simplify use of pack function. If you specify a filename, porter will avoid items listed in that file. /ac and /lac options require the corresponding plugin loaded, and will substitute your currently loaded profile for the file.

/po prepunpack [required: filename]
/ac prepunpack
/lac prepunpack
Examines your containers for slips that contain items listed in your file and retrieves those slips to simplify use of unpack function. /ac and /lac options require the corresponding plugin loaded, and will substitute your currently loaded profile for the file.

About

Automatically stores and retrieves items with the porter moogle for easier inventory management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages