#author("2025-01-22T03:18:29+00:00","default:yoya","yoya")
[[Windower/Lua]]
- https://github.com/Windower/Lua/wiki/FFXI-Functions#windowerffxiset_equipinv_id-slot-bag-
- windower.ffxi.set_equip(inv_id, slot, bag)
- https://github.com/Windower/Lua/wiki/FFXI-Functions#windowerffxiget_itemsbag-index
- windower.ffxi.get_items(bag, index)
equipment: {
ammo: int
back: int
...etc.
ammo_bag: int (0 or 8 or 10 - 12)
back_bag: int (...)
...etc.
}
* Addons [#sf456be5]
- https://docs.windower.net/addons/gearswap/
- https://github.com/Windower/Lua/tree/dev/addons/GearSwap
-- https://github.com/Windower/Lua/blob/dev/addons/GearSwap/equip_processing.lua