Windower Dev 4.6.3.6 / Hook 4.6.4.0 - Multiple Personality Edition
Some new functionalities that I am personally quite happy about:
Hook
When launched through Windower, POL no longer has the limit of 4 accounts stored. The new limit is 20. When launched without Windower, POL still lets you access the extra accounts but goes back to not letting you add anymore.
Luacore
Two new addon API calls are available:
windower.ffxi.move_items(source, destination, slot, count)
windower.ffxi.stack_items(bag_id)
Itemizer
Itemizer now supports the //move and //moves commands, that enable movement of items from one bag directly to another, to align with the (relatively new) ability of the game client to do the same thing natively. At the moment, it does not work with Mog House-only bags when close to Nomad Moogles, that will be for a future patch.
Syntax:
//move <item> [source bag] <destination bag> [count] //moves <item> [source bag] <destination bag>
source bag is optional. If not specified, Itemizer will pull from all available bags until count is reached.
count is optional. If not specified, defaults to 1. "all" can be used to move all available items
//moves implies a count of "all" (like for puts and gets)
Gearswap
The export system has been overhauled, and it now supports the following commands (in bold are the new ones):
filename|file|f <name of file> - save to the specified filename.
Ex: "//gs export f drkTP" will export to Charactername_drkTP.luasetname|name|n <name of set> - saves the exported set with the specified name instead of sets.exported.
Eg: "//gs export name Engaged" will name the exported set "sets.Engaged".inventory|inv|i - will export all items contained in inventory
all - will export all items owned by the current character
wearable - will export all equippable item owned by the current character
sets|set - will export all sets stored in the currently loaded gearswap profile
noaugments|noaugs - will not export augments for any item at all
onlyaugmented|onlyaugs - will only export augmented items and ignore non-augmented ones (mostly useful in combination with "all")
mini|minify - will export the new set in a single line (no newlines)
compact - will export the set in a multi-column table (see example below)
bgwiki - will export the set in the format used by BG-Wiki, so it can be copied directly into, for example, a guide
copy|clipboard - will export the set directly to clipboard, skipping the saving to file entirely.
mainjob - will put the main job shorthand in the filename
mainsubjob - will put both main and sub job shorthands in the filename
overwrite - will overwrite existing files with the same name
The changes are currently only on the dev branch, but a live branch will happen SoonTM.
As usual, stay on-topic in the thread, but do report any bug or quirks that you encounter. Cheers!